@subql/node-algorand 3.15.2-0 → 3.16.0
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
|
+
## [3.16.0] - 2024-12-17
|
|
8
10
|
### Changed
|
|
9
11
|
- Update `@subql/node-core` and `@subql/common` dependencies
|
|
10
12
|
|
|
@@ -287,7 +289,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
287
289
|
- Synced latest changes from main repo. (#10)
|
|
288
290
|
|
|
289
291
|
## [1.6.0] - 2022-08-04
|
|
290
|
-
[Unreleased]: https://github.com/subquery/subql-algorand/compare/node-algorand/3.
|
|
292
|
+
[Unreleased]: https://github.com/subquery/subql-algorand/compare/node-algorand/3.16.0...HEAD
|
|
293
|
+
[3.16.0]: https://github.com/subquery/subql-algorand/compare/node-algorand/3.15.1...node-algorand/3.16.0
|
|
291
294
|
[3.15.1]: https://github.com/subquery/subql-algorand/compare/node-algorand/3.15.0...node-algorand/3.15.1
|
|
292
295
|
[3.15.0]: https://github.com/subquery/subql-algorand/compare/node-algorand/3.14.4...node-algorand/3.15.0
|
|
293
296
|
[3.14.4]: https://github.com/subquery/subql-algorand/compare/node-algorand/3.14.3...node-algorand/3.14.4
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@subql/node-algorand",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.16.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "Ian He",
|
|
6
6
|
"license": "GPL-3.0",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"@nestjs/platform-express": "^9.4.0",
|
|
26
26
|
"@nestjs/schedule": "^3.0.1",
|
|
27
27
|
"@subql/common": "^5.2.2",
|
|
28
|
-
"@subql/common-algorand": "4.
|
|
28
|
+
"@subql/common-algorand": "4.3.0",
|
|
29
29
|
"@subql/node-core": "^16.1.0",
|
|
30
30
|
"@subql/types-algorand": "4.0.1",
|
|
31
31
|
"algosdk": "^2.8.0",
|
|
@@ -52,6 +52,5 @@
|
|
|
52
52
|
"files": [
|
|
53
53
|
"/dist",
|
|
54
54
|
"/bin"
|
|
55
|
-
]
|
|
56
|
-
"stableVersion": "3.15.1"
|
|
55
|
+
]
|
|
57
56
|
}
|