@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.
Files changed (180) hide show
  1. package/LICENSE +201 -0
  2. package/assetHubDicle/consts.js +2 -0
  3. package/assetHubDicle/errors.js +2 -0
  4. package/assetHubDicle/events.js +2 -0
  5. package/assetHubDicle/query.js +2 -0
  6. package/assetHubDicle/registry.js +1 -0
  7. package/assetHubDicle/runtime.js +2 -0
  8. package/assetHubDicle/tx.js +2 -0
  9. package/assetHubPezkuwi/consts.js +2 -0
  10. package/assetHubPezkuwi/errors.js +2 -0
  11. package/assetHubPezkuwi/events.js +2 -0
  12. package/{src/assetHubKusama/index.ts → assetHubPezkuwi/index.js} +0 -3
  13. package/assetHubPezkuwi/query.js +2 -0
  14. package/assetHubPezkuwi/registry.js +1 -0
  15. package/assetHubPezkuwi/runtime.js +2 -0
  16. package/assetHubPezkuwi/tx.js +2 -0
  17. package/base.js +2 -0
  18. package/{build/substrate → bizinikiwi}/consts.d.ts +31 -31
  19. package/bizinikiwi/consts.js +2 -0
  20. package/{build/substrate → bizinikiwi}/errors.d.ts +2 -2
  21. package/bizinikiwi/errors.js +2 -0
  22. package/{build/substrate → bizinikiwi}/events.d.ts +236 -236
  23. package/bizinikiwi/events.js +2 -0
  24. package/{src/kusama/index.ts → bizinikiwi/index.d.ts} +0 -3
  25. package/{src/assetHubPolkadot/index.ts → bizinikiwi/index.js} +0 -3
  26. package/{build/substrate → bizinikiwi}/query.d.ts +194 -194
  27. package/bizinikiwi/query.js +2 -0
  28. package/bizinikiwi/registry.d.ts +1 -0
  29. package/bizinikiwi/registry.js +1 -0
  30. package/{build/substrate → bizinikiwi}/runtime.d.ts +64 -220
  31. package/bizinikiwi/runtime.js +2 -0
  32. package/{build/substrate → bizinikiwi}/tx.d.ts +160 -870
  33. package/bizinikiwi/tx.js +2 -0
  34. package/{build/bundle.d.ts → bundle.d.ts} +1 -1
  35. package/bundle.js +2 -0
  36. package/cjs/assetHubDicle/consts.js +4 -0
  37. package/cjs/assetHubDicle/errors.js +4 -0
  38. package/cjs/assetHubDicle/events.js +4 -0
  39. package/cjs/assetHubDicle/index.js +10 -0
  40. package/cjs/assetHubDicle/query.js +4 -0
  41. package/cjs/assetHubDicle/registry.js +3 -0
  42. package/cjs/assetHubDicle/runtime.js +4 -0
  43. package/cjs/assetHubDicle/tx.js +4 -0
  44. package/cjs/assetHubPezkuwi/consts.js +4 -0
  45. package/cjs/assetHubPezkuwi/errors.js +4 -0
  46. package/cjs/assetHubPezkuwi/events.js +4 -0
  47. package/cjs/assetHubPezkuwi/index.js +10 -0
  48. package/cjs/assetHubPezkuwi/query.js +4 -0
  49. package/cjs/assetHubPezkuwi/registry.js +3 -0
  50. package/cjs/assetHubPezkuwi/runtime.js +4 -0
  51. package/cjs/assetHubPezkuwi/tx.js +4 -0
  52. package/cjs/base.d.ts +2 -0
  53. package/cjs/base.js +4 -0
  54. package/cjs/bizinikiwi/consts.d.ts +1876 -0
  55. package/cjs/bizinikiwi/consts.js +4 -0
  56. package/cjs/bizinikiwi/errors.d.ts +3865 -0
  57. package/cjs/bizinikiwi/errors.js +4 -0
  58. package/cjs/bizinikiwi/events.d.ts +4702 -0
  59. package/cjs/bizinikiwi/events.js +4 -0
  60. package/cjs/bizinikiwi/index.d.ts +8 -0
  61. package/cjs/bizinikiwi/index.js +10 -0
  62. package/cjs/bizinikiwi/query.d.ts +2767 -0
  63. package/cjs/bizinikiwi/query.js +4 -0
  64. package/cjs/bizinikiwi/registry.d.ts +1 -0
  65. package/cjs/bizinikiwi/registry.js +3 -0
  66. package/cjs/bizinikiwi/runtime.d.ts +585 -0
  67. package/cjs/bizinikiwi/runtime.js +4 -0
  68. package/cjs/bizinikiwi/tx.d.ts +10159 -0
  69. package/cjs/bizinikiwi/tx.js +4 -0
  70. package/cjs/bundle.d.ts +2 -0
  71. package/cjs/bundle.js +6 -0
  72. package/cjs/dicle/consts.js +4 -0
  73. package/cjs/dicle/errors.js +4 -0
  74. package/cjs/dicle/events.js +4 -0
  75. package/cjs/dicle/query.js +4 -0
  76. package/cjs/dicle/runtime.js +4 -0
  77. package/cjs/dicle/tx.js +4 -0
  78. package/cjs/index.js +5 -0
  79. package/cjs/package.json +3 -0
  80. package/cjs/packageDetect.js +8 -0
  81. package/cjs/packageInfo.js +4 -0
  82. package/cjs/pezkuwi/consts.d.ts +941 -0
  83. package/cjs/pezkuwi/consts.js +4 -0
  84. package/cjs/pezkuwi/errors.d.ts +2148 -0
  85. package/cjs/pezkuwi/errors.js +4 -0
  86. package/cjs/pezkuwi/events.d.ts +2473 -0
  87. package/cjs/pezkuwi/events.js +4 -0
  88. package/cjs/pezkuwi/index.d.ts +8 -0
  89. package/cjs/pezkuwi/index.js +10 -0
  90. package/cjs/pezkuwi/query.d.ts +2400 -0
  91. package/cjs/pezkuwi/query.js +4 -0
  92. package/cjs/pezkuwi/registry.d.ts +2 -0
  93. package/cjs/pezkuwi/registry.js +4 -0
  94. package/cjs/pezkuwi/runtime.d.ts +655 -0
  95. package/cjs/pezkuwi/runtime.js +4 -0
  96. package/cjs/pezkuwi/tx.d.ts +4954 -0
  97. package/cjs/pezkuwi/tx.js +4 -0
  98. package/dicle/consts.js +2 -0
  99. package/dicle/errors.js +2 -0
  100. package/dicle/events.js +2 -0
  101. package/dicle/query.js +2 -0
  102. package/dicle/runtime.js +2 -0
  103. package/dicle/tx.js +2 -0
  104. package/index.d.ts +2 -0
  105. package/index.js +2 -0
  106. package/package.json +437 -9
  107. package/packageDetect.d.ts +1 -0
  108. package/{src/packageDetect.ts → packageDetect.js} +0 -8
  109. package/packageInfo.d.ts +6 -0
  110. package/packageInfo.js +1 -0
  111. package/pezkuwi/consts.d.ts +941 -0
  112. package/pezkuwi/consts.js +2 -0
  113. package/pezkuwi/errors.d.ts +2148 -0
  114. package/pezkuwi/errors.js +2 -0
  115. package/pezkuwi/events.d.ts +2473 -0
  116. package/pezkuwi/events.js +2 -0
  117. package/pezkuwi/index.d.ts +8 -0
  118. package/pezkuwi/index.js +8 -0
  119. package/pezkuwi/query.d.ts +2400 -0
  120. package/pezkuwi/query.js +2 -0
  121. package/pezkuwi/registry.d.ts +2 -0
  122. package/pezkuwi/registry.js +2 -0
  123. package/pezkuwi/runtime.d.ts +655 -0
  124. package/pezkuwi/runtime.js +2 -0
  125. package/pezkuwi/tx.d.ts +4954 -0
  126. package/pezkuwi/tx.js +2 -0
  127. package/build/substrate/registry.d.ts +0 -1
  128. package/src/assetHubKusama/consts.ts +0 -1308
  129. package/src/assetHubKusama/errors.ts +0 -2779
  130. package/src/assetHubKusama/events.ts +0 -2296
  131. package/src/assetHubKusama/query.ts +0 -2193
  132. package/src/assetHubKusama/registry.ts +0 -4
  133. package/src/assetHubKusama/runtime.ts +0 -518
  134. package/src/assetHubKusama/tx.ts +0 -6890
  135. package/src/assetHubPolkadot/consts.ts +0 -1125
  136. package/src/assetHubPolkadot/errors.ts +0 -2360
  137. package/src/assetHubPolkadot/events.ts +0 -2129
  138. package/src/assetHubPolkadot/query.ts +0 -2002
  139. package/src/assetHubPolkadot/registry.ts +0 -4
  140. package/src/assetHubPolkadot/runtime.ts +0 -443
  141. package/src/assetHubPolkadot/tx.ts +0 -6242
  142. package/src/base.ts +0 -6
  143. package/src/bundle.ts +0 -6
  144. package/src/index.ts +0 -6
  145. package/src/kusama/consts.ts +0 -1035
  146. package/src/kusama/errors.ts +0 -2436
  147. package/src/kusama/events.ts +0 -1791
  148. package/src/kusama/query.ts +0 -2505
  149. package/src/kusama/registry.ts +0 -6
  150. package/src/kusama/runtime.ts +0 -610
  151. package/src/kusama/tx.ts +0 -4725
  152. package/src/mod.ts +0 -4
  153. package/src/packageInfo.ts +0 -6
  154. package/src/polkadot/consts.ts +0 -949
  155. package/src/polkadot/errors.ts +0 -2156
  156. package/src/polkadot/events.ts +0 -1600
  157. package/src/polkadot/index.ts +0 -11
  158. package/src/polkadot/query.ts +0 -2357
  159. package/src/polkadot/registry.ts +0 -5
  160. package/src/polkadot/runtime.ts +0 -621
  161. package/src/polkadot/tx.ts +0 -4240
  162. package/src/substrate/consts.ts +0 -1884
  163. package/src/substrate/errors.ts +0 -3873
  164. package/src/substrate/events.ts +0 -2889
  165. package/src/substrate/index.ts +0 -11
  166. package/src/substrate/query.ts +0 -2734
  167. package/src/substrate/registry.ts +0 -4
  168. package/src/substrate/runtime.ts +0 -593
  169. package/src/substrate/tx.ts +0 -8208
  170. package/tsconfig.assetHubKusama.json +0 -22
  171. package/tsconfig.assetHubPolkadot.json +0 -22
  172. package/tsconfig.build.json +0 -23
  173. package/tsconfig.build.tsbuildinfo +0 -1
  174. package/tsconfig.kusama.json +0 -22
  175. package/tsconfig.polkadot.json +0 -22
  176. /package/{build/substrate/index.d.ts → assetHubDicle/index.js} +0 -0
  177. /package/{build/base.d.ts → base.d.ts} +0 -0
  178. /package/{build → cjs}/index.d.ts +0 -0
  179. /package/{build → cjs}/packageDetect.d.ts +0 -0
  180. /package/{build → cjs}/packageInfo.d.ts +0 -0
@@ -0,0 +1,4 @@
1
+ "use strict";
2
+ /* eslint-disable */
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ require("@pezkuwi/api-base/types/submittable");
@@ -0,0 +1,2 @@
1
+ /* eslint-disable */
2
+ import '@pezkuwi/api-base/types/consts';
@@ -0,0 +1,2 @@
1
+ /* eslint-disable */
2
+ import '@pezkuwi/api-base/types/errors';
@@ -0,0 +1,2 @@
1
+ /* eslint-disable */
2
+ import '@pezkuwi/api-base/types/events';
package/dicle/query.js ADDED
@@ -0,0 +1,2 @@
1
+ /* eslint-disable */
2
+ import '@pezkuwi/api-base/types/storage';
@@ -0,0 +1,2 @@
1
+ /* eslint-disable */
2
+ import '@pezkuwi/api-base/types/calls';
package/dicle/tx.js ADDED
@@ -0,0 +1,2 @@
1
+ /* eslint-disable */
2
+ import '@pezkuwi/api-base/types/submittable';
package/index.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ import './packageDetect.js';
2
+ export * from './bundle.js';
package/index.js ADDED
@@ -0,0 +1,2 @@
1
+ import './packageDetect.js';
2
+ export * from './bundle.js';
package/package.json CHANGED
@@ -15,18 +15,446 @@
15
15
  },
16
16
  "sideEffects": [
17
17
  "./packageDetect.js",
18
- "./packageDetect.cjs"
18
+ "./cjs/packageDetect.js"
19
19
  ],
20
20
  "type": "module",
21
- "version": "16.5.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.5",
25
- "@pezkuwi/rpc-augment": "16.5.5",
26
- "@pezkuwi/types": "16.5.5",
27
- "@pezkuwi/types-augment": "16.5.5",
28
- "@pezkuwi/types-codec": "16.5.5",
29
- "@pezkuwi/util": "14.0.5",
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]);
@@ -0,0 +1,6 @@
1
+ export declare const packageInfo: {
2
+ name: string;
3
+ path: string;
4
+ type: string;
5
+ version: string;
6
+ };
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' };