Skip to content

Commit

Permalink
fix version issue for nestjs-prometheus (#163)
Browse files Browse the repository at this point in the history
* fix version issue for nestjs-prometheus

* changelog
  • Loading branch information
jiqiang90 authored Sep 12, 2023
1 parent ab01e7e commit b6401b3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 12 deletions.
3 changes: 3 additions & 0 deletions packages/node/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Fixed
- Fix nestjs-prometheus dependency issue (#163)

## [2.12.4] - 2023-09-12
### Fixed
- Fetching logs via block height resulting in invalid results. Block hash is now used to ensure correct results. (#156)
Expand Down
1 change: 0 additions & 1 deletion packages/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
"@subql/testing": "^2.0.0",
"@subql/types": "^2.1.4",
"@subql/types-ethereum": "workspace:*",
"@willsoto/nestjs-prometheus": "^4.4.0",
"cacheable-lookup": "6",
"cron-converter": "^1.0.2",
"ethers": "^5.7.0",
Expand Down
11 changes: 0 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3110,7 +3110,6 @@ __metadata:
"@types/pino": ^6.3.12
"@types/tar": ^6.1.1
"@types/yargs": ^16.0.4
"@willsoto/nestjs-prometheus": ^4.4.0
cacheable-lookup: 6
cron-converter: ^1.0.2
dotenv: ^15.0.1
Expand Down Expand Up @@ -3911,16 +3910,6 @@ __metadata:
languageName: node
linkType: hard

"@willsoto/nestjs-prometheus@npm:^4.4.0":
version: 4.7.0
resolution: "@willsoto/nestjs-prometheus@npm:4.7.0"
peerDependencies:
"@nestjs/common": ^7.0.0 || ^8.0.0 || ^9.0.0
prom-client: ^13.0.0 || ^14.0.0
checksum: 06020f2cb36bf6f98b1f7ca3494103cc77bea227ab766bb66e0294040c6a1399c3ff2a1781b7d163a5590cd9ccf0903fc08fc3bd9d3112d63c7400c4d6d55f23
languageName: node
linkType: hard

"@willsoto/nestjs-prometheus@npm:^5.1.1":
version: 5.1.2
resolution: "@willsoto/nestjs-prometheus@npm:5.1.2"
Expand Down

0 comments on commit b6401b3

Please sign in to comment.