@pioneer-platform/changelly-client 8.11.19 → 8.11.21

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 +16 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # @pioneer-platform/changelly-client
2
2
 
3
+ ## 8.11.21
4
+
5
+ ### Patch Changes
6
+
7
+ - chore: chore: CRITICAL FIX: Bitcoin zpub balances returning $0 for confirmed UTXOs
8
+ - Updated dependencies
9
+ - @pioneer-platform/pioneer-caip@9.10.21
10
+
11
+ ## 8.11.20
12
+
13
+ ### Patch Changes
14
+
15
+ - chore: CRITICAL FIX: Bitcoin zpub balances returning $0 for confirmed UTXOs
16
+ - Updated dependencies
17
+ - @pioneer-platform/pioneer-caip@9.10.20
18
+
3
19
  ## 8.11.19
4
20
 
5
21
  ### Patch Changes
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@pioneer-platform/changelly-client",
3
- "version": "8.11.19",
3
+ "version": "8.11.21",
4
4
  "main": "./lib/index.js",
5
5
  "types": "./lib/index.d.ts",
6
6
  "dependencies": {
7
7
  "@bithighlander/changelly": "^1.0.1",
8
8
  "@pioneer-platform/loggerdog": "^8.11.0",
9
- "@pioneer-platform/pioneer-caip": "^9.10.18",
9
+ "@pioneer-platform/pioneer-caip": "^9.10.21",
10
10
  "axios": "^1.6.0",
11
11
  "dotenv": "^17.2.3",
12
12
  "jayson": "^4.1.0",