@pezkuwi/rpc-provider 16.5.10 → 16.5.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.
- 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/rpc-provider', path: typeof __dirname === 'string' ? __dirname : 'auto', type: 'cjs', version: '16.5.
|
|
4
|
+
exports.packageInfo = { name: '@pezkuwi/rpc-provider', path: typeof __dirname === 'string' ? __dirname : 'auto', type: 'cjs', version: '16.5.14' };
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"author": "
|
|
2
|
+
"author": "Dijital Kurdistan Tech Institute <dev@pezkuwichain.io>",
|
|
3
3
|
"bugs": "https://github.com/pezkuwichain/pezkuwi-api/issues",
|
|
4
4
|
"description": "Transport providers for the API",
|
|
5
5
|
"engines": {
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"./cjs/packageDetect.js"
|
|
19
19
|
],
|
|
20
20
|
"type": "module",
|
|
21
|
-
"version": "16.5.
|
|
21
|
+
"version": "16.5.14",
|
|
22
22
|
"main": "./cjs/index.js",
|
|
23
23
|
"module": "./cjs/index.js",
|
|
24
24
|
"types": "./cjs/index.d.ts",
|
|
@@ -325,14 +325,14 @@
|
|
|
325
325
|
}
|
|
326
326
|
},
|
|
327
327
|
"dependencies": {
|
|
328
|
-
"@pezkuwi/keyring": "14.0.
|
|
328
|
+
"@pezkuwi/keyring": "14.0.12",
|
|
329
329
|
"@pezkuwi/types": "16.5.9",
|
|
330
330
|
"@pezkuwi/types-support": "16.5.9",
|
|
331
|
-
"@pezkuwi/util": "14.0.
|
|
332
|
-
"@pezkuwi/util-crypto": "14.0.
|
|
333
|
-
"@pezkuwi/x-fetch": "14.0.
|
|
334
|
-
"@pezkuwi/x-global": "14.0.
|
|
335
|
-
"@pezkuwi/x-ws": "14.0.
|
|
331
|
+
"@pezkuwi/util": "14.0.12",
|
|
332
|
+
"@pezkuwi/util-crypto": "14.0.12",
|
|
333
|
+
"@pezkuwi/x-fetch": "14.0.12",
|
|
334
|
+
"@pezkuwi/x-global": "14.0.12",
|
|
335
|
+
"@pezkuwi/x-ws": "14.0.12",
|
|
336
336
|
"eventemitter3": "^5.0.1",
|
|
337
337
|
"mock-socket": "^9.3.1",
|
|
338
338
|
"nock": "^13.5.5",
|
package/packageInfo.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const packageInfo = { name: '@pezkuwi/rpc-provider', 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: '16.5.
|
|
1
|
+
export const packageInfo = { name: '@pezkuwi/rpc-provider', 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: '16.5.14' };
|