@pioneer-platform/unchained 8.11.0 → 8.11.2

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 +20 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,25 @@
1
1
  # @pioneer-platform/unchained
2
2
 
3
+ ## 8.11.2
4
+
5
+ ### Patch Changes
6
+
7
+ - cache work
8
+
9
+ ## 8.11.1
10
+
11
+ ### Patch Changes
12
+
13
+ - 3f2da9a: Add ShapeShift MayaChain Unchained API integration with dual broadcast support
14
+
15
+ - Added MayaChain Unchained endpoints to pioneer-nodes seed configuration
16
+ - Implemented dual broadcast in maya-network (MayaNode + ShapeShift Unchained + NowNodes fallbacks)
17
+ - Added endpoint-specific payload formatting (Cosmos vs Unchained API formats)
18
+ - Updated unchained integration tests for MayaChain broadcast validation
19
+
20
+ - Updated dependencies [3f2da9a]
21
+ - @pioneer-platform/nodes@8.11.1
22
+
3
23
  ## 8.11.0
4
24
 
5
25
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pioneer-platform/unchained",
3
- "version": "8.11.0",
3
+ "version": "8.11.2",
4
4
  "main": "./lib/index.js",
5
5
  "types": "./lib/main.d.ts",
6
6
  "scripts": {
@@ -13,8 +13,8 @@
13
13
  },
14
14
  "dependencies": {
15
15
  "@pioneer-platform/loggerdog": "^8.11.0",
16
- "@pioneer-platform/nodes": "^8.11.0",
17
- "@pioneer-platform/pioneer-client": "^9.10.0",
16
+ "@pioneer-platform/nodes": "^8.11.10",
17
+ "@pioneer-platform/pioneer-client": "^9.10.10",
18
18
  "@types/request-promise-native": "^1.0.17",
19
19
  "@types/ws": "^7.4.2",
20
20
  "axios": "^1.6.0",
@@ -29,4 +29,4 @@
29
29
  "typescript": "^5.0.4"
30
30
  },
31
31
  "gitHead": "a76012f6693a12181c4744e53e977a9eaeef0ed3"
32
- }
32
+ }