@pezkuwi/rpc-augment 16.5.20 → 16.5.21
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/package.json +10 -10
- package/build/LICENSE +0 -201
- package/build/README.md +0 -3
- package/build/augment/index.js +0 -1
- package/build/augment/jsonrpc.js +0 -2
- package/build/bundle.js +0 -2
- package/build/cjs/augment/index.d.ts +0 -1
- package/build/cjs/augment/index.js +0 -3
- package/build/cjs/augment/jsonrpc.d.ts +0 -683
- package/build/cjs/augment/jsonrpc.js +0 -4
- package/build/cjs/bundle.d.ts +0 -2
- package/build/cjs/bundle.js +0 -6
- package/build/cjs/index.js +0 -5
- package/build/cjs/packageInfo.js +0 -4
- package/build/index.d.ts +0 -2
- package/build/index.js +0 -2
- package/build/package.json +0 -138
- package/build/packageDetect.d.ts +0 -1
- package/build/packageDetect.js +0 -5
- package/build/packageInfo.d.ts +0 -6
- package/build/packageInfo.js +0 -1
- package/build-deno/README.md +0 -3
- package/build-deno/augment/index.ts +0 -2
- package/build-deno/augment/jsonrpc.ts +0 -618
- package/build-deno/bundle.ts +0 -4
- package/build-deno/index.ts +0 -4
- package/build-deno/mod.ts +0 -2
- package/build-deno/packageDetect.ts +0 -9
- package/build-deno/packageInfo.ts +0 -3
- package/build-tsc-cjs/packageDetect.js +0 -7
- package/src/augment/index.ts +0 -4
- package/src/augment/jsonrpc.ts +0 -621
- package/src/bundle.ts +0 -6
- package/src/index.ts +0 -6
- package/src/mod.ts +0 -4
- package/src/packageDetect.ts +0 -13
- package/src/packageInfo.ts +0 -6
- package/tsconfig.build.json +0 -16
- package/tsconfig.build.tsbuildinfo +0 -1
- /package/{build-tsc/augment → augment}/index.d.ts +0 -0
- /package/{build-tsc-esm/augment → augment}/index.js +0 -0
- /package/{build-tsc/augment → augment}/jsonrpc.d.ts +0 -0
- /package/{build-tsc-esm/augment → augment}/jsonrpc.js +0 -0
- /package/{build-tsc/bundle.d.ts → bundle.d.ts} +0 -0
- /package/{build-tsc-esm/bundle.js → bundle.js} +0 -0
- /package/{build → cjs}/augment/index.d.ts +0 -0
- /package/{build-tsc-cjs → cjs}/augment/index.js +0 -0
- /package/{build → cjs}/augment/jsonrpc.d.ts +0 -0
- /package/{build-tsc-cjs → cjs}/augment/jsonrpc.js +0 -0
- /package/{build → cjs}/bundle.d.ts +0 -0
- /package/{build-tsc-cjs → cjs}/bundle.js +0 -0
- /package/{build-tsc → cjs}/index.d.ts +0 -0
- /package/{build-tsc-cjs → cjs}/index.js +0 -0
- /package/{build/cjs → cjs}/package.json +0 -0
- /package/{build-tsc → cjs}/packageDetect.d.ts +0 -0
- /package/{build/cjs → cjs}/packageDetect.js +0 -0
- /package/{build-tsc → cjs}/packageInfo.d.ts +0 -0
- /package/{build-tsc-cjs → cjs}/packageInfo.js +0 -0
- /package/{build/cjs/index.d.ts → index.d.ts} +0 -0
- /package/{build-tsc-esm/index.js → index.js} +0 -0
- /package/{build/cjs/packageDetect.d.ts → packageDetect.d.ts} +0 -0
- /package/{build-tsc-esm/packageDetect.js → packageDetect.js} +0 -0
- /package/{build/cjs/packageInfo.d.ts → packageInfo.d.ts} +0 -0
- /package/{build-tsc-esm/packageInfo.js → packageInfo.js} +0 -0
package/build/cjs/bundle.d.ts
DELETED
package/build/cjs/bundle.js
DELETED
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.packageInfo = void 0;
|
|
4
|
-
require("./augment/index.js");
|
|
5
|
-
var packageInfo_js_1 = require("./packageInfo.js");
|
|
6
|
-
Object.defineProperty(exports, "packageInfo", { enumerable: true, get: function () { return packageInfo_js_1.packageInfo; } });
|
package/build/cjs/index.js
DELETED
package/build/cjs/packageInfo.js
DELETED
package/build/index.d.ts
DELETED
package/build/index.js
DELETED
package/build/package.json
DELETED
|
@@ -1,138 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"author": "Jaco Greeff <jacogr@gmail.com>",
|
|
3
|
-
"bugs": "https://github.com/pezkuwichain/pezkuwi-api/issues",
|
|
4
|
-
"description": "RPC generated augmentation",
|
|
5
|
-
"engines": {
|
|
6
|
-
"node": ">=18"
|
|
7
|
-
},
|
|
8
|
-
"homepage": "https://github.com/pezkuwichain/pezkuwi-api/tree/master/packages/rpc-augment#readme",
|
|
9
|
-
"license": "Apache-2.0",
|
|
10
|
-
"name": "@pezkuwi/rpc-augment",
|
|
11
|
-
"repository": {
|
|
12
|
-
"directory": "packages/rpc-augment",
|
|
13
|
-
"type": "git",
|
|
14
|
-
"url": "https://github.com/pezkuwichain/pezkuwi-api.git"
|
|
15
|
-
},
|
|
16
|
-
"sideEffects": [
|
|
17
|
-
"./packageDetect.js",
|
|
18
|
-
"./cjs/packageDetect.js"
|
|
19
|
-
],
|
|
20
|
-
"type": "module",
|
|
21
|
-
"version": "16.5.20",
|
|
22
|
-
"main": "./cjs/index.js",
|
|
23
|
-
"module": "./cjs/index.js",
|
|
24
|
-
"types": "./cjs/index.d.ts",
|
|
25
|
-
"exports": {
|
|
26
|
-
"./cjs/package.json": "./cjs/package.json",
|
|
27
|
-
"./cjs/*": "./cjs/*.js",
|
|
28
|
-
".": {
|
|
29
|
-
"module": {
|
|
30
|
-
"types": "./index.d.ts",
|
|
31
|
-
"default": "./index.js"
|
|
32
|
-
},
|
|
33
|
-
"require": {
|
|
34
|
-
"types": "./cjs/index.d.ts",
|
|
35
|
-
"default": "./cjs/index.js"
|
|
36
|
-
},
|
|
37
|
-
"default": {
|
|
38
|
-
"types": "./index.d.ts",
|
|
39
|
-
"default": "./index.js"
|
|
40
|
-
}
|
|
41
|
-
},
|
|
42
|
-
"./augment": {
|
|
43
|
-
"module": {
|
|
44
|
-
"types": "./augment/index.d.ts",
|
|
45
|
-
"default": "./augment/index.js"
|
|
46
|
-
},
|
|
47
|
-
"require": {
|
|
48
|
-
"types": "./cjs/augment/index.d.ts",
|
|
49
|
-
"default": "./cjs/augment/index.js"
|
|
50
|
-
},
|
|
51
|
-
"default": {
|
|
52
|
-
"types": "./augment/index.d.ts",
|
|
53
|
-
"default": "./augment/index.js"
|
|
54
|
-
}
|
|
55
|
-
},
|
|
56
|
-
"./augment/jsonrpc": {
|
|
57
|
-
"module": {
|
|
58
|
-
"types": "./augment/jsonrpc.d.ts",
|
|
59
|
-
"default": "./augment/jsonrpc.js"
|
|
60
|
-
},
|
|
61
|
-
"require": {
|
|
62
|
-
"types": "./cjs/augment/jsonrpc.d.ts",
|
|
63
|
-
"default": "./cjs/augment/jsonrpc.js"
|
|
64
|
-
},
|
|
65
|
-
"default": {
|
|
66
|
-
"types": "./augment/jsonrpc.d.ts",
|
|
67
|
-
"default": "./augment/jsonrpc.js"
|
|
68
|
-
}
|
|
69
|
-
},
|
|
70
|
-
"./bundle": {
|
|
71
|
-
"module": {
|
|
72
|
-
"types": "./bundle.d.ts",
|
|
73
|
-
"default": "./bundle.js"
|
|
74
|
-
},
|
|
75
|
-
"require": {
|
|
76
|
-
"types": "./cjs/bundle.d.ts",
|
|
77
|
-
"default": "./cjs/bundle.js"
|
|
78
|
-
},
|
|
79
|
-
"default": {
|
|
80
|
-
"types": "./bundle.d.ts",
|
|
81
|
-
"default": "./bundle.js"
|
|
82
|
-
}
|
|
83
|
-
},
|
|
84
|
-
"./package.json": {
|
|
85
|
-
"require": "./cjs/package.json",
|
|
86
|
-
"default": "./package.json"
|
|
87
|
-
},
|
|
88
|
-
"./packageDetect": {
|
|
89
|
-
"module": {
|
|
90
|
-
"types": "./packageDetect.d.ts",
|
|
91
|
-
"default": "./packageDetect.js"
|
|
92
|
-
},
|
|
93
|
-
"require": {
|
|
94
|
-
"types": "./cjs/packageDetect.d.ts",
|
|
95
|
-
"default": "./cjs/packageDetect.js"
|
|
96
|
-
},
|
|
97
|
-
"default": {
|
|
98
|
-
"types": "./packageDetect.d.ts",
|
|
99
|
-
"default": "./packageDetect.js"
|
|
100
|
-
}
|
|
101
|
-
},
|
|
102
|
-
"./packageInfo.js": {
|
|
103
|
-
"module": {
|
|
104
|
-
"types": "./packageInfo.d.ts",
|
|
105
|
-
"default": "./packageInfo.js"
|
|
106
|
-
},
|
|
107
|
-
"require": {
|
|
108
|
-
"types": "./cjs/packageInfo.d.ts",
|
|
109
|
-
"default": "./cjs/packageInfo.js"
|
|
110
|
-
},
|
|
111
|
-
"default": {
|
|
112
|
-
"types": "./packageInfo.d.ts",
|
|
113
|
-
"default": "./packageInfo.js"
|
|
114
|
-
}
|
|
115
|
-
},
|
|
116
|
-
"./packageInfo": {
|
|
117
|
-
"module": {
|
|
118
|
-
"types": "./packageInfo.d.ts",
|
|
119
|
-
"default": "./packageInfo.js"
|
|
120
|
-
},
|
|
121
|
-
"require": {
|
|
122
|
-
"types": "./cjs/packageInfo.d.ts",
|
|
123
|
-
"default": "./cjs/packageInfo.js"
|
|
124
|
-
},
|
|
125
|
-
"default": {
|
|
126
|
-
"types": "./packageInfo.d.ts",
|
|
127
|
-
"default": "./packageInfo.js"
|
|
128
|
-
}
|
|
129
|
-
}
|
|
130
|
-
},
|
|
131
|
-
"dependencies": {
|
|
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.13",
|
|
136
|
-
"tslib": "^2.8.1"
|
|
137
|
-
}
|
|
138
|
-
}
|
package/build/packageDetect.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
package/build/packageDetect.js
DELETED
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import { packageInfo as coreInfo } from '@pezkuwi/rpc-core/packageInfo';
|
|
2
|
-
import { packageInfo as typesInfo } from '@pezkuwi/types/packageInfo';
|
|
3
|
-
import { detectPackage } from '@pezkuwi/util';
|
|
4
|
-
import { packageInfo } from './packageInfo.js';
|
|
5
|
-
detectPackage(packageInfo, null, [coreInfo, typesInfo]);
|
package/build/packageInfo.d.ts
DELETED
package/build/packageInfo.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
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/build-deno/README.md
DELETED