@polkadot/networks 12.6.2 → 13.0.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.
@@ -94,6 +94,9 @@ exports.knownGenesis = {
94
94
  parallel: [
95
95
  '0xe61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97'
96
96
  ],
97
+ peaq: [
98
+ '0xd2a5d385932d1f650dae03ef8e2748983779ee342c614f80854d32b8cd8fa48c'
99
+ ],
97
100
  pendulum: [
98
101
  '0x5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86'
99
102
  ],
@@ -25,6 +25,7 @@ exports.knownLedger = {
25
25
  nodle: 0x000003eb,
26
26
  origintrail: 0x00000162,
27
27
  parallel: 0x00000162,
28
+ peaq: 0x00000d0a,
28
29
  pendulum: 0x00000162,
29
30
  phala: 0x00000162,
30
31
  picasso: 0x000001b2,
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const util_1 = require("@polkadot/util");
4
+ const packageInfo_js_1 = require("./packageInfo.js");
5
+ (0, util_1.detectPackage)(packageInfo_js_1.packageInfo, null, []);
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.packageInfo = void 0;
4
- exports.packageInfo = { name: '@polkadot/networks', path: typeof __dirname === 'string' ? __dirname : 'auto', type: 'cjs', version: '12.6.2' };
4
+ exports.packageInfo = { name: '@polkadot/networks', path: typeof __dirname === 'string' ? __dirname : 'auto', type: 'cjs', version: '13.0.2' };
@@ -91,6 +91,9 @@ export const knownGenesis = {
91
91
  parallel: [
92
92
  '0xe61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97'
93
93
  ],
94
+ peaq: [
95
+ '0xd2a5d385932d1f650dae03ef8e2748983779ee342c614f80854d32b8cd8fa48c'
96
+ ],
94
97
  pendulum: [
95
98
  '0x5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86'
96
99
  ],
@@ -22,6 +22,7 @@ export const knownLedger = {
22
22
  nodle: 0x000003eb,
23
23
  origintrail: 0x00000162,
24
24
  parallel: 0x00000162,
25
+ peaq: 0x00000d0a,
25
26
  pendulum: 0x00000162,
26
27
  phala: 0x00000162,
27
28
  picasso: 0x000001b2,
package/package.json CHANGED
@@ -15,7 +15,7 @@
15
15
  },
16
16
  "sideEffects": false,
17
17
  "type": "module",
18
- "version": "12.6.2",
18
+ "version": "13.0.2",
19
19
  "main": "./cjs/index.js",
20
20
  "module": "./index.js",
21
21
  "types": "./index.d.ts",
@@ -58,18 +58,6 @@
58
58
  "require": "./cjs/defaults/testnets.js",
59
59
  "default": "./defaults/testnets.js"
60
60
  },
61
- "./detectOther": {
62
- "types": "./detectOther.d.ts",
63
- "module": "./detectOther.js",
64
- "require": "./cjs/detectOther.js",
65
- "default": "./detectOther.js"
66
- },
67
- "./detectPackage": {
68
- "types": "./detectPackage.d.ts",
69
- "module": "./detectPackage.js",
70
- "require": "./cjs/detectPackage.js",
71
- "default": "./detectPackage.js"
72
- },
73
61
  "./interfaces": {
74
62
  "types": "./interfaces.d.ts",
75
63
  "module": "./interfaces.js",
@@ -80,6 +68,12 @@
80
68
  "require": "./cjs/package.json",
81
69
  "default": "./package.json"
82
70
  },
71
+ "./packageDetect": {
72
+ "types": "./packageDetect.d.ts",
73
+ "module": "./packageDetect.js",
74
+ "require": "./cjs/packageDetect.js",
75
+ "default": "./packageDetect.js"
76
+ },
83
77
  "./packageInfo.js": {
84
78
  "types": "./packageInfo.d.ts",
85
79
  "module": "./packageInfo.js",
@@ -100,8 +94,8 @@
100
94
  }
101
95
  },
102
96
  "dependencies": {
103
- "@polkadot/util": "12.6.2",
104
- "@substrate/ss58-registry": "^1.44.0",
97
+ "@polkadot/util": "13.0.2",
98
+ "@substrate/ss58-registry": "^1.46.0",
105
99
  "tslib": "^2.6.2"
106
100
  }
107
101
  }
@@ -1,4 +1,3 @@
1
1
  import { detectPackage } from '@polkadot/util';
2
- import others from './detectOther.js';
3
2
  import { packageInfo } from './packageInfo.js';
4
- detectPackage(packageInfo, null, others);
3
+ detectPackage(packageInfo, null, []);
package/packageInfo.js CHANGED
@@ -1 +1 @@
1
- export const packageInfo = { name: '@polkadot/networks', path: (import.meta && import.meta.url) ? new URL(import.meta.url).pathname.substring(0, new URL(import.meta.url).pathname.lastIndexOf('/') + 1) : 'auto', type: 'esm', version: '12.6.2' };
1
+ export const packageInfo = { name: '@polkadot/networks', path: (import.meta && import.meta.url) ? new URL(import.meta.url).pathname.substring(0, new URL(import.meta.url).pathname.lastIndexOf('/') + 1) : 'auto', type: 'esm', version: '13.0.2' };
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.default = [];
@@ -1,7 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const tslib_1 = require("tslib");
4
- const util_1 = require("@polkadot/util");
5
- const detectOther_js_1 = tslib_1.__importDefault(require("./detectOther.js"));
6
- const packageInfo_js_1 = require("./packageInfo.js");
7
- (0, util_1.detectPackage)(packageInfo_js_1.packageInfo, null, detectOther_js_1.default);
package/detectOther.d.ts DELETED
@@ -1,2 +0,0 @@
1
- declare const _default: never[];
2
- export default _default;
package/detectOther.js DELETED
@@ -1 +0,0 @@
1
- export default [];
File without changes