Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[release] 20250128 #136

Merged
merged 2 commits into from
Jan 28, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion packages/common-near/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [4.2.1] - 2025-01-28
### Changed
- Update `@subql/common` dependency

## [4.2.0] - 2024-12-17
### Changed
- Update `@subql/common` dependency
Expand Down Expand Up @@ -110,7 +114,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Add transaction receipts handlers and filters (#13)

## [1.0.0] - 2023-01-26
[Unreleased]: https://github.com/subquery/subql-near/compare/common-near/4.2.0...HEAD
[Unreleased]: https://github.com/subquery/subql-near/compare/common-near/4.2.1...HEAD
[4.2.1]: https://github.com/subquery/subql-near/compare/common-near/4.2.0...common-near/4.2.1
[4.2.0]: https://github.com/subquery/subql-near/compare/common-near/4.1.5...common-near/4.2.0
[4.1.5]: https://github.com/subquery/subql-near/compare/common-near/4.1.4...common-near/4.1.5
[4.1.4]: https://github.com/subquery/subql-near/compare/common-near/4.1.3...common-near/4.1.4
Expand Down
4 changes: 2 additions & 2 deletions packages/common-near/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/common-near",
"version": "4.2.0",
"version": "4.2.1",
"description": "",
"scripts": {
"build": "rm -rf dist && tsc -b",
Expand All @@ -14,7 +14,7 @@
"main": "dist/index.js",
"license": "GPL-3.0",
"dependencies": {
"@subql/common": "^5.2.2",
"@subql/common": "^5.3.0",
"@subql/types-near": "workspace:*",
"js-yaml": "^4.1.0",
"reflect-metadata": "^0.1.13"
Expand Down
7 changes: 6 additions & 1 deletion packages/node/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [4.3.0] - 2025-01-28
### Changed
- Update `@subql/node-core` with minor bug fixes and improvements

## [4.2.0] - 2024-12-17
### Changed
- Update `@subql/node-core` and `@subql/common` dependencies
Expand Down Expand Up @@ -274,7 +278,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Add `toJson` method to function args (#9)

## 1.18.0 - 2023-01-26
[Unreleased]: https://github.com/subquery/subql-near/compare/node-near/4.2.0...HEAD
[Unreleased]: https://github.com/subquery/subql-near/compare/node-near/4.3.0...HEAD
[4.3.0]: https://github.com/subquery/subql-near/compare/node-near/4.2.0...node-near/4.3.0
[4.2.0]: https://github.com/subquery/subql-near/compare/node-near/4.1.1...node-near/4.2.0
[4.1.1]: https://github.com/subquery/subql-near/compare/node-near/4.1.0...node-near/4.1.1
[4.1.0]: https://github.com/subquery/subql-near/compare/node-near/4.0.5...node-near/4.1.0
Expand Down
6 changes: 3 additions & 3 deletions packages/node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/node-near",
"version": "4.2.0",
"version": "4.3.0",
"description": "",
"author": "Ian He",
"license": "GPL-3.0",
Expand All @@ -24,9 +24,9 @@
"@nestjs/event-emitter": "^2.0.0",
"@nestjs/platform-express": "^9.4.0",
"@nestjs/schedule": "^3.0.1",
"@subql/common": "^5.2.2",
"@subql/common": "^5.3.0",
"@subql/common-near": "workspace:*",
"@subql/node-core": "^16.1.0",
"@subql/node-core": "^16.2.0",
"@subql/types-near": "workspace:*",
"lodash": "^4.17.21",
"near-api-js": "^2.1.4",
Expand Down
34 changes: 17 additions & 17 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2637,7 +2637,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@subql/common-near@workspace:packages/common-near"
dependencies:
"@subql/common": ^5.2.2
"@subql/common": ^5.3.0
"@subql/types-near": "workspace:*"
"@types/bn.js": 5.1.5
"@types/js-yaml": ^4.0.4
Expand All @@ -2650,9 +2650,9 @@ __metadata:
languageName: unknown
linkType: soft

"@subql/common@npm:5.2.2, @subql/common@npm:^5.2.2":
version: 5.2.2
resolution: "@subql/common@npm:5.2.2"
"@subql/common@npm:5.3.0, @subql/common@npm:^5.3.0":
version: 5.3.0
resolution: "@subql/common@npm:5.3.0"
dependencies:
"@subql/types-core": 2.0.0
axios: ^0.28.0
Expand All @@ -2663,22 +2663,22 @@ __metadata:
reflect-metadata: ^0.1.14
semver: ^7.6.3
update-notifier: ^5.1.0
checksum: 91db322edee27860ef82a6a3a16413662543ed5f951720ddf9eb1617d9a172878cf0d5c89933edad03c6d3c22eee25c31799cd054fae934a4afbf606ac5ba3bd
checksum: 2f21993d5d0c841c5bb93c1493dcc04d1978383e18f705ed3642fdf8e3370f28f3acbabf8e81fc3d27b0878dc22845487a5cb3b3cd342502ec315a575f26dd8c
languageName: node
linkType: hard

"@subql/node-core@npm:^16.1.0":
version: 16.1.0
resolution: "@subql/node-core@npm:16.1.0"
"@subql/node-core@npm:^16.2.0":
version: 16.2.0
resolution: "@subql/node-core@npm:16.2.0"
dependencies:
"@apollo/client": ^3.11.2
"@nestjs/common": ^9.4.0
"@nestjs/event-emitter": ^2.0.0
"@nestjs/schedule": ^3.0.1
"@subql/common": 5.2.2
"@subql/common": 5.3.0
"@subql/testing": 2.2.2
"@subql/types": 3.11.4
"@subql/utils": 2.17.0
"@subql/utils": 2.17.1
"@willsoto/nestjs-prometheus": ^5.4.0
async-mutex: ^0.5.0
cron-converter: ^2.0.1
Expand All @@ -2695,7 +2695,7 @@ __metadata:
toposort-class: ^1.0.1
vm2: ^3.9.19
yargs: ^16.2.0
checksum: 470bd98966674d7102815a4c8595f35b3e8c1351a3f52cce0e49469b3f1f49ea6d98dcc0898e491b239bf14864e50b54a79c97ba843af65f052340dc8e098a60
checksum: ca9a810103b7dc319d8daaa9d13778658c4b2c0774b701a008845f5c60d688e7cf11768c8e5c4e509e43a91f409a8d986fcf20364334d5a3fa478fb23708c2f4
languageName: node
linkType: hard

Expand All @@ -2710,9 +2710,9 @@ __metadata:
"@nestjs/schedule": ^3.0.1
"@nestjs/schematics": ^9.2.0
"@nestjs/testing": ^9.4.0
"@subql/common": ^5.2.2
"@subql/common": ^5.3.0
"@subql/common-near": "workspace:*"
"@subql/node-core": ^16.1.0
"@subql/node-core": ^16.2.0
"@subql/types-near": "workspace:*"
"@types/express": ^4.17.13
"@types/jest": ^27.4.0
Expand Down Expand Up @@ -2770,9 +2770,9 @@ __metadata:
languageName: node
linkType: hard

"@subql/utils@npm:2.17.0":
version: 2.17.0
resolution: "@subql/utils@npm:2.17.0"
"@subql/utils@npm:2.17.1":
version: 2.17.1
resolution: "@subql/utils@npm:2.17.1"
dependencies:
"@polkadot/util": ^13.2.3
"@polkadot/util-crypto": ^13.2.3
Expand All @@ -2785,7 +2785,7 @@ __metadata:
lodash: ^4.17.21
pino: ^6.13.3
rotating-file-stream: ^3.2.3
checksum: 3993ff46b8789201a64904089ddf512bf3f22a7eb126e5a36b750fef756c33a34a8dca2c751be3137024157dff2b012d49bbb79df85ef5d7eca5dec6c5118bcc
checksum: 450640c82eb6e2db4ec6a3f13b23707f4df045dfe2ee5ea6af05ffe04ff6683c80329926e88ace29eaecd1f525c9328d390ec362460755a217d9f5b4e98b3e68
languageName: node
linkType: hard

Expand Down
Loading