@polkadot/extension-chains 0.62.3 → 0.62.4

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.
@@ -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/extension-chains', path: typeof __dirname === 'string' ? __dirname : 'auto', type: 'cjs', version: '0.62.3' };
4
+ exports.packageInfo = { name: '@polkadot/extension-chains', path: typeof __dirname === 'string' ? __dirname : 'auto', type: 'cjs', version: '0.62.4' };
package/package.json CHANGED
@@ -18,7 +18,7 @@
18
18
  "./cjs/packageDetect.js"
19
19
  ],
20
20
  "type": "module",
21
- "version": "0.62.3",
21
+ "version": "0.62.4",
22
22
  "main": "./cjs/index.js",
23
23
  "module": "./index.js",
24
24
  "types": "./index.d.ts",
@@ -115,10 +115,10 @@
115
115
  }
116
116
  },
117
117
  "dependencies": {
118
- "@polkadot/extension-inject": "0.62.3",
119
- "@polkadot/networks": "^13.5.7",
120
- "@polkadot/util": "^13.5.7",
121
- "@polkadot/util-crypto": "^13.5.7",
118
+ "@polkadot/extension-inject": "0.62.4",
119
+ "@polkadot/networks": "^13.5.8",
120
+ "@polkadot/util": "^13.5.8",
121
+ "@polkadot/util-crypto": "^13.5.8",
122
122
  "tslib": "^2.8.1"
123
123
  },
124
124
  "peerDependencies": {
package/packageInfo.js CHANGED
@@ -1 +1 @@
1
- export const packageInfo = { name: '@polkadot/extension-chains', 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: '0.62.3' };
1
+ export const packageInfo = { name: '@polkadot/extension-chains', 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: '0.62.4' };