@pezkuwi/api-augment 16.5.5 → 16.5.6
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/LICENSE +201 -0
- package/assetHubDicle/consts.js +2 -0
- package/assetHubDicle/errors.js +2 -0
- package/assetHubDicle/events.js +2 -0
- package/assetHubDicle/query.js +2 -0
- package/assetHubDicle/registry.js +1 -0
- package/assetHubDicle/runtime.js +2 -0
- package/assetHubDicle/tx.js +2 -0
- package/assetHubPezkuwi/consts.js +2 -0
- package/assetHubPezkuwi/errors.js +2 -0
- package/assetHubPezkuwi/events.js +2 -0
- package/{src/assetHubKusama/index.ts → assetHubPezkuwi/index.js} +0 -3
- package/assetHubPezkuwi/query.js +2 -0
- package/assetHubPezkuwi/registry.js +1 -0
- package/assetHubPezkuwi/runtime.js +2 -0
- package/assetHubPezkuwi/tx.js +2 -0
- package/base.js +2 -0
- package/{build/substrate → bizinikiwi}/consts.d.ts +31 -31
- package/bizinikiwi/consts.js +2 -0
- package/{build/substrate → bizinikiwi}/errors.d.ts +2 -2
- package/bizinikiwi/errors.js +2 -0
- package/{build/substrate → bizinikiwi}/events.d.ts +236 -236
- package/bizinikiwi/events.js +2 -0
- package/{src/kusama/index.ts → bizinikiwi/index.d.ts} +0 -3
- package/{src/assetHubPolkadot/index.ts → bizinikiwi/index.js} +0 -3
- package/{build/substrate → bizinikiwi}/query.d.ts +194 -194
- package/bizinikiwi/query.js +2 -0
- package/bizinikiwi/registry.d.ts +1 -0
- package/bizinikiwi/registry.js +1 -0
- package/{build/substrate → bizinikiwi}/runtime.d.ts +64 -220
- package/bizinikiwi/runtime.js +2 -0
- package/{build/substrate → bizinikiwi}/tx.d.ts +160 -870
- package/bizinikiwi/tx.js +2 -0
- package/{build/bundle.d.ts → bundle.d.ts} +1 -1
- package/bundle.js +2 -0
- package/cjs/assetHubDicle/consts.js +4 -0
- package/cjs/assetHubDicle/errors.js +4 -0
- package/cjs/assetHubDicle/events.js +4 -0
- package/cjs/assetHubDicle/index.js +10 -0
- package/cjs/assetHubDicle/query.js +4 -0
- package/cjs/assetHubDicle/registry.js +3 -0
- package/cjs/assetHubDicle/runtime.js +4 -0
- package/cjs/assetHubDicle/tx.js +4 -0
- package/cjs/assetHubPezkuwi/consts.js +4 -0
- package/cjs/assetHubPezkuwi/errors.js +4 -0
- package/cjs/assetHubPezkuwi/events.js +4 -0
- package/cjs/assetHubPezkuwi/index.js +10 -0
- package/cjs/assetHubPezkuwi/query.js +4 -0
- package/cjs/assetHubPezkuwi/registry.js +3 -0
- package/cjs/assetHubPezkuwi/runtime.js +4 -0
- package/cjs/assetHubPezkuwi/tx.js +4 -0
- package/cjs/base.d.ts +2 -0
- package/cjs/base.js +4 -0
- package/cjs/bizinikiwi/consts.d.ts +1876 -0
- package/cjs/bizinikiwi/consts.js +4 -0
- package/cjs/bizinikiwi/errors.d.ts +3865 -0
- package/cjs/bizinikiwi/errors.js +4 -0
- package/cjs/bizinikiwi/events.d.ts +4702 -0
- package/cjs/bizinikiwi/events.js +4 -0
- package/cjs/bizinikiwi/index.d.ts +8 -0
- package/cjs/bizinikiwi/index.js +10 -0
- package/cjs/bizinikiwi/query.d.ts +2767 -0
- package/cjs/bizinikiwi/query.js +4 -0
- package/cjs/bizinikiwi/registry.d.ts +1 -0
- package/cjs/bizinikiwi/registry.js +3 -0
- package/cjs/bizinikiwi/runtime.d.ts +585 -0
- package/cjs/bizinikiwi/runtime.js +4 -0
- package/cjs/bizinikiwi/tx.d.ts +10159 -0
- package/cjs/bizinikiwi/tx.js +4 -0
- package/cjs/bundle.d.ts +2 -0
- package/cjs/bundle.js +6 -0
- package/cjs/dicle/consts.js +4 -0
- package/cjs/dicle/errors.js +4 -0
- package/cjs/dicle/events.js +4 -0
- package/cjs/dicle/query.js +4 -0
- package/cjs/dicle/runtime.js +4 -0
- package/cjs/dicle/tx.js +4 -0
- package/cjs/index.js +5 -0
- package/cjs/package.json +3 -0
- package/cjs/packageDetect.js +8 -0
- package/cjs/packageInfo.js +4 -0
- package/cjs/pezkuwi/consts.d.ts +941 -0
- package/cjs/pezkuwi/consts.js +4 -0
- package/cjs/pezkuwi/errors.d.ts +2148 -0
- package/cjs/pezkuwi/errors.js +4 -0
- package/cjs/pezkuwi/events.d.ts +2473 -0
- package/cjs/pezkuwi/events.js +4 -0
- package/cjs/pezkuwi/index.d.ts +8 -0
- package/cjs/pezkuwi/index.js +10 -0
- package/cjs/pezkuwi/query.d.ts +2400 -0
- package/cjs/pezkuwi/query.js +4 -0
- package/cjs/pezkuwi/registry.d.ts +2 -0
- package/cjs/pezkuwi/registry.js +4 -0
- package/cjs/pezkuwi/runtime.d.ts +655 -0
- package/cjs/pezkuwi/runtime.js +4 -0
- package/cjs/pezkuwi/tx.d.ts +4954 -0
- package/cjs/pezkuwi/tx.js +4 -0
- package/dicle/consts.js +2 -0
- package/dicle/errors.js +2 -0
- package/dicle/events.js +2 -0
- package/dicle/query.js +2 -0
- package/dicle/runtime.js +2 -0
- package/dicle/tx.js +2 -0
- package/index.d.ts +2 -0
- package/index.js +2 -0
- package/package.json +437 -9
- package/packageDetect.d.ts +1 -0
- package/{src/packageDetect.ts → packageDetect.js} +0 -8
- package/packageInfo.d.ts +6 -0
- package/packageInfo.js +1 -0
- package/pezkuwi/consts.d.ts +941 -0
- package/pezkuwi/consts.js +2 -0
- package/pezkuwi/errors.d.ts +2148 -0
- package/pezkuwi/errors.js +2 -0
- package/pezkuwi/events.d.ts +2473 -0
- package/pezkuwi/events.js +2 -0
- package/pezkuwi/index.d.ts +8 -0
- package/pezkuwi/index.js +8 -0
- package/pezkuwi/query.d.ts +2400 -0
- package/pezkuwi/query.js +2 -0
- package/pezkuwi/registry.d.ts +2 -0
- package/pezkuwi/registry.js +2 -0
- package/pezkuwi/runtime.d.ts +655 -0
- package/pezkuwi/runtime.js +2 -0
- package/pezkuwi/tx.d.ts +4954 -0
- package/pezkuwi/tx.js +2 -0
- package/build/substrate/registry.d.ts +0 -1
- package/src/assetHubKusama/consts.ts +0 -1308
- package/src/assetHubKusama/errors.ts +0 -2779
- package/src/assetHubKusama/events.ts +0 -2296
- package/src/assetHubKusama/query.ts +0 -2193
- package/src/assetHubKusama/registry.ts +0 -4
- package/src/assetHubKusama/runtime.ts +0 -518
- package/src/assetHubKusama/tx.ts +0 -6890
- package/src/assetHubPolkadot/consts.ts +0 -1125
- package/src/assetHubPolkadot/errors.ts +0 -2360
- package/src/assetHubPolkadot/events.ts +0 -2129
- package/src/assetHubPolkadot/query.ts +0 -2002
- package/src/assetHubPolkadot/registry.ts +0 -4
- package/src/assetHubPolkadot/runtime.ts +0 -443
- package/src/assetHubPolkadot/tx.ts +0 -6242
- package/src/base.ts +0 -6
- package/src/bundle.ts +0 -6
- package/src/index.ts +0 -6
- package/src/kusama/consts.ts +0 -1035
- package/src/kusama/errors.ts +0 -2436
- package/src/kusama/events.ts +0 -1791
- package/src/kusama/query.ts +0 -2505
- package/src/kusama/registry.ts +0 -6
- package/src/kusama/runtime.ts +0 -610
- package/src/kusama/tx.ts +0 -4725
- package/src/mod.ts +0 -4
- package/src/packageInfo.ts +0 -6
- package/src/polkadot/consts.ts +0 -949
- package/src/polkadot/errors.ts +0 -2156
- package/src/polkadot/events.ts +0 -1600
- package/src/polkadot/index.ts +0 -11
- package/src/polkadot/query.ts +0 -2357
- package/src/polkadot/registry.ts +0 -5
- package/src/polkadot/runtime.ts +0 -621
- package/src/polkadot/tx.ts +0 -4240
- package/src/substrate/consts.ts +0 -1884
- package/src/substrate/errors.ts +0 -3873
- package/src/substrate/events.ts +0 -2889
- package/src/substrate/index.ts +0 -11
- package/src/substrate/query.ts +0 -2734
- package/src/substrate/registry.ts +0 -4
- package/src/substrate/runtime.ts +0 -593
- package/src/substrate/tx.ts +0 -8208
- package/tsconfig.assetHubKusama.json +0 -22
- package/tsconfig.assetHubPolkadot.json +0 -22
- package/tsconfig.build.json +0 -23
- package/tsconfig.build.tsbuildinfo +0 -1
- package/tsconfig.kusama.json +0 -22
- package/tsconfig.polkadot.json +0 -22
- /package/{build/substrate/index.d.ts → assetHubDicle/index.js} +0 -0
- /package/{build/base.d.ts → base.d.ts} +0 -0
- /package/{build → cjs}/index.d.ts +0 -0
- /package/{build → cjs}/packageDetect.d.ts +0 -0
- /package/{build → cjs}/packageInfo.d.ts +0 -0
package/dicle/consts.js
ADDED
package/dicle/errors.js
ADDED
package/dicle/events.js
ADDED
package/dicle/query.js
ADDED
package/dicle/runtime.js
ADDED
package/dicle/tx.js
ADDED
package/index.d.ts
ADDED
package/index.js
ADDED
package/package.json
CHANGED
|
@@ -15,18 +15,446 @@
|
|
|
15
15
|
},
|
|
16
16
|
"sideEffects": [
|
|
17
17
|
"./packageDetect.js",
|
|
18
|
-
"./packageDetect.
|
|
18
|
+
"./cjs/packageDetect.js"
|
|
19
19
|
],
|
|
20
20
|
"type": "module",
|
|
21
|
-
"version": "16.5.
|
|
22
|
-
"main": "index.js",
|
|
21
|
+
"version": "16.5.6",
|
|
22
|
+
"main": "./cjs/index.js",
|
|
23
|
+
"module": "./index.js",
|
|
24
|
+
"types": "./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
|
+
"./assetHubDicle": {
|
|
43
|
+
"module": "./assetHubDicle/index.js",
|
|
44
|
+
"require": "./cjs/assetHubDicle/index.js",
|
|
45
|
+
"default": "./assetHubDicle/index.js"
|
|
46
|
+
},
|
|
47
|
+
"./assetHubDicle/consts": {
|
|
48
|
+
"module": "./assetHubDicle/consts.js",
|
|
49
|
+
"require": "./cjs/assetHubDicle/consts.js",
|
|
50
|
+
"default": "./assetHubDicle/consts.js"
|
|
51
|
+
},
|
|
52
|
+
"./assetHubDicle/errors": {
|
|
53
|
+
"module": "./assetHubDicle/errors.js",
|
|
54
|
+
"require": "./cjs/assetHubDicle/errors.js",
|
|
55
|
+
"default": "./assetHubDicle/errors.js"
|
|
56
|
+
},
|
|
57
|
+
"./assetHubDicle/events": {
|
|
58
|
+
"module": "./assetHubDicle/events.js",
|
|
59
|
+
"require": "./cjs/assetHubDicle/events.js",
|
|
60
|
+
"default": "./assetHubDicle/events.js"
|
|
61
|
+
},
|
|
62
|
+
"./assetHubDicle/query": {
|
|
63
|
+
"module": "./assetHubDicle/query.js",
|
|
64
|
+
"require": "./cjs/assetHubDicle/query.js",
|
|
65
|
+
"default": "./assetHubDicle/query.js"
|
|
66
|
+
},
|
|
67
|
+
"./assetHubDicle/registry": {
|
|
68
|
+
"module": "./assetHubDicle/registry.js",
|
|
69
|
+
"require": "./cjs/assetHubDicle/registry.js",
|
|
70
|
+
"default": "./assetHubDicle/registry.js"
|
|
71
|
+
},
|
|
72
|
+
"./assetHubDicle/runtime": {
|
|
73
|
+
"module": "./assetHubDicle/runtime.js",
|
|
74
|
+
"require": "./cjs/assetHubDicle/runtime.js",
|
|
75
|
+
"default": "./assetHubDicle/runtime.js"
|
|
76
|
+
},
|
|
77
|
+
"./assetHubDicle/tx": {
|
|
78
|
+
"module": "./assetHubDicle/tx.js",
|
|
79
|
+
"require": "./cjs/assetHubDicle/tx.js",
|
|
80
|
+
"default": "./assetHubDicle/tx.js"
|
|
81
|
+
},
|
|
82
|
+
"./assetHubPezkuwi": {
|
|
83
|
+
"module": "./assetHubPezkuwi/index.js",
|
|
84
|
+
"require": "./cjs/assetHubPezkuwi/index.js",
|
|
85
|
+
"default": "./assetHubPezkuwi/index.js"
|
|
86
|
+
},
|
|
87
|
+
"./assetHubPezkuwi/consts": {
|
|
88
|
+
"module": "./assetHubPezkuwi/consts.js",
|
|
89
|
+
"require": "./cjs/assetHubPezkuwi/consts.js",
|
|
90
|
+
"default": "./assetHubPezkuwi/consts.js"
|
|
91
|
+
},
|
|
92
|
+
"./assetHubPezkuwi/errors": {
|
|
93
|
+
"module": "./assetHubPezkuwi/errors.js",
|
|
94
|
+
"require": "./cjs/assetHubPezkuwi/errors.js",
|
|
95
|
+
"default": "./assetHubPezkuwi/errors.js"
|
|
96
|
+
},
|
|
97
|
+
"./assetHubPezkuwi/events": {
|
|
98
|
+
"module": "./assetHubPezkuwi/events.js",
|
|
99
|
+
"require": "./cjs/assetHubPezkuwi/events.js",
|
|
100
|
+
"default": "./assetHubPezkuwi/events.js"
|
|
101
|
+
},
|
|
102
|
+
"./assetHubPezkuwi/query": {
|
|
103
|
+
"module": "./assetHubPezkuwi/query.js",
|
|
104
|
+
"require": "./cjs/assetHubPezkuwi/query.js",
|
|
105
|
+
"default": "./assetHubPezkuwi/query.js"
|
|
106
|
+
},
|
|
107
|
+
"./assetHubPezkuwi/registry": {
|
|
108
|
+
"module": "./assetHubPezkuwi/registry.js",
|
|
109
|
+
"require": "./cjs/assetHubPezkuwi/registry.js",
|
|
110
|
+
"default": "./assetHubPezkuwi/registry.js"
|
|
111
|
+
},
|
|
112
|
+
"./assetHubPezkuwi/runtime": {
|
|
113
|
+
"module": "./assetHubPezkuwi/runtime.js",
|
|
114
|
+
"require": "./cjs/assetHubPezkuwi/runtime.js",
|
|
115
|
+
"default": "./assetHubPezkuwi/runtime.js"
|
|
116
|
+
},
|
|
117
|
+
"./assetHubPezkuwi/tx": {
|
|
118
|
+
"module": "./assetHubPezkuwi/tx.js",
|
|
119
|
+
"require": "./cjs/assetHubPezkuwi/tx.js",
|
|
120
|
+
"default": "./assetHubPezkuwi/tx.js"
|
|
121
|
+
},
|
|
122
|
+
"./base": {
|
|
123
|
+
"module": {
|
|
124
|
+
"types": "./base.d.ts",
|
|
125
|
+
"default": "./base.js"
|
|
126
|
+
},
|
|
127
|
+
"require": {
|
|
128
|
+
"types": "./cjs/base.d.ts",
|
|
129
|
+
"default": "./cjs/base.js"
|
|
130
|
+
},
|
|
131
|
+
"default": {
|
|
132
|
+
"types": "./base.d.ts",
|
|
133
|
+
"default": "./base.js"
|
|
134
|
+
}
|
|
135
|
+
},
|
|
136
|
+
"./bizinikiwi": {
|
|
137
|
+
"module": {
|
|
138
|
+
"types": "./bizinikiwi/index.d.ts",
|
|
139
|
+
"default": "./bizinikiwi/index.js"
|
|
140
|
+
},
|
|
141
|
+
"require": {
|
|
142
|
+
"types": "./cjs/bizinikiwi/index.d.ts",
|
|
143
|
+
"default": "./cjs/bizinikiwi/index.js"
|
|
144
|
+
},
|
|
145
|
+
"default": {
|
|
146
|
+
"types": "./bizinikiwi/index.d.ts",
|
|
147
|
+
"default": "./bizinikiwi/index.js"
|
|
148
|
+
}
|
|
149
|
+
},
|
|
150
|
+
"./bizinikiwi/consts": {
|
|
151
|
+
"module": {
|
|
152
|
+
"types": "./bizinikiwi/consts.d.ts",
|
|
153
|
+
"default": "./bizinikiwi/consts.js"
|
|
154
|
+
},
|
|
155
|
+
"require": {
|
|
156
|
+
"types": "./cjs/bizinikiwi/consts.d.ts",
|
|
157
|
+
"default": "./cjs/bizinikiwi/consts.js"
|
|
158
|
+
},
|
|
159
|
+
"default": {
|
|
160
|
+
"types": "./bizinikiwi/consts.d.ts",
|
|
161
|
+
"default": "./bizinikiwi/consts.js"
|
|
162
|
+
}
|
|
163
|
+
},
|
|
164
|
+
"./bizinikiwi/errors": {
|
|
165
|
+
"module": {
|
|
166
|
+
"types": "./bizinikiwi/errors.d.ts",
|
|
167
|
+
"default": "./bizinikiwi/errors.js"
|
|
168
|
+
},
|
|
169
|
+
"require": {
|
|
170
|
+
"types": "./cjs/bizinikiwi/errors.d.ts",
|
|
171
|
+
"default": "./cjs/bizinikiwi/errors.js"
|
|
172
|
+
},
|
|
173
|
+
"default": {
|
|
174
|
+
"types": "./bizinikiwi/errors.d.ts",
|
|
175
|
+
"default": "./bizinikiwi/errors.js"
|
|
176
|
+
}
|
|
177
|
+
},
|
|
178
|
+
"./bizinikiwi/events": {
|
|
179
|
+
"module": {
|
|
180
|
+
"types": "./bizinikiwi/events.d.ts",
|
|
181
|
+
"default": "./bizinikiwi/events.js"
|
|
182
|
+
},
|
|
183
|
+
"require": {
|
|
184
|
+
"types": "./cjs/bizinikiwi/events.d.ts",
|
|
185
|
+
"default": "./cjs/bizinikiwi/events.js"
|
|
186
|
+
},
|
|
187
|
+
"default": {
|
|
188
|
+
"types": "./bizinikiwi/events.d.ts",
|
|
189
|
+
"default": "./bizinikiwi/events.js"
|
|
190
|
+
}
|
|
191
|
+
},
|
|
192
|
+
"./bizinikiwi/query": {
|
|
193
|
+
"module": {
|
|
194
|
+
"types": "./bizinikiwi/query.d.ts",
|
|
195
|
+
"default": "./bizinikiwi/query.js"
|
|
196
|
+
},
|
|
197
|
+
"require": {
|
|
198
|
+
"types": "./cjs/bizinikiwi/query.d.ts",
|
|
199
|
+
"default": "./cjs/bizinikiwi/query.js"
|
|
200
|
+
},
|
|
201
|
+
"default": {
|
|
202
|
+
"types": "./bizinikiwi/query.d.ts",
|
|
203
|
+
"default": "./bizinikiwi/query.js"
|
|
204
|
+
}
|
|
205
|
+
},
|
|
206
|
+
"./bizinikiwi/registry": {
|
|
207
|
+
"module": {
|
|
208
|
+
"types": "./bizinikiwi/registry.d.ts",
|
|
209
|
+
"default": "./bizinikiwi/registry.js"
|
|
210
|
+
},
|
|
211
|
+
"require": {
|
|
212
|
+
"types": "./cjs/bizinikiwi/registry.d.ts",
|
|
213
|
+
"default": "./cjs/bizinikiwi/registry.js"
|
|
214
|
+
},
|
|
215
|
+
"default": {
|
|
216
|
+
"types": "./bizinikiwi/registry.d.ts",
|
|
217
|
+
"default": "./bizinikiwi/registry.js"
|
|
218
|
+
}
|
|
219
|
+
},
|
|
220
|
+
"./bizinikiwi/runtime": {
|
|
221
|
+
"module": {
|
|
222
|
+
"types": "./bizinikiwi/runtime.d.ts",
|
|
223
|
+
"default": "./bizinikiwi/runtime.js"
|
|
224
|
+
},
|
|
225
|
+
"require": {
|
|
226
|
+
"types": "./cjs/bizinikiwi/runtime.d.ts",
|
|
227
|
+
"default": "./cjs/bizinikiwi/runtime.js"
|
|
228
|
+
},
|
|
229
|
+
"default": {
|
|
230
|
+
"types": "./bizinikiwi/runtime.d.ts",
|
|
231
|
+
"default": "./bizinikiwi/runtime.js"
|
|
232
|
+
}
|
|
233
|
+
},
|
|
234
|
+
"./bizinikiwi/tx": {
|
|
235
|
+
"module": {
|
|
236
|
+
"types": "./bizinikiwi/tx.d.ts",
|
|
237
|
+
"default": "./bizinikiwi/tx.js"
|
|
238
|
+
},
|
|
239
|
+
"require": {
|
|
240
|
+
"types": "./cjs/bizinikiwi/tx.d.ts",
|
|
241
|
+
"default": "./cjs/bizinikiwi/tx.js"
|
|
242
|
+
},
|
|
243
|
+
"default": {
|
|
244
|
+
"types": "./bizinikiwi/tx.d.ts",
|
|
245
|
+
"default": "./bizinikiwi/tx.js"
|
|
246
|
+
}
|
|
247
|
+
},
|
|
248
|
+
"./bundle": {
|
|
249
|
+
"module": {
|
|
250
|
+
"types": "./bundle.d.ts",
|
|
251
|
+
"default": "./bundle.js"
|
|
252
|
+
},
|
|
253
|
+
"require": {
|
|
254
|
+
"types": "./cjs/bundle.d.ts",
|
|
255
|
+
"default": "./cjs/bundle.js"
|
|
256
|
+
},
|
|
257
|
+
"default": {
|
|
258
|
+
"types": "./bundle.d.ts",
|
|
259
|
+
"default": "./bundle.js"
|
|
260
|
+
}
|
|
261
|
+
},
|
|
262
|
+
"./dicle/consts": {
|
|
263
|
+
"module": "./dicle/consts.js",
|
|
264
|
+
"require": "./cjs/dicle/consts.js",
|
|
265
|
+
"default": "./dicle/consts.js"
|
|
266
|
+
},
|
|
267
|
+
"./dicle/errors": {
|
|
268
|
+
"module": "./dicle/errors.js",
|
|
269
|
+
"require": "./cjs/dicle/errors.js",
|
|
270
|
+
"default": "./dicle/errors.js"
|
|
271
|
+
},
|
|
272
|
+
"./dicle/events": {
|
|
273
|
+
"module": "./dicle/events.js",
|
|
274
|
+
"require": "./cjs/dicle/events.js",
|
|
275
|
+
"default": "./dicle/events.js"
|
|
276
|
+
},
|
|
277
|
+
"./dicle/query": {
|
|
278
|
+
"module": "./dicle/query.js",
|
|
279
|
+
"require": "./cjs/dicle/query.js",
|
|
280
|
+
"default": "./dicle/query.js"
|
|
281
|
+
},
|
|
282
|
+
"./dicle/runtime": {
|
|
283
|
+
"module": "./dicle/runtime.js",
|
|
284
|
+
"require": "./cjs/dicle/runtime.js",
|
|
285
|
+
"default": "./dicle/runtime.js"
|
|
286
|
+
},
|
|
287
|
+
"./dicle/tx": {
|
|
288
|
+
"module": "./dicle/tx.js",
|
|
289
|
+
"require": "./cjs/dicle/tx.js",
|
|
290
|
+
"default": "./dicle/tx.js"
|
|
291
|
+
},
|
|
292
|
+
"./package.json": {
|
|
293
|
+
"require": "./cjs/package.json",
|
|
294
|
+
"default": "./package.json"
|
|
295
|
+
},
|
|
296
|
+
"./packageDetect": {
|
|
297
|
+
"module": {
|
|
298
|
+
"types": "./packageDetect.d.ts",
|
|
299
|
+
"default": "./packageDetect.js"
|
|
300
|
+
},
|
|
301
|
+
"require": {
|
|
302
|
+
"types": "./cjs/packageDetect.d.ts",
|
|
303
|
+
"default": "./cjs/packageDetect.js"
|
|
304
|
+
},
|
|
305
|
+
"default": {
|
|
306
|
+
"types": "./packageDetect.d.ts",
|
|
307
|
+
"default": "./packageDetect.js"
|
|
308
|
+
}
|
|
309
|
+
},
|
|
310
|
+
"./packageInfo.js": {
|
|
311
|
+
"module": {
|
|
312
|
+
"types": "./packageInfo.d.ts",
|
|
313
|
+
"default": "./packageInfo.js"
|
|
314
|
+
},
|
|
315
|
+
"require": {
|
|
316
|
+
"types": "./cjs/packageInfo.d.ts",
|
|
317
|
+
"default": "./cjs/packageInfo.js"
|
|
318
|
+
},
|
|
319
|
+
"default": {
|
|
320
|
+
"types": "./packageInfo.d.ts",
|
|
321
|
+
"default": "./packageInfo.js"
|
|
322
|
+
}
|
|
323
|
+
},
|
|
324
|
+
"./packageInfo": {
|
|
325
|
+
"module": {
|
|
326
|
+
"types": "./packageInfo.d.ts",
|
|
327
|
+
"default": "./packageInfo.js"
|
|
328
|
+
},
|
|
329
|
+
"require": {
|
|
330
|
+
"types": "./cjs/packageInfo.d.ts",
|
|
331
|
+
"default": "./cjs/packageInfo.js"
|
|
332
|
+
},
|
|
333
|
+
"default": {
|
|
334
|
+
"types": "./packageInfo.d.ts",
|
|
335
|
+
"default": "./packageInfo.js"
|
|
336
|
+
}
|
|
337
|
+
},
|
|
338
|
+
"./pezkuwi": {
|
|
339
|
+
"module": {
|
|
340
|
+
"types": "./pezkuwi/index.d.ts",
|
|
341
|
+
"default": "./pezkuwi/index.js"
|
|
342
|
+
},
|
|
343
|
+
"require": {
|
|
344
|
+
"types": "./cjs/pezkuwi/index.d.ts",
|
|
345
|
+
"default": "./cjs/pezkuwi/index.js"
|
|
346
|
+
},
|
|
347
|
+
"default": {
|
|
348
|
+
"types": "./pezkuwi/index.d.ts",
|
|
349
|
+
"default": "./pezkuwi/index.js"
|
|
350
|
+
}
|
|
351
|
+
},
|
|
352
|
+
"./pezkuwi/consts": {
|
|
353
|
+
"module": {
|
|
354
|
+
"types": "./pezkuwi/consts.d.ts",
|
|
355
|
+
"default": "./pezkuwi/consts.js"
|
|
356
|
+
},
|
|
357
|
+
"require": {
|
|
358
|
+
"types": "./cjs/pezkuwi/consts.d.ts",
|
|
359
|
+
"default": "./cjs/pezkuwi/consts.js"
|
|
360
|
+
},
|
|
361
|
+
"default": {
|
|
362
|
+
"types": "./pezkuwi/consts.d.ts",
|
|
363
|
+
"default": "./pezkuwi/consts.js"
|
|
364
|
+
}
|
|
365
|
+
},
|
|
366
|
+
"./pezkuwi/errors": {
|
|
367
|
+
"module": {
|
|
368
|
+
"types": "./pezkuwi/errors.d.ts",
|
|
369
|
+
"default": "./pezkuwi/errors.js"
|
|
370
|
+
},
|
|
371
|
+
"require": {
|
|
372
|
+
"types": "./cjs/pezkuwi/errors.d.ts",
|
|
373
|
+
"default": "./cjs/pezkuwi/errors.js"
|
|
374
|
+
},
|
|
375
|
+
"default": {
|
|
376
|
+
"types": "./pezkuwi/errors.d.ts",
|
|
377
|
+
"default": "./pezkuwi/errors.js"
|
|
378
|
+
}
|
|
379
|
+
},
|
|
380
|
+
"./pezkuwi/events": {
|
|
381
|
+
"module": {
|
|
382
|
+
"types": "./pezkuwi/events.d.ts",
|
|
383
|
+
"default": "./pezkuwi/events.js"
|
|
384
|
+
},
|
|
385
|
+
"require": {
|
|
386
|
+
"types": "./cjs/pezkuwi/events.d.ts",
|
|
387
|
+
"default": "./cjs/pezkuwi/events.js"
|
|
388
|
+
},
|
|
389
|
+
"default": {
|
|
390
|
+
"types": "./pezkuwi/events.d.ts",
|
|
391
|
+
"default": "./pezkuwi/events.js"
|
|
392
|
+
}
|
|
393
|
+
},
|
|
394
|
+
"./pezkuwi/query": {
|
|
395
|
+
"module": {
|
|
396
|
+
"types": "./pezkuwi/query.d.ts",
|
|
397
|
+
"default": "./pezkuwi/query.js"
|
|
398
|
+
},
|
|
399
|
+
"require": {
|
|
400
|
+
"types": "./cjs/pezkuwi/query.d.ts",
|
|
401
|
+
"default": "./cjs/pezkuwi/query.js"
|
|
402
|
+
},
|
|
403
|
+
"default": {
|
|
404
|
+
"types": "./pezkuwi/query.d.ts",
|
|
405
|
+
"default": "./pezkuwi/query.js"
|
|
406
|
+
}
|
|
407
|
+
},
|
|
408
|
+
"./pezkuwi/registry": {
|
|
409
|
+
"module": {
|
|
410
|
+
"types": "./pezkuwi/registry.d.ts",
|
|
411
|
+
"default": "./pezkuwi/registry.js"
|
|
412
|
+
},
|
|
413
|
+
"require": {
|
|
414
|
+
"types": "./cjs/pezkuwi/registry.d.ts",
|
|
415
|
+
"default": "./cjs/pezkuwi/registry.js"
|
|
416
|
+
},
|
|
417
|
+
"default": {
|
|
418
|
+
"types": "./pezkuwi/registry.d.ts",
|
|
419
|
+
"default": "./pezkuwi/registry.js"
|
|
420
|
+
}
|
|
421
|
+
},
|
|
422
|
+
"./pezkuwi/runtime": {
|
|
423
|
+
"module": {
|
|
424
|
+
"types": "./pezkuwi/runtime.d.ts",
|
|
425
|
+
"default": "./pezkuwi/runtime.js"
|
|
426
|
+
},
|
|
427
|
+
"require": {
|
|
428
|
+
"types": "./cjs/pezkuwi/runtime.d.ts",
|
|
429
|
+
"default": "./cjs/pezkuwi/runtime.js"
|
|
430
|
+
},
|
|
431
|
+
"default": {
|
|
432
|
+
"types": "./pezkuwi/runtime.d.ts",
|
|
433
|
+
"default": "./pezkuwi/runtime.js"
|
|
434
|
+
}
|
|
435
|
+
},
|
|
436
|
+
"./pezkuwi/tx": {
|
|
437
|
+
"module": {
|
|
438
|
+
"types": "./pezkuwi/tx.d.ts",
|
|
439
|
+
"default": "./pezkuwi/tx.js"
|
|
440
|
+
},
|
|
441
|
+
"require": {
|
|
442
|
+
"types": "./cjs/pezkuwi/tx.d.ts",
|
|
443
|
+
"default": "./cjs/pezkuwi/tx.js"
|
|
444
|
+
},
|
|
445
|
+
"default": {
|
|
446
|
+
"types": "./pezkuwi/tx.d.ts",
|
|
447
|
+
"default": "./pezkuwi/tx.js"
|
|
448
|
+
}
|
|
449
|
+
}
|
|
450
|
+
},
|
|
23
451
|
"dependencies": {
|
|
24
|
-
"@pezkuwi/api-base": "16.5.
|
|
25
|
-
"@pezkuwi/rpc-augment": "16.5.
|
|
26
|
-
"@pezkuwi/types": "16.5.
|
|
27
|
-
"@pezkuwi/types-augment": "16.5.
|
|
28
|
-
"@pezkuwi/types-codec": "16.5.
|
|
29
|
-
"@pezkuwi/util": "14.0.
|
|
452
|
+
"@pezkuwi/api-base": "16.5.4",
|
|
453
|
+
"@pezkuwi/rpc-augment": "16.5.4",
|
|
454
|
+
"@pezkuwi/types": "16.5.4",
|
|
455
|
+
"@pezkuwi/types-augment": "16.5.4",
|
|
456
|
+
"@pezkuwi/types-codec": "16.5.4",
|
|
457
|
+
"@pezkuwi/util": "^14.0.1",
|
|
30
458
|
"tslib": "^2.8.1"
|
|
31
459
|
}
|
|
32
460
|
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -1,14 +1,6 @@
|
|
|
1
|
-
// Copyright 2017-2025 @polkadot/api-augment authors & contributors
|
|
2
|
-
// SPDX-License-Identifier: Apache-2.0
|
|
3
|
-
|
|
4
|
-
// Do not edit, auto-generated by @polkadot/dev
|
|
5
|
-
// (packageInfo imports will be kept as-is, user-editable)
|
|
6
|
-
|
|
7
1
|
import { packageInfo as baseInfo } from '@pezkuwi/api-base/packageInfo';
|
|
8
2
|
import { packageInfo as typesInfo } from '@pezkuwi/types/packageInfo';
|
|
9
3
|
import { packageInfo as codecInfo } from '@pezkuwi/types-codec/packageInfo';
|
|
10
4
|
import { detectPackage } from '@pezkuwi/util';
|
|
11
|
-
|
|
12
5
|
import { packageInfo } from './packageInfo.js';
|
|
13
|
-
|
|
14
6
|
detectPackage(packageInfo, null, [baseInfo, codecInfo, typesInfo]);
|
package/packageInfo.d.ts
ADDED
package/packageInfo.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const packageInfo = { name: '@pezkuwi/api-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.4' };
|