@subql/node-algorand 3.14.3-0 → 3.14.3

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 +3 -3
  2. package/package.json +4 -5
package/CHANGELOG.md CHANGED
@@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
 
7
7
  ## [Unreleased]
8
8
 
9
- ## [3.14.2] - 2024-10-22
9
+ ## [3.14.3] - 2024-10-22
10
10
  ### Changed
11
11
  - Bump `@subql/common` and `@subql/node-core` dependency (#135)
12
12
 
@@ -269,8 +269,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
269
269
  - Synced latest changes from main repo. (#10)
270
270
 
271
271
  ## [1.6.0] - 2022-08-04
272
- [Unreleased]: https://github.com/subquery/subql-algorand/compare/node-algorand/3.14.2...HEAD
273
- [3.14.2]: https://github.com/subquery/subql-algorand/compare/node-algorand/3.14.1...node-algorand/3.14.2
272
+ [Unreleased]: https://github.com/subquery/subql-algorand/compare/node-algorand/3.14.3...HEAD
273
+ [3.14.3]: https://github.com/subquery/subql-algorand/compare/node-algorand/3.14.1...node-algorand/3.14.3
274
274
  [3.14.1]: https://github.com/subquery/subql-algorand/compare/node-algorand/3.13.0...node-algorand/3.14.1
275
275
  [3.13.0]: https://github.com/subquery/subql-algorand/compare/node-algorand/3.12.0...node-algorand/3.13.0
276
276
  [3.12.0]: https://github.com/subquery/subql-algorand/compare/node-algorand/3.11.3...node-algorand/3.12.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@subql/node-algorand",
3
- "version": "3.14.3-0",
3
+ "version": "3.14.3",
4
4
  "description": "",
5
5
  "author": "Ian He",
6
6
  "license": "GPL-3.0",
@@ -25,9 +25,9 @@
25
25
  "@nestjs/platform-express": "^9.4.0",
26
26
  "@nestjs/schedule": "^3.0.1",
27
27
  "@subql/common": "^5.1.3",
28
- "@subql/common-algorand": "4.2.3-0",
28
+ "@subql/common-algorand": "4.2.3",
29
29
  "@subql/node-core": "^14.1.6",
30
- "@subql/types-algorand": "4.0.1-0",
30
+ "@subql/types-algorand": "4.0.1",
31
31
  "algosdk": "^2.8.0",
32
32
  "lodash": "^4.17.21",
33
33
  "reflect-metadata": "^0.1.13",
@@ -52,6 +52,5 @@
52
52
  "files": [
53
53
  "/dist",
54
54
  "/bin"
55
- ],
56
- "stableVersion": "3.14.2"
55
+ ]
57
56
  }