@polkadot/networks 8.5.1 → 8.5.2-0

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/README.md CHANGED
@@ -2,4 +2,4 @@
2
2
 
3
3
  A list of all available Substrate networks and their applicable prefixes.
4
4
 
5
- This list is periodically checked against the master list available at https://github.com/paritytech/substrate/blob/master/ss58-registry.json
5
+ This list is periodically checked against the master list available at https://github.com/paritytech/ss58-registry/blob/main/ss58-registry.json
package/package.json CHANGED
@@ -17,7 +17,7 @@
17
17
  },
18
18
  "sideEffects": false,
19
19
  "type": "module",
20
- "version": "8.5.1",
20
+ "version": "8.5.2-0",
21
21
  "main": "index.cjs",
22
22
  "module": "index.js",
23
23
  "types": "index.d.ts",
@@ -68,7 +68,7 @@
68
68
  },
69
69
  "dependencies": {
70
70
  "@babel/runtime": "^7.17.2",
71
- "@polkadot/util": "8.5.1",
71
+ "@polkadot/util": "8.5.2-0",
72
72
  "@substrate/ss58-registry": "^1.16.0"
73
73
  }
74
74
  }
package/packageInfo.cjs CHANGED
@@ -11,6 +11,6 @@ const packageInfo = {
11
11
  name: '@polkadot/networks',
12
12
  path: typeof __dirname === 'string' ? __dirname : 'auto',
13
13
  type: 'cjs',
14
- version: '8.5.1'
14
+ version: '8.5.2-0'
15
15
  };
16
16
  exports.packageInfo = packageInfo;
package/packageInfo.js CHANGED
@@ -5,5 +5,5 @@ export const packageInfo = {
5
5
  name: '@polkadot/networks',
6
6
  path: (import.meta && import.meta.url) ? new URL('.', import.meta.url).pathname : 'auto',
7
7
  type: 'esm',
8
- version: '8.5.1'
8
+ version: '8.5.2-0'
9
9
  };