@pioneer-platform/pioneer-network 8.12.2 → 8.12.4

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.
@@ -1 +1,2 @@
1
- $ tsc -p .
1
+
2
+ $ tsc -p .
package/CHANGELOG.md CHANGED
@@ -1,5 +1,25 @@
1
1
  # @pioneer-platform/pioneer-network
2
2
 
3
+ ## 8.12.4
4
+
5
+ ### Patch Changes
6
+
7
+ - chore: chore: 🔒 CRITICAL FIX: XRP destination tag validation
8
+ - Updated dependencies
9
+ - @pioneer-platform/eth-network@8.14.6
10
+ - @pioneer-platform/utxo-network@8.12.4
11
+ - @pioneer-platform/blockbook@8.12.4
12
+
13
+ ## 8.12.3
14
+
15
+ ### Patch Changes
16
+
17
+ - chore: chore: 🔒 CRITICAL FIX: XRP destination tag validation
18
+ - Updated dependencies
19
+ - @pioneer-platform/eth-network@8.14.5
20
+ - @pioneer-platform/utxo-network@8.12.3
21
+ - @pioneer-platform/blockbook@8.12.3
22
+
3
23
  ## 8.12.2
4
24
 
5
25
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pioneer-platform/pioneer-network",
3
- "version": "8.12.2",
3
+ "version": "8.12.4",
4
4
  "main": "./lib/index.js",
5
5
  "types": "./lib/main.d.ts",
6
6
  "scripts": {
@@ -15,9 +15,9 @@
15
15
  },
16
16
  "dependencies": {
17
17
  "@pioneer-platform/binance-network": "^8.12.0",
18
- "@pioneer-platform/blockbook": "^8.12.2",
18
+ "@pioneer-platform/blockbook": "^8.12.4",
19
19
  "@pioneer-platform/cosmos-network": "^8.12.0",
20
- "@pioneer-platform/eth-network": "^8.14.4",
20
+ "@pioneer-platform/eth-network": "^8.14.6",
21
21
  "@pioneer-platform/maya-network": "^8.13.19",
22
22
  "@pioneer-platform/midgard-client": "^8.11.0",
23
23
  "@pioneer-platform/osmosis-network": "^8.11.0",
@@ -25,7 +25,7 @@
25
25
  "@pioneer-platform/pioneer-types": "^8.11.0",
26
26
  "@pioneer-platform/ripple-network": "^8.11.0",
27
27
  "@pioneer-platform/thor-network": "^8.11.0",
28
- "@pioneer-platform/utxo-network": "^8.12.2",
28
+ "@pioneer-platform/utxo-network": "^8.12.4",
29
29
  "@types/node": "^18.15.11",
30
30
  "events": "^3.3.0",
31
31
  "socket.io-client": "^4.5.4",