Skip to content

Commit

Permalink
Sync @subql dependencies (#192)
Browse files Browse the repository at this point in the history
* Update @subql deps

* Update changelog

---------

Co-authored-by: stwiname <[email protected]>
  • Loading branch information
stwiname and stwiname authored Oct 25, 2023
1 parent 310cc9e commit a8ae211
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 29 deletions.
2 changes: 2 additions & 0 deletions packages/common-cosmos/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
### Changed
- Update @subql/common

## [3.1.0] - 2023-10-20
### Changed
Expand Down
2 changes: 1 addition & 1 deletion packages/common-cosmos/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@protobufs/google": "^0.0.10",
"@protobufs/ibc": "^0.1.0",
"@protobufs/tendermint": "^0.0.10",
"@subql/common": "^3.1.3",
"@subql/common": "^3.2.0",
"@subql/types-cosmos": "workspace:*",
"fs-extra": "^11.1.1",
"js-yaml": "^4.1.0",
Expand Down
2 changes: 2 additions & 0 deletions packages/node/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
### Fixed
- Fix crash when creating new dynamic datasources

## [3.1.0] - 2023-10-20
### Added
Expand Down
4 changes: 2 additions & 2 deletions packages/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
"@nestjs/event-emitter": "^2.0.0",
"@nestjs/platform-express": "^9.4.0",
"@nestjs/schedule": "^3.0.1",
"@subql/common": "^3.1.3",
"@subql/common": "^3.2.0",
"@subql/common-cosmos": "workspace:*",
"@subql/node-core": "^6.1.0",
"@subql/node-core": "^6.1.1",
"@subql/types-cosmos": "workspace:*",
"cosmjs-types": "^0.7.0",
"cron-converter": "^1.0.2",
Expand Down
43 changes: 17 additions & 26 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4251,7 +4251,7 @@ __metadata:
"@protobufs/google": ^0.0.10
"@protobufs/ibc": ^0.1.0
"@protobufs/tendermint": ^0.0.10
"@subql/common": ^3.1.3
"@subql/common": ^3.2.0
"@subql/types-cosmos": "workspace:*"
"@types/bn.js": 4.11.6
"@types/ejs": ^3.1.2
Expand All @@ -4273,11 +4273,11 @@ __metadata:
languageName: unknown
linkType: soft

"@subql/common@npm:3.1.3, @subql/common@npm:^3.1.3":
version: 3.1.3
resolution: "@subql/common@npm:3.1.3"
"@subql/common@npm:3.2.0, @subql/common@npm:^3.2.0":
version: 3.2.0
resolution: "@subql/common@npm:3.2.0"
dependencies:
"@subql/types-core": 0.1.2-0
"@subql/types-core": 0.2.0
axios: ^0.27.2
class-transformer: ^0.5.1
class-validator: ^0.14.0
Expand All @@ -4287,20 +4287,20 @@ __metadata:
reflect-metadata: ^0.1.13
semver: ^7.5.2
update-notifier: 5.1.0
checksum: 2e5f145a44913dda9d8cd5d9cfe1bbda6be8e46ef74b278191f67310ffbfeea6ce76c4ff79c5b6b4a9e21a93d60994bc31db29e7bd198cdafe4203723b59893c
checksum: bddf220f66e008a6b1ea40081143cc7ad71e144597a9a44cb59acb865923746006d13cfa376b49794fa81ca14200e905f5bea7292f6d70416353fdbe9f009dc1
languageName: node
linkType: hard

"@subql/node-core@npm:^6.1.0":
version: 6.1.0
resolution: "@subql/node-core@npm:6.1.0"
"@subql/node-core@npm:^6.1.1":
version: 6.1.1
resolution: "@subql/node-core@npm:6.1.1"
dependencies:
"@apollo/client": ^3.7.16
"@nestjs/common": ^9.4.0
"@nestjs/event-emitter": ^2.0.0
"@nestjs/schedule": ^3.0.1
"@subql/apollo-links": ^1.0.2
"@subql/common": 3.1.3
"@subql/common": 3.2.0
"@subql/testing": 2.1.0
"@subql/types": 3.2.0
"@subql/utils": 2.4.5-0
Expand All @@ -4318,7 +4318,7 @@ __metadata:
tar: ^6.1.11
vm2: ^3.9.19
yargs: ^16.2.0
checksum: 935abc9b53644eb7f2b87ae93764e07e03c3bfee00f90b922fc33224ce76c720d163b30d36b3f71f25ee62d085287b4df361d43744c4e682dc7a3ef29032343e
checksum: 7709de62a75d2461c185d88600be657c43d9a8b0ab90355d5cece694b0077c57a329f4c5963f29213e0b0da117141c09c965561219cdc26614015441b99c9158
languageName: node
linkType: hard

Expand All @@ -4337,9 +4337,9 @@ __metadata:
"@nestjs/schedule": ^3.0.1
"@nestjs/schematics": ^9.2.0
"@nestjs/testing": ^9.4.0
"@subql/common": ^3.1.3
"@subql/common": ^3.2.0
"@subql/common-cosmos": "workspace:*"
"@subql/node-core": ^6.1.0
"@subql/node-core": ^6.1.1
"@subql/types-cosmos": "workspace:*"
"@types/express": ^4.17.13
"@types/jest": ^27.4.0
Expand Down Expand Up @@ -4376,12 +4376,12 @@ __metadata:
languageName: node
linkType: hard

"@subql/types-core@npm:0.1.2-0":
version: 0.1.2-0
resolution: "@subql/types-core@npm:0.1.2-0"
"@subql/types-core@npm:0.2.0, @subql/types-core@npm:^0.2.0":
version: 0.2.0
resolution: "@subql/types-core@npm:0.2.0"
dependencies:
package-json-type: ^1.0.3
checksum: a70258c1cbe8aa407946ed4cd8fa13c6fea72caa0efa1837a4c400c535b0e4d483388d8c54eedd1afa483e65ac85706d637e0112230129e9313a90a552d7244f
checksum: ef538b84cb0c32f41269fdb6708e9e0657da9e7f0469ef24882e0b392a797eaf35364a7ef9368c0c89b799d6522a66cbf17781deae1edfdc8a17f9cd43aed95f
languageName: node
linkType: hard

Expand All @@ -4394,15 +4394,6 @@ __metadata:
languageName: node
linkType: hard

"@subql/types-core@npm:^0.2.0":
version: 0.2.0
resolution: "@subql/types-core@npm:0.2.0"
dependencies:
package-json-type: ^1.0.3
checksum: ef538b84cb0c32f41269fdb6708e9e0657da9e7f0469ef24882e0b392a797eaf35364a7ef9368c0c89b799d6522a66cbf17781deae1edfdc8a17f9cd43aed95f
languageName: node
linkType: hard

"@subql/types-cosmos@workspace:*, @subql/types-cosmos@workspace:packages/types":
version: 0.0.0-use.local
resolution: "@subql/types-cosmos@workspace:packages/types"
Expand Down

0 comments on commit a8ae211

Please sign in to comment.