@pezkuwi/rpc-core 16.5.11 → 16.5.15

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/rpc-core', path: typeof __dirname === 'string' ? __dirname : 'auto', type: 'cjs', version: '16.5.11' };
4
+ exports.packageInfo = { name: '@pezkuwi/rpc-core', path: typeof __dirname === 'string' ? __dirname : 'auto', type: 'cjs', version: '16.5.15' };
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "author": "Jaco Greeff <jacogr@gmail.com>",
2
+ "author": "Dijital Kurdistan Tech Institute <dev@pezkuwichain.io>",
3
3
  "bugs": "https://github.com/pezkuwichain/pezkuwi-api/issues",
4
4
  "description": "A JavaScript wrapper for the Pezkuwi JsonRPC interface",
5
5
  "engines": {
@@ -18,7 +18,7 @@
18
18
  "./cjs/packageDetect.js"
19
19
  ],
20
20
  "type": "module",
21
- "version": "16.5.11",
21
+ "version": "16.5.15",
22
22
  "main": "./cjs/index.js",
23
23
  "module": "./cjs/index.js",
24
24
  "types": "./cjs/index.d.ts",
@@ -199,11 +199,11 @@
199
199
  }
200
200
  },
201
201
  "dependencies": {
202
- "@pezkuwi/keyring": "14.0.11",
203
- "@pezkuwi/rpc-augment": "16.5.9",
204
- "@pezkuwi/rpc-provider": "16.5.9",
205
- "@pezkuwi/types": "16.5.9",
206
- "@pezkuwi/util": "14.0.11",
202
+ "@pezkuwi/keyring": "14.0.12",
203
+ "@pezkuwi/rpc-augment": "16.5.14",
204
+ "@pezkuwi/rpc-provider": "16.5.14",
205
+ "@pezkuwi/types": "16.5.14",
206
+ "@pezkuwi/util": "14.0.12",
207
207
  "rxjs": "^7.8.1",
208
208
  "tslib": "^2.8.1"
209
209
  }
package/packageInfo.js CHANGED
@@ -1 +1 @@
1
- export const packageInfo = { name: '@pezkuwi/rpc-core', 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.11' };
1
+ export const packageInfo = { name: '@pezkuwi/rpc-core', 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.15' };