@pioneer-platform/pioneer-network 8.11.17 → 8.12.1

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,2 +1 @@
1
-
2
- $ tsc -p .
1
+ $ tsc -p .
package/CHANGELOG.md CHANGED
@@ -1,5 +1,26 @@
1
1
  # @pioneer-platform/pioneer-network
2
2
 
3
+ ## 8.12.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Update to eth-network@8.14.3 with node racing improvements
8
+
9
+ ## 8.12.0
10
+
11
+ ### Minor Changes
12
+
13
+ - Merge branch 'feature/ethereum-reports'
14
+
15
+ ### Patch Changes
16
+
17
+ - Updated dependencies
18
+ - @pioneer-platform/binance-network@8.12.0
19
+ - @pioneer-platform/cosmos-network@8.12.0
20
+ - @pioneer-platform/eth-network@8.14.0
21
+ - @pioneer-platform/utxo-network@8.12.0
22
+ - @pioneer-platform/blockbook@8.12.0
23
+
3
24
  ## 8.11.17
4
25
 
5
26
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pioneer-platform/pioneer-network",
3
- "version": "8.11.17",
3
+ "version": "8.12.1",
4
4
  "main": "./lib/index.js",
5
5
  "types": "./lib/main.d.ts",
6
6
  "scripts": {
@@ -14,10 +14,10 @@
14
14
  "refresh": "rm -rf ./node_modules ./package-lock.json && pnpm install"
15
15
  },
16
16
  "dependencies": {
17
- "@pioneer-platform/binance-network": "^8.11.6",
18
- "@pioneer-platform/blockbook": "^8.11.6",
19
- "@pioneer-platform/cosmos-network": "^8.11.6",
20
- "@pioneer-platform/eth-network": "^8.13.16",
17
+ "@pioneer-platform/binance-network": "^8.12.0",
18
+ "@pioneer-platform/blockbook": "^8.12.0",
19
+ "@pioneer-platform/cosmos-network": "^8.12.0",
20
+ "@pioneer-platform/eth-network": "^8.14.3",
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.11.16",
28
+ "@pioneer-platform/utxo-network": "^8.12.0",
29
29
  "@types/node": "^18.15.11",
30
30
  "events": "^3.3.0",
31
31
  "socket.io-client": "^4.5.4",