@subql/common-substrate 4.0.1-0 → 4.0.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 +8 -3
- package/dist/.tsbuildinfo +1 -1
- package/package.json +4 -5
- package/tsconfig.json +2 -1
package/CHANGELOG.md
CHANGED
|
@@ -6,9 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
6
6
|
|
|
7
7
|
## [Unreleased]
|
|
8
8
|
|
|
9
|
+
## [4.0.1] - 2024-07-09
|
|
10
|
+
### Changed
|
|
11
|
+
- Changes to ts build settings (#2475)
|
|
12
|
+
|
|
9
13
|
## [4.0.0] - 2024-07-01
|
|
10
14
|
### Added
|
|
11
|
-
- Enable ts strict
|
|
15
|
+
- Enable ts strict setting
|
|
12
16
|
- Breaking Change: Add alias `parseProjectManifest`, also follow type of `INetworkCommonModule` (#2462)
|
|
13
17
|
|
|
14
18
|
## [3.8.1] - 2024-06-21
|
|
@@ -161,8 +165,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
161
165
|
### Added
|
|
162
166
|
- init commit
|
|
163
167
|
|
|
164
|
-
[Unreleased]: https://github.com/subquery/subql/compare/common-substrate/4.0.
|
|
165
|
-
[
|
|
168
|
+
[Unreleased]: https://github.com/subquery/subql/compare/common-substrate/4.0.1...HEAD
|
|
169
|
+
[4.0.1]: https://github.com/subquery/subql/compare/common-substrate/4.0.0...common-substrate/4.0.1
|
|
170
|
+
[4.0.0]: https://github.com/subquery/subql/compare/common-substrate/3.8.1...common-substrate/4.0.0
|
|
166
171
|
[3.8.1]: https://github.com/subquery/subql/compare/common-substrate/3.8.0...common-substrate/3.8.1
|
|
167
172
|
[3.8.0]: https://github.com/subquery/subql/compare/common-substrate/3.7.0...common-substrate/3.8.0
|
|
168
173
|
[3.7.0]: https://github.com/subquery/subql/compare/common-substrate/3.6.0...common-substrate/3.7.0
|