@subql/node-algorand 4.0.4-1 → 4.0.4

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +8 -1
  2. package/package.json +4 -5
package/CHANGELOG.md CHANGED
@@ -5,6 +5,12 @@ 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
+ ### Changed
9
+ - Update `@subql/common`, `@subql/node-core` (#161)
10
+
11
+ ## [4.0.4] - 2025-11-03
12
+ ### Changed
13
+ - Update `@subql/common`, `@subql/node-core` (#161)
8
14
 
9
15
  ## [4.0.3] - 2025-07-01
10
16
  ### Changed
@@ -312,7 +318,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
312
318
  - Synced latest changes from main repo. (#10)
313
319
 
314
320
  ## [1.6.0] - 2022-08-04
315
- [Unreleased]: https://github.com/subquery/subql-algorand/compare/node-algorand/4.0.3...HEAD
321
+ [Unreleased]: https://github.com/subquery/subql-algorand/compare/node-algorand/4.0.4...HEAD
322
+ [4.0.4]: https://github.com/subquery/subql-algorand/compare/node-algorand/4.0.3...node-algorand/4.0.4
316
323
  [4.0.3]: https://github.com/subquery/subql-algorand/compare/node-algorand/4.0.2...node-algorand/4.0.3
317
324
  [4.0.2]: https://github.com/subquery/subql-algorand/compare/node-algorand/4.0.1...node-algorand/4.0.2
318
325
  [4.0.1]: https://github.com/subquery/subql-algorand/compare/node-algorand/4.0.0...node-algorand/4.0.1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@subql/node-algorand",
3
- "version": "4.0.4-1",
3
+ "version": "4.0.4",
4
4
  "description": "",
5
5
  "author": "Ian He",
6
6
  "license": "GPL-3.0",
@@ -25,9 +25,9 @@
25
25
  "@nestjs/platform-express": "^11.0.10",
26
26
  "@nestjs/schedule": "^5.0.1",
27
27
  "@subql/common": "^5.8.0",
28
- "@subql/common-algorand": "4.4.4-0",
28
+ "@subql/common-algorand": "4.4.4",
29
29
  "@subql/node-core": "^18.5.0",
30
- "@subql/types-algorand": "4.1.2-0",
30
+ "@subql/types-algorand": "4.1.2",
31
31
  "algosdk": "^2.8.0",
32
32
  "lodash": "^4.17.21",
33
33
  "reflect-metadata": "^0.1.13",
@@ -62,6 +62,5 @@
62
62
  "README.md",
63
63
  "CHANGELOG.md",
64
64
  "LICENSE"
65
- ],
66
- "stableVersion": "4.0.4-0"
65
+ ]
67
66
  }