@polkadot/extension-base 0.46.3 → 0.46.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-base', path: typeof __dirname === 'string' ? __dirname : 'auto', type: 'cjs', version: '0.46.3' };
4
+ exports.packageInfo = { name: '@polkadot/extension-base', path: typeof __dirname === 'string' ? __dirname : 'auto', type: 'cjs', version: '0.46.4' };
package/package.json CHANGED
@@ -18,7 +18,7 @@
18
18
  "./cjs/detectPackage.js"
19
19
  ],
20
20
  "type": "module",
21
- "version": "0.46.3",
21
+ "version": "0.46.4",
22
22
  "main": "./cjs/index.js",
23
23
  "module": "./index.js",
24
24
  "types": "./index.d.ts",
@@ -223,21 +223,21 @@
223
223
  }
224
224
  },
225
225
  "dependencies": {
226
- "@polkadot/api": "^10.7.1",
227
- "@polkadot/extension-chains": "0.46.3",
228
- "@polkadot/extension-dapp": "0.46.3",
229
- "@polkadot/extension-inject": "0.46.3",
230
- "@polkadot/keyring": "^12.2.1",
231
- "@polkadot/networks": "^12.2.1",
232
- "@polkadot/phishing": "^0.21.3",
233
- "@polkadot/rpc-provider": "^10.7.1",
234
- "@polkadot/types": "^10.7.1",
235
- "@polkadot/ui-keyring": "^3.4.1",
236
- "@polkadot/ui-settings": "^3.4.1",
237
- "@polkadot/util": "^12.2.1",
238
- "@polkadot/util-crypto": "^12.2.1",
226
+ "@polkadot/api": "^10.8.1",
227
+ "@polkadot/extension-chains": "0.46.4",
228
+ "@polkadot/extension-dapp": "0.46.4",
229
+ "@polkadot/extension-inject": "0.46.4",
230
+ "@polkadot/keyring": "^12.2.2",
231
+ "@polkadot/networks": "^12.2.2",
232
+ "@polkadot/phishing": "^0.21.4",
233
+ "@polkadot/rpc-provider": "^10.8.1",
234
+ "@polkadot/types": "^10.8.1",
235
+ "@polkadot/ui-keyring": "^3.4.2",
236
+ "@polkadot/ui-settings": "^3.4.2",
237
+ "@polkadot/util": "^12.2.2",
238
+ "@polkadot/util-crypto": "^12.2.2",
239
239
  "eventemitter3": "^5.0.1",
240
240
  "rxjs": "^7.8.1",
241
- "tslib": "^2.5.0"
241
+ "tslib": "^2.5.3"
242
242
  }
243
243
  }
package/packageInfo.js CHANGED
@@ -1 +1 @@
1
- export const packageInfo = { name: '@polkadot/extension-base', 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.46.3' };
1
+ export const packageInfo = { name: '@polkadot/extension-base', 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.46.4' };