@pioneer-platform/pioneer-network 8.11.9 → 8.11.11

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,20 @@
1
1
  # @pioneer-platform/pioneer-network
2
2
 
3
+ ## 8.11.11
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: add explicit Docker registry login for buildx authentication
8
+ - Updated dependencies
9
+ - @pioneer-platform/eth-network@8.13.10
10
+
11
+ ## 8.11.10
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies
16
+ - @pioneer-platform/eth-network@8.13.9
17
+
3
18
  ## 8.11.9
4
19
 
5
20
  ### Patch Changes
package/lib/index.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  export declare class Network {
2
- private blockchains;
3
- private networks;
2
+ blockchains: [];
3
+ networks: any;
4
4
  init: () => Promise<boolean>;
5
5
  constructor(config: any);
6
6
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pioneer-platform/pioneer-network",
3
- "version": "8.11.9",
3
+ "version": "8.11.11",
4
4
  "main": "./lib/index.js",
5
5
  "types": "./lib/main.d.ts",
6
6
  "scripts": {
@@ -17,7 +17,7 @@
17
17
  "@pioneer-platform/binance-network": "^8.11.0",
18
18
  "@pioneer-platform/blockbook": "8.11.0",
19
19
  "@pioneer-platform/cosmos-network": "^8.11.0",
20
- "@pioneer-platform/eth-network": "8.13.8",
20
+ "@pioneer-platform/eth-network": "8.13.10",
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",