@pioneer-platform/walletguard 0.9.0 → 0.9.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 +27 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,32 @@
1
1
  # @pioneer-platform/walletguard
2
2
 
3
+ ## 0.9.3
4
+
5
+ ### Patch Changes
6
+
7
+ - chore: zcash working!
8
+ - Updated dependencies
9
+ - @pioneer-platform/pioneer-caip@9.10.5
10
+ - @pioneer-platform/pioneer-coins@9.11.5
11
+
12
+ ## 0.9.2
13
+
14
+ ### Patch Changes
15
+
16
+ - chore: zcash working!
17
+ - Updated dependencies
18
+ - @pioneer-platform/pioneer-caip@9.10.4
19
+ - @pioneer-platform/pioneer-coins@9.11.4
20
+
21
+ ## 0.9.1
22
+
23
+ ### Patch Changes
24
+
25
+ - chore: chore: fix: 📦 Add tsoa.json to Docker build
26
+ - Updated dependencies
27
+ - @pioneer-platform/pioneer-caip@9.10.2
28
+ - @pioneer-platform/pioneer-coins@9.11.2
29
+
3
30
  ## 0.9.0
4
31
 
5
32
  ### Minor Changes
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@pioneer-platform/walletguard",
3
- "version": "0.9.0",
3
+ "version": "0.9.3",
4
4
  "main": "./lib/index.js",
5
5
  "types": "./lib/index.d.ts",
6
6
  "dependencies": {
7
7
  "@keepkey/keepkey-sdk": "^0.2.57",
8
8
  "@pioneer-platform/loggerdog": "^8.11.0",
9
9
  "@pioneer-platform/maya-network": "^8.13.19",
10
- "@pioneer-platform/pioneer-caip": "^9.10.0",
11
- "@pioneer-platform/pioneer-coins": "^9.11.0",
10
+ "@pioneer-platform/pioneer-caip": "^9.10.5",
11
+ "@pioneer-platform/pioneer-coins": "^9.11.5",
12
12
  "axios": "^1.6.0",
13
13
  "dotenv": "^8.2.0"
14
14
  },