@polkadot/extension-base 0.43.2-1 → 0.43.2-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.
@@ -11,6 +11,6 @@ const packageInfo = {
11
11
  name: '@polkadot/extension-base',
12
12
  path: typeof __dirname === 'string' ? __dirname : 'auto',
13
13
  type: 'cjs',
14
- version: '0.43.2-1'
14
+ version: '0.43.2-4'
15
15
  };
16
16
  exports.packageInfo = packageInfo;
package/package.json CHANGED
@@ -17,7 +17,7 @@
17
17
  "./cjs/detectPackage.js"
18
18
  ],
19
19
  "type": "module",
20
- "version": "0.43.2-1",
20
+ "version": "0.43.2-4",
21
21
  "main": "./cjs/index.js",
22
22
  "module": "./index.js",
23
23
  "types": "./index.d.ts",
@@ -183,17 +183,17 @@
183
183
  },
184
184
  "dependencies": {
185
185
  "@babel/runtime": "^7.17.9",
186
- "@polkadot/api": "^8.1.1",
187
- "@polkadot/extension-chains": "^0.43.2-1",
188
- "@polkadot/extension-dapp": "^0.43.2-1",
189
- "@polkadot/extension-inject": "^0.43.2-1",
186
+ "@polkadot/api": "^8.2.2-2",
187
+ "@polkadot/extension-chains": "^0.43.2-4",
188
+ "@polkadot/extension-dapp": "^0.43.2-4",
189
+ "@polkadot/extension-inject": "^0.43.2-4",
190
190
  "@polkadot/keyring": "^9.0.1",
191
191
  "@polkadot/networks": "^9.0.1",
192
- "@polkadot/phishing": "^0.11.77",
193
- "@polkadot/rpc-provider": "^8.1.1",
194
- "@polkadot/types": "^8.1.1",
195
- "@polkadot/ui-keyring": "^2.0.1",
196
- "@polkadot/ui-settings": "^2.0.1",
192
+ "@polkadot/phishing": "^0.11.106",
193
+ "@polkadot/rpc-provider": "^8.2.2-2",
194
+ "@polkadot/types": "^8.2.2-2",
195
+ "@polkadot/ui-keyring": "^2.0.2-0",
196
+ "@polkadot/ui-settings": "^2.0.2-0",
197
197
  "@polkadot/util": "^9.0.1",
198
198
  "@polkadot/util-crypto": "^9.0.1",
199
199
  "eventemitter3": "^4.0.7",
package/packageInfo.js CHANGED
@@ -5,5 +5,5 @@ export const packageInfo = {
5
5
  name: '@polkadot/extension-base',
6
6
  path: (import.meta && import.meta.url) ? new URL(import.meta.url).pathname.substring(0, new URL(import.meta.url).pathname.lastIndexOf('/') + 1) : 'auto',
7
7
  type: 'esm',
8
- version: '0.43.2-1'
8
+ version: '0.43.2-4'
9
9
  };