@subql/common-substrate 4.3.3-0 → 4.3.3
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 +3 -4
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.3.3] - 2024-11-22
|
|
8
10
|
### Changed
|
|
9
11
|
- Update common (#2584)
|
|
10
12
|
|
|
@@ -195,7 +197,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
195
197
|
### Added
|
|
196
198
|
- init commit
|
|
197
199
|
|
|
198
|
-
[Unreleased]: https://github.com/subquery/subql/compare/common-substrate/4.3.
|
|
200
|
+
[Unreleased]: https://github.com/subquery/subql/compare/common-substrate/4.3.3...HEAD
|
|
201
|
+
[4.3.3]: https://github.com/subquery/subql/compare/common-substrate/4.3.2...common-substrate/4.3.3
|
|
199
202
|
[4.3.2]: https://github.com/subquery/subql/compare/common-substrate/4.3.1...common-substrate/4.3.2
|
|
200
203
|
[4.3.1]: https://github.com/subquery/subql/compare/common-substrate/4.3.0...common-substrate/4.3.1
|
|
201
204
|
[4.3.0]: https://github.com/subquery/subql/compare/common-substrate/4.2.0...common-substrate/4.3.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@subql/common-substrate",
|
|
3
|
-
"version": "4.3.3
|
|
3
|
+
"version": "4.3.3",
|
|
4
4
|
"description": "",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "rm -rf dist && tsc -b",
|
|
@@ -14,12 +14,11 @@
|
|
|
14
14
|
"main": "dist/index.js",
|
|
15
15
|
"license": "GPL-3.0",
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@subql/common": "5.
|
|
17
|
+
"@subql/common": "5.2.0",
|
|
18
18
|
"@subql/types": "3.11.3"
|
|
19
19
|
},
|
|
20
20
|
"peerDependencies": {
|
|
21
21
|
"class-transformer": "*",
|
|
22
22
|
"class-validator": "*"
|
|
23
|
-
}
|
|
24
|
-
"stableVersion": "4.3.2"
|
|
23
|
+
}
|
|
25
24
|
}
|