@taqueria/protocol 0.43.0 → 0.43.1
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 +264 -4
- package/scripts/exports.sh +6 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@taqueria/protocol",
|
|
3
|
-
"version": "0.43.
|
|
3
|
+
"version": "0.43.1",
|
|
4
4
|
"description": "A TypeScript package which contains types that are to be shared between @taqueria/node-sdk and @taqueria/taqueria.",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -37,9 +37,269 @@
|
|
|
37
37
|
},
|
|
38
38
|
"exports": {
|
|
39
39
|
".": "./index.js",
|
|
40
|
-
"
|
|
41
|
-
"import": "
|
|
42
|
-
"default": "
|
|
40
|
+
"./Alias": {
|
|
41
|
+
"import": "./Alias.js",
|
|
42
|
+
"default": "./Alias.js"
|
|
43
|
+
},
|
|
44
|
+
"./Base": {
|
|
45
|
+
"import": "./Base.js",
|
|
46
|
+
"default": "./Base.js"
|
|
47
|
+
},
|
|
48
|
+
"./Command": {
|
|
49
|
+
"import": "./Command.js",
|
|
50
|
+
"default": "./Command.js"
|
|
51
|
+
},
|
|
52
|
+
"./ConfigArtifactsDir": {
|
|
53
|
+
"import": "./ConfigArtifactsDir.js",
|
|
54
|
+
"default": "./ConfigArtifactsDir.js"
|
|
55
|
+
},
|
|
56
|
+
"./ConfigContractsDir": {
|
|
57
|
+
"import": "./ConfigContractsDir.js",
|
|
58
|
+
"default": "./ConfigContractsDir.js"
|
|
59
|
+
},
|
|
60
|
+
"./ConfigEnvironmentFileV2": {
|
|
61
|
+
"import": "./ConfigEnvironmentFileV2.js",
|
|
62
|
+
"default": "./ConfigEnvironmentFileV2.js"
|
|
63
|
+
},
|
|
64
|
+
"./ConfigFileV2": {
|
|
65
|
+
"import": "./ConfigFileV2.js",
|
|
66
|
+
"default": "./ConfigFileV2.js"
|
|
67
|
+
},
|
|
68
|
+
"./Config": {
|
|
69
|
+
"import": "./Config.js",
|
|
70
|
+
"default": "./Config.js"
|
|
71
|
+
},
|
|
72
|
+
"./Contract": {
|
|
73
|
+
"import": "./Contract.js",
|
|
74
|
+
"default": "./Contract.js"
|
|
75
|
+
},
|
|
76
|
+
"./Crypto": {
|
|
77
|
+
"import": "./Crypto.js",
|
|
78
|
+
"default": "./Crypto.js"
|
|
79
|
+
},
|
|
80
|
+
"./EconomicalProtocolHash": {
|
|
81
|
+
"import": "./EconomicalProtocolHash.js",
|
|
82
|
+
"default": "./EconomicalProtocolHash.js"
|
|
83
|
+
},
|
|
84
|
+
"./Environment": {
|
|
85
|
+
"import": "./Environment.js",
|
|
86
|
+
"default": "./Environment.js"
|
|
87
|
+
},
|
|
88
|
+
"./EphemeralState": {
|
|
89
|
+
"import": "./EphemeralState.js",
|
|
90
|
+
"default": "./EphemeralState.js"
|
|
91
|
+
},
|
|
92
|
+
"./Faucet": {
|
|
93
|
+
"import": "./Faucet.js",
|
|
94
|
+
"default": "./Faucet.js"
|
|
95
|
+
},
|
|
96
|
+
"./helpers": {
|
|
97
|
+
"import": "./helpers.js",
|
|
98
|
+
"default": "./helpers.js"
|
|
99
|
+
},
|
|
100
|
+
"./HumanReadableIdentifier": {
|
|
101
|
+
"import": "./HumanReadableIdentifier.js",
|
|
102
|
+
"default": "./HumanReadableIdentifier.js"
|
|
103
|
+
},
|
|
104
|
+
"./i18n": {
|
|
105
|
+
"import": "./i18n.js",
|
|
106
|
+
"default": "./i18n.js"
|
|
107
|
+
},
|
|
108
|
+
"./index": {
|
|
109
|
+
"import": "./index.js",
|
|
110
|
+
"default": "./index.js"
|
|
111
|
+
},
|
|
112
|
+
"./InstalledPlugin": {
|
|
113
|
+
"import": "./InstalledPlugin.js",
|
|
114
|
+
"default": "./InstalledPlugin.js"
|
|
115
|
+
},
|
|
116
|
+
"./LoadedConfig": {
|
|
117
|
+
"import": "./LoadedConfig.js",
|
|
118
|
+
"default": "./LoadedConfig.js"
|
|
119
|
+
},
|
|
120
|
+
"./MetadataConfig": {
|
|
121
|
+
"import": "./MetadataConfig.js",
|
|
122
|
+
"default": "./MetadataConfig.js"
|
|
123
|
+
},
|
|
124
|
+
"./NetworkAccountConfig": {
|
|
125
|
+
"import": "./NetworkAccountConfig.js",
|
|
126
|
+
"default": "./NetworkAccountConfig.js"
|
|
127
|
+
},
|
|
128
|
+
"./NetworkConfig": {
|
|
129
|
+
"import": "./NetworkConfig.js",
|
|
130
|
+
"default": "./NetworkConfig.js"
|
|
131
|
+
},
|
|
132
|
+
"./NonEmptyString": {
|
|
133
|
+
"import": "./NonEmptyString.js",
|
|
134
|
+
"default": "./NonEmptyString.js"
|
|
135
|
+
},
|
|
136
|
+
"./Operation": {
|
|
137
|
+
"import": "./Operation.js",
|
|
138
|
+
"default": "./Operation.js"
|
|
139
|
+
},
|
|
140
|
+
"./Option": {
|
|
141
|
+
"import": "./Option.js",
|
|
142
|
+
"default": "./Option.js"
|
|
143
|
+
},
|
|
144
|
+
"./ParsedOperation": {
|
|
145
|
+
"import": "./ParsedOperation.js",
|
|
146
|
+
"default": "./ParsedOperation.js"
|
|
147
|
+
},
|
|
148
|
+
"./ParsedPluginInfo": {
|
|
149
|
+
"import": "./ParsedPluginInfo.js",
|
|
150
|
+
"default": "./ParsedPluginInfo.js"
|
|
151
|
+
},
|
|
152
|
+
"./ParsedTemplate": {
|
|
153
|
+
"import": "./ParsedTemplate.js",
|
|
154
|
+
"default": "./ParsedTemplate.js"
|
|
155
|
+
},
|
|
156
|
+
"./PersistentState": {
|
|
157
|
+
"import": "./PersistentState.js",
|
|
158
|
+
"default": "./PersistentState.js"
|
|
159
|
+
},
|
|
160
|
+
"./PluginActionName": {
|
|
161
|
+
"import": "./PluginActionName.js",
|
|
162
|
+
"default": "./PluginActionName.js"
|
|
163
|
+
},
|
|
164
|
+
"./PluginDependenciesResponse": {
|
|
165
|
+
"import": "./PluginDependenciesResponse.js",
|
|
166
|
+
"default": "./PluginDependenciesResponse.js"
|
|
167
|
+
},
|
|
168
|
+
"./PluginInfo": {
|
|
169
|
+
"import": "./PluginInfo.js",
|
|
170
|
+
"default": "./PluginInfo.js"
|
|
171
|
+
},
|
|
172
|
+
"./PluginJsonResponse": {
|
|
173
|
+
"import": "./PluginJsonResponse.js",
|
|
174
|
+
"default": "./PluginJsonResponse.js"
|
|
175
|
+
},
|
|
176
|
+
"./PluginProxyResponse": {
|
|
177
|
+
"import": "./PluginProxyResponse.js",
|
|
178
|
+
"default": "./PluginProxyResponse.js"
|
|
179
|
+
},
|
|
180
|
+
"./PluginResponseEncoding": {
|
|
181
|
+
"import": "./PluginResponseEncoding.js",
|
|
182
|
+
"default": "./PluginResponseEncoding.js"
|
|
183
|
+
},
|
|
184
|
+
"./PluginSchema": {
|
|
185
|
+
"import": "./PluginSchema.js",
|
|
186
|
+
"default": "./PluginSchema.js"
|
|
187
|
+
},
|
|
188
|
+
"./PositionalArg": {
|
|
189
|
+
"import": "./PositionalArg.js",
|
|
190
|
+
"default": "./PositionalArg.js"
|
|
191
|
+
},
|
|
192
|
+
"./ProvisionerID": {
|
|
193
|
+
"import": "./ProvisionerID.js",
|
|
194
|
+
"default": "./ProvisionerID.js"
|
|
195
|
+
},
|
|
196
|
+
"./Provisioner": {
|
|
197
|
+
"import": "./Provisioner.js",
|
|
198
|
+
"default": "./Provisioner.js"
|
|
199
|
+
},
|
|
200
|
+
"./Provisions": {
|
|
201
|
+
"import": "./Provisions.js",
|
|
202
|
+
"default": "./Provisions.js"
|
|
203
|
+
},
|
|
204
|
+
"./ProxyTaskArgs": {
|
|
205
|
+
"import": "./ProxyTaskArgs.js",
|
|
206
|
+
"default": "./ProxyTaskArgs.js"
|
|
207
|
+
},
|
|
208
|
+
"./ProxyTemplateArgs": {
|
|
209
|
+
"import": "./ProxyTemplateArgs.js",
|
|
210
|
+
"default": "./ProxyTemplateArgs.js"
|
|
211
|
+
},
|
|
212
|
+
"./PublicKeyHash": {
|
|
213
|
+
"import": "./PublicKeyHash.js",
|
|
214
|
+
"default": "./PublicKeyHash.js"
|
|
215
|
+
},
|
|
216
|
+
"./RequestArgs": {
|
|
217
|
+
"import": "./RequestArgs.js",
|
|
218
|
+
"default": "./RequestArgs.js"
|
|
219
|
+
},
|
|
220
|
+
"./SandboxAccountConfig": {
|
|
221
|
+
"import": "./SandboxAccountConfig.js",
|
|
222
|
+
"default": "./SandboxAccountConfig.js"
|
|
223
|
+
},
|
|
224
|
+
"./SandboxConfig": {
|
|
225
|
+
"import": "./SandboxConfig.js",
|
|
226
|
+
"default": "./SandboxConfig.js"
|
|
227
|
+
},
|
|
228
|
+
"./SanitizedAbsPath": {
|
|
229
|
+
"import": "./SanitizedAbsPath.js",
|
|
230
|
+
"default": "./SanitizedAbsPath.js"
|
|
231
|
+
},
|
|
232
|
+
"./SanitizedArgs": {
|
|
233
|
+
"import": "./SanitizedArgs.js",
|
|
234
|
+
"default": "./SanitizedArgs.js"
|
|
235
|
+
},
|
|
236
|
+
"./SanitizedPath": {
|
|
237
|
+
"import": "./SanitizedPath.js",
|
|
238
|
+
"default": "./SanitizedPath.js"
|
|
239
|
+
},
|
|
240
|
+
"./ScaffoldConfig": {
|
|
241
|
+
"import": "./ScaffoldConfig.js",
|
|
242
|
+
"default": "./ScaffoldConfig.js"
|
|
243
|
+
},
|
|
244
|
+
"./Settings": {
|
|
245
|
+
"import": "./Settings.js",
|
|
246
|
+
"default": "./Settings.js"
|
|
247
|
+
},
|
|
248
|
+
"./SHA256": {
|
|
249
|
+
"import": "./SHA256.js",
|
|
250
|
+
"default": "./SHA256.js"
|
|
251
|
+
},
|
|
252
|
+
"./SingleChar": {
|
|
253
|
+
"import": "./SingleChar.js",
|
|
254
|
+
"default": "./SingleChar.js"
|
|
255
|
+
},
|
|
256
|
+
"./TaqError": {
|
|
257
|
+
"import": "./TaqError.js",
|
|
258
|
+
"default": "./TaqError.js"
|
|
259
|
+
},
|
|
260
|
+
"./taqueria-protocol-types": {
|
|
261
|
+
"import": "./taqueria-protocol-types.js",
|
|
262
|
+
"default": "./taqueria-protocol-types.js"
|
|
263
|
+
},
|
|
264
|
+
"./Task": {
|
|
265
|
+
"import": "./Task.js",
|
|
266
|
+
"default": "./Task.js"
|
|
267
|
+
},
|
|
268
|
+
"./Template": {
|
|
269
|
+
"import": "./Template.js",
|
|
270
|
+
"default": "./Template.js"
|
|
271
|
+
},
|
|
272
|
+
"./Timestamp": {
|
|
273
|
+
"import": "./Timestamp.js",
|
|
274
|
+
"default": "./Timestamp.js"
|
|
275
|
+
},
|
|
276
|
+
"./types-config-files": {
|
|
277
|
+
"import": "./types-config-files.js",
|
|
278
|
+
"default": "./types-config-files.js"
|
|
279
|
+
},
|
|
280
|
+
"./types": {
|
|
281
|
+
"import": "./types.js",
|
|
282
|
+
"default": "./types.js"
|
|
283
|
+
},
|
|
284
|
+
"./Tz": {
|
|
285
|
+
"import": "./Tz.js",
|
|
286
|
+
"default": "./Tz.js"
|
|
287
|
+
},
|
|
288
|
+
"./tzkt-config": {
|
|
289
|
+
"import": "./tzkt-config.js",
|
|
290
|
+
"default": "./tzkt-config.js"
|
|
291
|
+
},
|
|
292
|
+
"./Url": {
|
|
293
|
+
"import": "./Url.js",
|
|
294
|
+
"default": "./Url.js"
|
|
295
|
+
},
|
|
296
|
+
"./Verb": {
|
|
297
|
+
"import": "./Verb.js",
|
|
298
|
+
"default": "./Verb.js"
|
|
299
|
+
},
|
|
300
|
+
"./VersionNumber": {
|
|
301
|
+
"import": "./VersionNumber.js",
|
|
302
|
+
"default": "./VersionNumber.js"
|
|
43
303
|
},
|
|
44
304
|
"./out/**/*": {
|
|
45
305
|
"import": "./*.js",
|