@pezkuwi/extension-base 0.62.13 → 0.62.14

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: '@pezkuwi/extension-base', path: typeof __dirname === 'string' ? __dirname : 'auto', type: 'cjs', version: '0.62.12' };
4
+ exports.packageInfo = { name: '@pezkuwi/extension-base', path: typeof __dirname === 'string' ? __dirname : 'auto', type: 'cjs', version: '0.62.14' };
package/package.json CHANGED
@@ -18,7 +18,7 @@
18
18
  "./cjs/packageDetect.js"
19
19
  ],
20
20
  "type": "module",
21
- "version": "0.62.13",
21
+ "version": "0.62.14",
22
22
  "main": "./cjs/index.js",
23
23
  "module": "./index.js",
24
24
  "types": "./index.d.ts",
@@ -480,16 +480,16 @@
480
480
  },
481
481
  "dependencies": {
482
482
  "@pezkuwi/api": "^16.5.3",
483
- "@pezkuwi/extension-chains": "^0.62.12",
484
- "@pezkuwi/extension-dapp": "^0.62.12",
485
- "@pezkuwi/extension-inject": "^0.62.12",
483
+ "@pezkuwi/extension-chains": "workspace:*",
484
+ "@pezkuwi/extension-dapp": "workspace:*",
485
+ "@pezkuwi/extension-inject": "workspace:*",
486
486
  "@pezkuwi/keyring": "^14.0.5",
487
487
  "@pezkuwi/networks": "^14.0.5",
488
488
  "@pezkuwi/phishing": "^0.25.23",
489
489
  "@pezkuwi/rpc-provider": "^16.5.3",
490
490
  "@pezkuwi/types": "^16.5.3",
491
- "@pezkuwi/ui-keyring": "^3.16.7",
492
- "@pezkuwi/ui-settings": "^3.16.7",
491
+ "@pezkuwi/ui-keyring": "^3.17.1",
492
+ "@pezkuwi/ui-settings": "^3.17.1",
493
493
  "@pezkuwi/util": "^14.0.5",
494
494
  "@pezkuwi/util-crypto": "^14.0.5",
495
495
  "eventemitter3": "^5.0.1",
package/packageInfo.js CHANGED
@@ -1 +1 @@
1
- export const packageInfo = { name: '@pezkuwi/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.62.12' };
1
+ export const packageInfo = { name: '@pezkuwi/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.62.14' };