@subql/node-solana 6.0.5-0 → 6.0.5

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 +6 -1
  2. package/package.json +4 -5
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
+ ## [6.0.5] - 2025-07-24
10
+ ### Changed
11
+ - Update @subql dependencies (#14)
12
+
9
13
  ## [6.0.4] - 2025-07-01
10
14
  ### Changed
11
15
  - Update `@subql/common` and `@subql/node-core` (#12)
@@ -26,7 +30,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
26
30
  ### Changed
27
31
  - Initial release
28
32
 
29
- [Unreleased]: https://github.com/subquery/subql-solana/compare/node-solana/6.0.4...HEAD
33
+ [Unreleased]: https://github.com/subquery/subql-solana/compare/node-solana/6.0.5...HEAD
34
+ [6.0.5]: https://github.com/subquery/subql-solana/compare/node-solana/6.0.4...node-solana/6.0.5
30
35
  [6.0.4]: https://github.com/subquery/subql-solana/compare/node-solana/6.0.3...node-solana/6.0.4
31
36
  [6.0.3]: https://github.com/subquery/subql-solana/compare/node-solana/6.0.2...node-solana/6.0.3
32
37
  [6.0.2]: https://github.com/subquery/subql-solana/compare/node-solana/6.0.1...node-solana/6.0.2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@subql/node-solana",
3
- "version": "6.0.5-0",
3
+ "version": "6.0.5",
4
4
  "description": "",
5
5
  "author": "Ian He",
6
6
  "license": "GPL-3.0",
@@ -26,10 +26,10 @@
26
26
  "@nestjs/platform-express": "^11.0.8",
27
27
  "@nestjs/schedule": "^5.0.1",
28
28
  "@solana/kit": "^2.1.0",
29
- "@subql/common-solana": "1.0.2-0",
29
+ "@subql/common-solana": "1.0.2",
30
30
  "@subql/node-core": "^18.3.0",
31
31
  "@subql/testing": "^2.2.1",
32
- "@subql/types-solana": "1.0.2-0",
32
+ "@subql/types-solana": "1.0.2",
33
33
  "bs58": "^6.0.0",
34
34
  "cacheable-lookup": "6",
35
35
  "codama": "^1.2.11",
@@ -73,6 +73,5 @@
73
73
  "README.md",
74
74
  "CHANGELOG.md",
75
75
  "LICENSE"
76
- ],
77
- "stableVersion": "6.0.4"
76
+ ]
78
77
  }