@subql/node 6.3.1-2 → 6.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +4 -1
- package/package.json +5 -6
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
|
5
5
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
6
6
|
|
|
7
7
|
## [Unreleased]
|
|
8
|
+
|
|
9
|
+
## [6.3.1] - 2025-07-17
|
|
8
10
|
### Changed
|
|
9
11
|
- Workspace dependencies now match to patch versions rather than exact (#2855)
|
|
10
12
|
|
|
@@ -1449,7 +1451,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
1449
1451
|
### Changed
|
|
1450
1452
|
- bump @polkadot/api to 3.1.1
|
|
1451
1453
|
|
|
1452
|
-
[Unreleased]: https://github.com/subquery/subql/compare/node/6.3.
|
|
1454
|
+
[Unreleased]: https://github.com/subquery/subql/compare/node/6.3.1...HEAD
|
|
1455
|
+
[6.3.1]: https://github.com/subquery/subql/compare/node/6.3.0...node/6.3.1
|
|
1453
1456
|
[6.3.0]: https://github.com/subquery/subql/compare/node/6.2.0...node/6.3.0
|
|
1454
1457
|
[6.2.0]: https://github.com/subquery/subql/compare/node/6.1.1...node/6.2.0
|
|
1455
1458
|
[6.1.1]: https://github.com/subquery/subql/compare/node/6.1.0...node/6.1.1
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@subql/node",
|
|
3
|
-
"version": "6.3.1
|
|
3
|
+
"version": "6.3.1",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "Ian He",
|
|
6
6
|
"license": "GPL-3.0",
|
|
@@ -25,9 +25,9 @@
|
|
|
25
25
|
"@nestjs/platform-express": "^11.0.7",
|
|
26
26
|
"@nestjs/schedule": "^5.0.1",
|
|
27
27
|
"@polkadot/api": "^16.4.1",
|
|
28
|
-
"@subql/common-substrate": "~4.5.1
|
|
29
|
-
"@subql/node-core": "~18.2.1
|
|
30
|
-
"@subql/types": "~3.14.1
|
|
28
|
+
"@subql/common-substrate": "~4.5.1",
|
|
29
|
+
"@subql/node-core": "~18.2.1",
|
|
30
|
+
"@subql/types": "~3.14.1",
|
|
31
31
|
"@subql/utils": "~2.21.1-1",
|
|
32
32
|
"fetch-h2": "3.0.2",
|
|
33
33
|
"lodash": "^4.17.21",
|
|
@@ -59,6 +59,5 @@
|
|
|
59
59
|
"LICENSE",
|
|
60
60
|
"README.md",
|
|
61
61
|
"CHANGELOG.md"
|
|
62
|
-
]
|
|
63
|
-
"stableVersion": "6.3.1-1"
|
|
62
|
+
]
|
|
64
63
|
}
|