@floegence/redevplugin-contracts 0.6.16 → 0.6.17
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/dist/contracts.gen.d.ts +17 -17
- package/dist/contracts.gen.js +17 -17
- package/dist/index.d.ts +13 -13
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -136,7 +136,7 @@ export declare const contractRegistry: {
|
|
|
136
136
|
readonly id: "plugin-platform-openapi";
|
|
137
137
|
readonly path: "spec/openapi/plugin-platform-v8.yaml";
|
|
138
138
|
readonly version: "plugin-platform-v8";
|
|
139
|
-
readonly sha256: "
|
|
139
|
+
readonly sha256: "82d1539c3328af909091f29bf6bbdf6c76d7597424a366e94602a113e834e51d";
|
|
140
140
|
}, {
|
|
141
141
|
readonly id: "process-containment-schema";
|
|
142
142
|
readonly path: "spec/plugin/process-containment-v1.schema.json";
|
|
@@ -271,45 +271,45 @@ export declare const contractRegistry: {
|
|
|
271
271
|
};
|
|
272
272
|
export declare const packageSet: {
|
|
273
273
|
readonly schema_version: "redevplugin.platform_package_set.v1";
|
|
274
|
-
readonly platform_version: "0.6.
|
|
274
|
+
readonly platform_version: "0.6.17";
|
|
275
275
|
readonly go_module: {
|
|
276
276
|
readonly module: "github.com/floegence/redevplugin";
|
|
277
|
-
readonly version: "v0.6.
|
|
277
|
+
readonly version: "v0.6.17";
|
|
278
278
|
};
|
|
279
279
|
readonly npm_packages: readonly [{
|
|
280
280
|
readonly name: "@floegence/redevplugin-contracts";
|
|
281
|
-
readonly version: "0.6.
|
|
281
|
+
readonly version: "0.6.17";
|
|
282
282
|
}, {
|
|
283
283
|
readonly name: "@floegence/redevplugin-ui";
|
|
284
|
-
readonly version: "0.6.
|
|
284
|
+
readonly version: "0.6.17";
|
|
285
285
|
}];
|
|
286
286
|
readonly rust_crates: readonly [{
|
|
287
287
|
readonly name: "redevplugin-contracts";
|
|
288
|
-
readonly version: "0.6.
|
|
288
|
+
readonly version: "0.6.17";
|
|
289
289
|
readonly role: "contracts";
|
|
290
290
|
}, {
|
|
291
291
|
readonly name: "redevplugin-ipc";
|
|
292
|
-
readonly version: "0.6.
|
|
292
|
+
readonly version: "0.6.17";
|
|
293
293
|
readonly role: "ipc";
|
|
294
294
|
}, {
|
|
295
295
|
readonly name: "redevplugin-wasm-abi";
|
|
296
|
-
readonly version: "0.6.
|
|
296
|
+
readonly version: "0.6.17";
|
|
297
297
|
readonly role: "wasm_abi";
|
|
298
298
|
}, {
|
|
299
299
|
readonly name: "redevplugin-target-classifier";
|
|
300
|
-
readonly version: "0.6.
|
|
300
|
+
readonly version: "0.6.17";
|
|
301
301
|
readonly role: "target_classifier";
|
|
302
302
|
}, {
|
|
303
303
|
readonly name: "redevplugin-worker-sdk";
|
|
304
|
-
readonly version: "0.6.
|
|
304
|
+
readonly version: "0.6.17";
|
|
305
305
|
readonly role: "worker_sdk";
|
|
306
306
|
}, {
|
|
307
307
|
readonly name: "redevplugin-runtime";
|
|
308
|
-
readonly version: "0.6.
|
|
308
|
+
readonly version: "0.6.17";
|
|
309
309
|
readonly role: "runtime";
|
|
310
310
|
}];
|
|
311
311
|
readonly contract_registry_version: "contract-registry-v2";
|
|
312
|
-
readonly contract_set_sha256: "
|
|
312
|
+
readonly contract_set_sha256: "0e7b817e82efe0486152db3cef03524017650b1f7319880e1186c5a28078f39c";
|
|
313
313
|
};
|
|
314
|
-
export declare const contractSetSHA256: "
|
|
314
|
+
export declare const contractSetSHA256: "0e7b817e82efe0486152db3cef03524017650b1f7319880e1186c5a28078f39c";
|
|
315
315
|
export declare function getContract(id: ContractID): Contract;
|