@pezkuwi/rpc-augment 16.5.17 → 16.5.18

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.
Files changed (64) hide show
  1. package/build/LICENSE +201 -0
  2. package/build/README.md +3 -0
  3. package/build/augment/index.js +1 -0
  4. package/build/augment/jsonrpc.js +2 -0
  5. package/build/bundle.js +2 -0
  6. package/build/cjs/augment/index.d.ts +1 -0
  7. package/build/cjs/augment/index.js +3 -0
  8. package/build/cjs/augment/jsonrpc.d.ts +683 -0
  9. package/build/cjs/augment/jsonrpc.js +4 -0
  10. package/build/cjs/bundle.d.ts +2 -0
  11. package/build/cjs/bundle.js +6 -0
  12. package/build/cjs/index.js +5 -0
  13. package/build/cjs/packageInfo.js +4 -0
  14. package/build/index.d.ts +2 -0
  15. package/build/index.js +2 -0
  16. package/build/package.json +138 -0
  17. package/build/packageDetect.d.ts +1 -0
  18. package/build/packageDetect.js +5 -0
  19. package/build/packageInfo.d.ts +6 -0
  20. package/build/packageInfo.js +1 -0
  21. package/build-deno/README.md +3 -0
  22. package/build-deno/augment/index.ts +2 -0
  23. package/build-deno/augment/jsonrpc.ts +618 -0
  24. package/build-deno/bundle.ts +4 -0
  25. package/build-deno/index.ts +4 -0
  26. package/build-deno/mod.ts +2 -0
  27. package/build-deno/packageDetect.ts +9 -0
  28. package/build-deno/packageInfo.ts +3 -0
  29. package/build-tsc-cjs/packageDetect.js +7 -0
  30. package/{cjs → build-tsc-cjs}/packageInfo.js +1 -1
  31. package/{packageInfo.js → build-tsc-esm/packageInfo.js} +1 -1
  32. package/package.json +12 -12
  33. package/src/augment/index.ts +4 -0
  34. package/src/augment/jsonrpc.ts +621 -0
  35. package/src/bundle.ts +6 -0
  36. package/src/index.ts +6 -0
  37. package/src/mod.ts +4 -0
  38. package/src/packageDetect.ts +13 -0
  39. package/src/packageInfo.ts +6 -0
  40. package/tsconfig.build.json +16 -0
  41. package/tsconfig.build.tsbuildinfo +1 -0
  42. /package/{cjs → build}/augment/index.d.ts +0 -0
  43. /package/{cjs → build}/augment/jsonrpc.d.ts +0 -0
  44. /package/{cjs → build}/bundle.d.ts +0 -0
  45. /package/{index.d.ts → build/cjs/index.d.ts} +0 -0
  46. /package/{cjs → build/cjs}/package.json +0 -0
  47. /package/{packageDetect.d.ts → build/cjs/packageDetect.d.ts} +0 -0
  48. /package/{cjs → build/cjs}/packageDetect.js +0 -0
  49. /package/{packageInfo.d.ts → build/cjs/packageInfo.d.ts} +0 -0
  50. /package/{augment → build-tsc/augment}/index.d.ts +0 -0
  51. /package/{augment → build-tsc/augment}/jsonrpc.d.ts +0 -0
  52. /package/{bundle.d.ts → build-tsc/bundle.d.ts} +0 -0
  53. /package/{cjs → build-tsc}/index.d.ts +0 -0
  54. /package/{cjs → build-tsc}/packageDetect.d.ts +0 -0
  55. /package/{cjs → build-tsc}/packageInfo.d.ts +0 -0
  56. /package/{cjs → build-tsc-cjs}/augment/index.js +0 -0
  57. /package/{cjs → build-tsc-cjs}/augment/jsonrpc.js +0 -0
  58. /package/{cjs → build-tsc-cjs}/bundle.js +0 -0
  59. /package/{cjs → build-tsc-cjs}/index.js +0 -0
  60. /package/{augment → build-tsc-esm/augment}/index.js +0 -0
  61. /package/{augment → build-tsc-esm/augment}/jsonrpc.js +0 -0
  62. /package/{bundle.js → build-tsc-esm/bundle.js} +0 -0
  63. /package/{index.js → build-tsc-esm/index.js} +0 -0
  64. /package/{packageDetect.js → build-tsc-esm/packageDetect.js} +0 -0
@@ -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-augment', path: typeof __dirname === 'string' ? __dirname : 'auto', type: 'cjs', version: '16.5.17' };
4
+ exports.packageInfo = { name: '@pezkuwi/rpc-augment', path: typeof __dirname === 'string' ? __dirname : 'auto', type: 'cjs', version: '16.5.18' };
@@ -1 +1 @@
1
- export const packageInfo = { name: '@pezkuwi/rpc-augment', 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.17' };
1
+ export const packageInfo = { name: '@pezkuwi/rpc-augment', 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.18' };
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "author": "Dijital Kurdistan Tech Institute <dev@pezkuwichain.io>",
2
+ "author": "Jaco Greeff <jacogr@gmail.com>",
3
3
  "bugs": "https://github.com/pezkuwichain/pezkuwi-api/issues",
4
4
  "description": "RPC generated augmentation",
5
5
  "engines": {
@@ -18,13 +18,11 @@
18
18
  "./cjs/packageDetect.js"
19
19
  ],
20
20
  "type": "module",
21
- "version": "16.5.17",
21
+ "types": "./index.d.ts",
22
+ "version": "16.5.18",
22
23
  "main": "./cjs/index.js",
23
- "module": "./cjs/index.js",
24
- "types": "./cjs/index.d.ts",
24
+ "module": "./index.js",
25
25
  "exports": {
26
- "./cjs/package.json": "./cjs/package.json",
27
- "./cjs/*": "./cjs/*.js",
28
26
  ".": {
29
27
  "module": {
30
28
  "types": "./index.d.ts",
@@ -81,6 +79,8 @@
81
79
  "default": "./bundle.js"
82
80
  }
83
81
  },
82
+ "./cjs/*": "./cjs/*.js",
83
+ "./cjs/package.json": "./cjs/package.json",
84
84
  "./package.json": {
85
85
  "require": "./cjs/package.json",
86
86
  "default": "./package.json"
@@ -99,7 +99,7 @@
99
99
  "default": "./packageDetect.js"
100
100
  }
101
101
  },
102
- "./packageInfo.js": {
102
+ "./packageInfo": {
103
103
  "module": {
104
104
  "types": "./packageInfo.d.ts",
105
105
  "default": "./packageInfo.js"
@@ -113,7 +113,7 @@
113
113
  "default": "./packageInfo.js"
114
114
  }
115
115
  },
116
- "./packageInfo": {
116
+ "./packageInfo.js": {
117
117
  "module": {
118
118
  "types": "./packageInfo.d.ts",
119
119
  "default": "./packageInfo.js"
@@ -129,10 +129,10 @@
129
129
  }
130
130
  },
131
131
  "dependencies": {
132
- "@pezkuwi/rpc-core": "16.5.17",
133
- "@pezkuwi/types": "16.5.17",
134
- "@pezkuwi/types-codec": "16.5.17",
135
- "@pezkuwi/util": "14.0.12",
132
+ "@pezkuwi/rpc-core": "16.5.9",
133
+ "@pezkuwi/types": "16.5.9",
134
+ "@pezkuwi/types-codec": "16.5.9",
135
+ "@pezkuwi/util": "14.0.11",
136
136
  "tslib": "^2.8.1"
137
137
  }
138
138
  }
@@ -0,0 +1,4 @@
1
+ // Copyright 2017-2025 @pezkuwi/rpc-augment authors & contributors
2
+ // SPDX-License-Identifier: Apache-2.0
3
+
4
+ import './jsonrpc.js';