@subql/common-substrate 4.5.1-0 → 4.5.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 +4 -5
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
|
+
## [4.5.1] - 2025-07-17
|
|
8
10
|
### Changed
|
|
9
11
|
- Workspace dependencies now match to patch versions rather than exact (#2855)
|
|
10
12
|
|
|
@@ -223,7 +225,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
223
225
|
### Added
|
|
224
226
|
- init commit
|
|
225
227
|
|
|
226
|
-
[Unreleased]: https://github.com/subquery/subql/compare/common-substrate/4.5.
|
|
228
|
+
[Unreleased]: https://github.com/subquery/subql/compare/common-substrate/4.5.1...HEAD
|
|
229
|
+
[4.5.1]: https://github.com/subquery/subql/compare/common-substrate/4.5.0...common-substrate/4.5.1
|
|
227
230
|
[4.5.0]: https://github.com/subquery/subql/compare/common-substrate/4.4.0...common-substrate/4.5.0
|
|
228
231
|
[4.4.0]: https://github.com/subquery/subql/compare/common-substrate/4.3.7...common-substrate/4.4.0
|
|
229
232
|
[4.3.7]: https://github.com/subquery/subql/compare/common-substrate/4.3.6...common-substrate/4.3.7
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@subql/common-substrate",
|
|
3
|
-
"version": "4.5.1
|
|
3
|
+
"version": "4.5.1",
|
|
4
4
|
"description": "",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "rm -rf dist && tsc -b",
|
|
@@ -14,8 +14,8 @@
|
|
|
14
14
|
"main": "dist/index.js",
|
|
15
15
|
"license": "GPL-3.0",
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@subql/common": "~5.7.2
|
|
18
|
-
"@subql/types": "~3.14.1
|
|
17
|
+
"@subql/common": "~5.7.2",
|
|
18
|
+
"@subql/types": "~3.14.1"
|
|
19
19
|
},
|
|
20
20
|
"peerDependencies": {
|
|
21
21
|
"class-transformer": "*",
|
|
@@ -33,6 +33,5 @@
|
|
|
33
33
|
"README.md",
|
|
34
34
|
"CHANGELOG.md",
|
|
35
35
|
"LICENSE"
|
|
36
|
-
]
|
|
37
|
-
"stableVersion": "4.5.0"
|
|
36
|
+
]
|
|
38
37
|
}
|