@pezkuwi/extension-inject 0.62.14 → 0.62.16
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/cjs/packageInfo.js +1 -1
- package/package.json +8 -8
- package/packageInfo.js +1 -1
package/cjs/packageInfo.js
CHANGED
|
@@ -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-inject', path: typeof __dirname === 'string' ? __dirname : 'auto', type: 'cjs', version: '0.62.
|
|
4
|
+
exports.packageInfo = { name: '@pezkuwi/extension-inject', path: typeof __dirname === 'string' ? __dirname : 'auto', type: 'cjs', version: '0.62.16' };
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"author": "
|
|
2
|
+
"author": "Kurdistan Tech Institute <dev@pezkuwichain.io> & PezkuwiChain Team <team@pezkuwichain.io>",
|
|
3
3
|
"bugs": "https://github.com/pezkuwichain/pezkuwi-extension/issues",
|
|
4
4
|
"description": "A generic injector (usable to any extension), that populates the base exposed interfaces to be used by dapps.",
|
|
5
5
|
"engines": {
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
},
|
|
16
16
|
"sideEffects": true,
|
|
17
17
|
"type": "module",
|
|
18
|
-
"version": "0.62.
|
|
18
|
+
"version": "0.62.16",
|
|
19
19
|
"main": "./cjs/index.js",
|
|
20
20
|
"module": "./index.js",
|
|
21
21
|
"types": "./index.d.ts",
|
|
@@ -154,12 +154,12 @@
|
|
|
154
154
|
}
|
|
155
155
|
},
|
|
156
156
|
"dependencies": {
|
|
157
|
-
"@pezkuwi/api": "^16.5.
|
|
158
|
-
"@pezkuwi/rpc-provider": "^16.5.
|
|
159
|
-
"@pezkuwi/types": "^16.5.
|
|
160
|
-
"@pezkuwi/util": "^14.0.
|
|
161
|
-
"@pezkuwi/util-crypto": "^14.0.
|
|
162
|
-
"@pezkuwi/x-global": "^14.0.
|
|
157
|
+
"@pezkuwi/api": "^16.5.9",
|
|
158
|
+
"@pezkuwi/rpc-provider": "^16.5.9",
|
|
159
|
+
"@pezkuwi/types": "^16.5.9",
|
|
160
|
+
"@pezkuwi/util": "^14.0.11",
|
|
161
|
+
"@pezkuwi/util-crypto": "^14.0.11",
|
|
162
|
+
"@pezkuwi/x-global": "^14.0.11",
|
|
163
163
|
"tslib": "^2.8.1"
|
|
164
164
|
},
|
|
165
165
|
"peerDependencies": {
|
package/packageInfo.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const packageInfo = { name: '@pezkuwi/extension-inject', 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.
|
|
1
|
+
export const packageInfo = { name: '@pezkuwi/extension-inject', 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.16' };
|