@polkadot/networks 8.2.3-2 → 8.2.3-6

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/package.json CHANGED
@@ -17,15 +17,15 @@
17
17
  },
18
18
  "sideEffects": false,
19
19
  "type": "module",
20
- "version": "8.2.3-2",
20
+ "version": "8.2.3-6",
21
21
  "main": "index.js",
22
22
  "dependencies": {
23
23
  "@babel/runtime": "^7.16.5"
24
24
  },
25
25
  "devDependencies": {
26
- "@polkadot/hw-ledger": "8.2.3-2",
27
- "@polkadot/util": "8.2.3-2",
28
- "@polkadot/x-fetch": "8.2.3-2"
26
+ "@polkadot/hw-ledger": "8.2.3-6",
27
+ "@polkadot/util": "8.2.3-6",
28
+ "@polkadot/x-fetch": "8.2.3-6"
29
29
  },
30
30
  "exports": {
31
31
  ".": {
@@ -49,7 +49,6 @@
49
49
  "require": "./packageInfo.cjs",
50
50
  "default": "./packageInfo.js"
51
51
  },
52
- "./README.md": "./README.md",
53
52
  "./substrate": {
54
53
  "types": "./substrate.d.ts",
55
54
  "require": "./substrate.cjs",
package/packageInfo.cjs CHANGED
@@ -9,6 +9,6 @@ exports.packageInfo = void 0;
9
9
  // Auto-generated by @polkadot/dev, do not edit
10
10
  const packageInfo = {
11
11
  name: '@polkadot/networks',
12
- version: '8.2.3-2'
12
+ version: '8.2.3-6'
13
13
  };
14
14
  exports.packageInfo = packageInfo;
package/packageInfo.js CHANGED
@@ -3,5 +3,5 @@
3
3
  // Auto-generated by @polkadot/dev, do not edit
4
4
  export const packageInfo = {
5
5
  name: '@polkadot/networks',
6
- version: '8.2.3-2'
6
+ version: '8.2.3-6'
7
7
  };