@pioneer-platform/changelly-client 8.11.4 → 8.11.7

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,29 @@
1
1
  # @pioneer-platform/changelly-client
2
2
 
3
+ ## 8.11.7
4
+
5
+ ### Patch Changes
6
+
7
+ - chore: zcash working!
8
+ - Updated dependencies
9
+ - @pioneer-platform/pioneer-caip@9.10.5
10
+
11
+ ## 8.11.6
12
+
13
+ ### Patch Changes
14
+
15
+ - chore: zcash working!
16
+ - Updated dependencies
17
+ - @pioneer-platform/pioneer-caip@9.10.4
18
+
19
+ ## 8.11.5
20
+
21
+ ### Patch Changes
22
+
23
+ - chore: chore: fix: 📦 Add tsoa.json to Docker build
24
+ - Updated dependencies
25
+ - @pioneer-platform/pioneer-caip@9.10.2
26
+
3
27
  ## 8.11.4
4
28
 
5
29
  ### Patch Changes
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@pioneer-platform/changelly-client",
3
- "version": "8.11.4",
3
+ "version": "8.11.7",
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.0",
9
+ "@pioneer-platform/pioneer-caip": "^9.10.5",
10
10
  "axios": "^1.6.0",
11
11
  "dotenv": "^17.2.3",
12
12
  "jayson": "^4.1.0",
@@ -31,4 +31,4 @@
31
31
  "typescript": "^5.0.4"
32
32
  },
33
33
  "gitHead": "a76012f6693a12181c4744e53e977a9eaeef0ed3"
34
- }
34
+ }