@polkadot/extension-chains 0.42.7-2 → 0.42.8-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.
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "contributors": [],
5
5
  "description": "Definitions for all known chains as exposed by the extension.",
6
6
  "homepage": "https://github.com/polkadot-js/extension/tree/master/packages/extension-chains#readme",
7
- "license": "Apache-2",
7
+ "license": "Apache-2.0",
8
8
  "maintainers": [],
9
9
  "name": "@polkadot/extension-chains",
10
10
  "repository": {
@@ -17,7 +17,7 @@
17
17
  "./detectPackage.cjs"
18
18
  ],
19
19
  "type": "module",
20
- "version": "0.42.7-2",
20
+ "version": "0.42.8-2",
21
21
  "main": "index.cjs",
22
22
  "module": "index.js",
23
23
  "types": "index.d.ts",
@@ -58,10 +58,10 @@
58
58
  },
59
59
  "dependencies": {
60
60
  "@babel/runtime": "^7.16.7",
61
- "@polkadot/extension-inject": "^0.42.7-2",
62
- "@polkadot/networks": "^8.3.2",
63
- "@polkadot/util": "^8.3.2",
64
- "@polkadot/util-crypto": "^8.3.2"
61
+ "@polkadot/extension-inject": "^0.42.8-2",
62
+ "@polkadot/networks": "^8.3.3",
63
+ "@polkadot/util": "^8.3.3",
64
+ "@polkadot/util-crypto": "^8.3.3"
65
65
  },
66
66
  "peerDependencies": {
67
67
  "@polkadot/api": "*",
package/packageInfo.cjs CHANGED
@@ -11,6 +11,6 @@ const packageInfo = {
11
11
  name: '@polkadot/extension-chains',
12
12
  path: typeof __dirname === 'string' ? __dirname : 'auto',
13
13
  type: 'cjs',
14
- version: '0.42.7-2'
14
+ version: '0.42.8-2'
15
15
  };
16
16
  exports.packageInfo = packageInfo;
package/packageInfo.js CHANGED
@@ -5,5 +5,5 @@ export const packageInfo = {
5
5
  name: '@polkadot/extension-chains',
6
6
  path: new URL('.', import.meta.url).pathname,
7
7
  type: 'esm',
8
- version: '0.42.7-2'
8
+ version: '0.42.8-2'
9
9
  };