@subql/common-substrate 4.3.4 → 4.3.5
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 +6 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
6
6
|
|
|
7
7
|
## [Unreleased]
|
|
8
8
|
|
|
9
|
+
## [4.3.5] - 2024-12-11
|
|
10
|
+
### Changed
|
|
11
|
+
- Update `@subql/common`
|
|
12
|
+
|
|
9
13
|
## [4.3.4] - 2024-11-25
|
|
10
14
|
### Changed
|
|
11
15
|
- Bump version with `@subql/common`
|
|
@@ -201,7 +205,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
201
205
|
### Added
|
|
202
206
|
- init commit
|
|
203
207
|
|
|
204
|
-
[Unreleased]: https://github.com/subquery/subql/compare/common-substrate/4.3.
|
|
208
|
+
[Unreleased]: https://github.com/subquery/subql/compare/common-substrate/4.3.5...HEAD
|
|
209
|
+
[4.3.5]: https://github.com/subquery/subql/compare/common-substrate/4.3.4...common-substrate/4.3.5
|
|
205
210
|
[4.3.4]: https://github.com/subquery/subql/compare/common-substrate/4.3.3...common-substrate/4.3.4
|
|
206
211
|
[4.3.3]: https://github.com/subquery/subql/compare/common-substrate/4.3.2...common-substrate/4.3.3
|
|
207
212
|
[4.3.2]: https://github.com/subquery/subql/compare/common-substrate/4.3.1...common-substrate/4.3.2
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@subql/common-substrate",
|
|
3
|
-
"version": "4.3.
|
|
3
|
+
"version": "4.3.5",
|
|
4
4
|
"description": "",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "rm -rf dist && tsc -b",
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"main": "dist/index.js",
|
|
15
15
|
"license": "GPL-3.0",
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@subql/common": "5.2.
|
|
17
|
+
"@subql/common": "5.2.2",
|
|
18
18
|
"@subql/types": "3.11.4"
|
|
19
19
|
},
|
|
20
20
|
"peerDependencies": {
|