@pioneer-platform/helpers 4.8.20 → 4.11.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +39 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,44 @@
1
1
  # @pioneer-platform/helpers
2
2
 
3
+ ## 4.11.0
4
+
5
+ ### Minor Changes
6
+
7
+ - chore: chore: chore: feat(pioneer): implement end-to-end Solana transaction signing
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies
12
+ - @pioneer-platform/pioneer-caip@9.14.0
13
+ - @pioneer-platform/pioneer-types@8.16.0
14
+ - @pioneer-platform/tokens@0.11.0
15
+
16
+ ## 4.10.0
17
+
18
+ ### Minor Changes
19
+
20
+ - chore: chore: feat(pioneer): implement end-to-end Solana transaction signing
21
+
22
+ ### Patch Changes
23
+
24
+ - Updated dependencies
25
+ - @pioneer-platform/pioneer-caip@9.13.0
26
+ - @pioneer-platform/pioneer-types@8.15.0
27
+ - @pioneer-platform/tokens@0.10.0
28
+
29
+ ## 4.9.0
30
+
31
+ ### Minor Changes
32
+
33
+ - chore: feat(pioneer): implement end-to-end Solana transaction signing
34
+
35
+ ### Patch Changes
36
+
37
+ - Updated dependencies
38
+ - @pioneer-platform/pioneer-caip@9.12.0
39
+ - @pioneer-platform/pioneer-types@8.13.0
40
+ - @pioneer-platform/tokens@0.9.0
41
+
3
42
  ## 4.8.20
4
43
 
5
44
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pioneer-platform/helpers",
3
- "version": "4.8.20",
3
+ "version": "4.11.0",
4
4
  "main": "./lib/index.js",
5
5
  "types": "./lib/index.d.ts",
6
6
  "scripts": {
@@ -13,9 +13,9 @@
13
13
  "refresh": "rm -rf ./node_modules ./package-lock.json && pnpm install"
14
14
  },
15
15
  "dependencies": {
16
- "@pioneer-platform/pioneer-caip": "^9.10.21",
17
- "@pioneer-platform/pioneer-types": "^8.11.16",
18
- "@pioneer-platform/tokens": "^0.8.20",
16
+ "@pioneer-platform/pioneer-caip": "^9.14.0",
17
+ "@pioneer-platform/pioneer-types": "^8.16.0",
18
+ "@pioneer-platform/tokens": "^0.11.0",
19
19
  "@noble/hashes": "^1.4.0",
20
20
  "@pioneer-platform/loggerdog": "^8.11.0",
21
21
  "@types/node": "^18.15.11",