@subql/node-algorand 3.11.0 → 3.11.2
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
|
+
## [3.11.2] - 2024-05-02
|
|
10
|
+
### Fixed
|
|
11
|
+
- Sandbox Uint8Array and missing pg dep issue
|
|
12
|
+
|
|
9
13
|
## [3.11.0] - 2024-05-02
|
|
10
14
|
### Changed
|
|
11
15
|
- Update dependencies and apply changes to match (#115)
|
|
@@ -239,7 +243,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
239
243
|
- Synced latest changes from main repo. (#10)
|
|
240
244
|
|
|
241
245
|
## [1.6.0] - 2022-08-04
|
|
242
|
-
[Unreleased]: https://github.com/subquery/subql-algorand/compare/node-algorand/3.11.
|
|
246
|
+
[Unreleased]: https://github.com/subquery/subql-algorand/compare/node-algorand/3.11.2...HEAD
|
|
247
|
+
[3.11.2]: https://github.com/subquery/subql-algorand/compare/node-algorand/3.11.0...node-algorand/3.11.2
|
|
243
248
|
[3.11.0]: https://github.com/subquery/subql-algorand/compare/node-algorand/3.10.0...node-algorand/3.11.0
|
|
244
249
|
[3.10.0]: https://github.com/subquery/subql-algorand/compare/node-algorand/3.9.1...node-algorand/3.10.0
|
|
245
250
|
[3.9.1]: https://github.com/subquery/subql-algorand/compare/node-algorand/3.9.0...node-algorand/3.9.1
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@subql/node-algorand",
|
|
3
|
-
"version": "3.11.
|
|
3
|
+
"version": "3.11.2",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "Ian He",
|
|
6
6
|
"license": "GPL-3.0",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"@nestjs/schedule": "^3.0.1",
|
|
27
27
|
"@subql/common": "^3.5.1",
|
|
28
28
|
"@subql/common-algorand": "3.4.0",
|
|
29
|
-
"@subql/node-core": "^10.1.
|
|
29
|
+
"@subql/node-core": "^10.1.1",
|
|
30
30
|
"@subql/types-algorand": "3.3.0",
|
|
31
31
|
"algosdk": "^2.2.0",
|
|
32
32
|
"axios": "^1.3.4",
|