@floegence/redevplugin-contracts 0.6.8 → 0.6.13
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 +37 -37
- package/dist/contracts.gen.js +37 -37
- package/dist/index.d.ts +21 -21
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -21,7 +21,7 @@ export declare const contractRegistry: {
|
|
|
21
21
|
readonly id: "compatibility-manifest-schema";
|
|
22
22
|
readonly path: "spec/plugin/compatibility-manifest-v8.schema.json";
|
|
23
23
|
readonly version: "compatibility-manifest-v8";
|
|
24
|
-
readonly sha256: "
|
|
24
|
+
readonly sha256: "fe966f66e23a6d7558156608f269d08fbe57d8bca16514f1d095445cea697189";
|
|
25
25
|
}, {
|
|
26
26
|
readonly id: "contract-registry-schema";
|
|
27
27
|
readonly path: "spec/plugin/contract-registry-v2.schema.json";
|
|
@@ -86,7 +86,7 @@ export declare const contractRegistry: {
|
|
|
86
86
|
readonly id: "opaque-surface-transport-schema";
|
|
87
87
|
readonly path: "spec/plugin/opaque-surface-transport-v4.schema.json";
|
|
88
88
|
readonly version: "opaque-surface-transport-v4";
|
|
89
|
-
readonly sha256: "
|
|
89
|
+
readonly sha256: "004da73aba882cf8c2130af0c69d3eed4c710539f21287841bc2e7e870e60f8f";
|
|
90
90
|
}, {
|
|
91
91
|
readonly id: "owner-scope-inventory-registry";
|
|
92
92
|
readonly path: "spec/plugin/owner-scope-inventories-v1.json";
|
|
@@ -109,14 +109,14 @@ export declare const contractRegistry: {
|
|
|
109
109
|
readonly sha256: "13951c0f6831ba28647774368c76a817868aeb7984628e2cf3dc4ad1b54f8284";
|
|
110
110
|
}, {
|
|
111
111
|
readonly id: "performance-contract";
|
|
112
|
-
readonly path: "spec/plugin/performance-contract-
|
|
113
|
-
readonly version: "performance-contract-
|
|
114
|
-
readonly sha256: "
|
|
112
|
+
readonly path: "spec/plugin/performance-contract-v4.json";
|
|
113
|
+
readonly version: "performance-contract-v4";
|
|
114
|
+
readonly sha256: "aedc50ed8899346140965dc46e8adf2048c47bcf6c146c3b7a51646eda7725e1";
|
|
115
115
|
}, {
|
|
116
116
|
readonly id: "performance-evidence-schema";
|
|
117
|
-
readonly path: "spec/plugin/performance-evidence-
|
|
118
|
-
readonly version: "performance-evidence-
|
|
119
|
-
readonly sha256: "
|
|
117
|
+
readonly path: "spec/plugin/performance-evidence-v4.schema.json";
|
|
118
|
+
readonly version: "performance-evidence-v4";
|
|
119
|
+
readonly sha256: "f51ba9d425f0e40bc4f2db7ed26454e7575b14ffb6937a06dc01b8e7a66b3f61";
|
|
120
120
|
}, {
|
|
121
121
|
readonly id: "platform-package-publication-schema";
|
|
122
122
|
readonly path: "spec/plugin/platform-package-publication-v1.schema.json";
|
|
@@ -131,7 +131,7 @@ export declare const contractRegistry: {
|
|
|
131
131
|
readonly id: "plugin-platform-openapi";
|
|
132
132
|
readonly path: "spec/openapi/plugin-platform-v8.yaml";
|
|
133
133
|
readonly version: "plugin-platform-v8";
|
|
134
|
-
readonly sha256: "
|
|
134
|
+
readonly sha256: "94e0cc88cb5ad8e7773677617530028578859e0bf229a6b75997f24885eb36d2";
|
|
135
135
|
}, {
|
|
136
136
|
readonly id: "process-containment-schema";
|
|
137
137
|
readonly path: "spec/plugin/process-containment-v1.schema.json";
|
|
@@ -266,45 +266,45 @@ export declare const contractRegistry: {
|
|
|
266
266
|
};
|
|
267
267
|
export declare const packageSet: {
|
|
268
268
|
readonly schema_version: "redevplugin.platform_package_set.v1";
|
|
269
|
-
readonly platform_version: "0.6.
|
|
269
|
+
readonly platform_version: "0.6.13";
|
|
270
270
|
readonly go_module: {
|
|
271
271
|
readonly module: "github.com/floegence/redevplugin";
|
|
272
|
-
readonly version: "v0.6.
|
|
272
|
+
readonly version: "v0.6.13";
|
|
273
273
|
};
|
|
274
274
|
readonly npm_packages: readonly [{
|
|
275
275
|
readonly name: "@floegence/redevplugin-contracts";
|
|
276
|
-
readonly version: "0.6.
|
|
276
|
+
readonly version: "0.6.13";
|
|
277
277
|
}, {
|
|
278
278
|
readonly name: "@floegence/redevplugin-ui";
|
|
279
|
-
readonly version: "0.6.
|
|
279
|
+
readonly version: "0.6.13";
|
|
280
280
|
}];
|
|
281
281
|
readonly rust_crates: readonly [{
|
|
282
282
|
readonly name: "redevplugin-contracts";
|
|
283
|
-
readonly version: "0.6.
|
|
283
|
+
readonly version: "0.6.13";
|
|
284
284
|
readonly role: "contracts";
|
|
285
285
|
}, {
|
|
286
286
|
readonly name: "redevplugin-ipc";
|
|
287
|
-
readonly version: "0.6.
|
|
287
|
+
readonly version: "0.6.13";
|
|
288
288
|
readonly role: "ipc";
|
|
289
289
|
}, {
|
|
290
290
|
readonly name: "redevplugin-wasm-abi";
|
|
291
|
-
readonly version: "0.6.
|
|
291
|
+
readonly version: "0.6.13";
|
|
292
292
|
readonly role: "wasm_abi";
|
|
293
293
|
}, {
|
|
294
294
|
readonly name: "redevplugin-target-classifier";
|
|
295
|
-
readonly version: "0.6.
|
|
295
|
+
readonly version: "0.6.13";
|
|
296
296
|
readonly role: "target_classifier";
|
|
297
297
|
}, {
|
|
298
298
|
readonly name: "redevplugin-worker-sdk";
|
|
299
|
-
readonly version: "0.6.
|
|
299
|
+
readonly version: "0.6.13";
|
|
300
300
|
readonly role: "worker_sdk";
|
|
301
301
|
}, {
|
|
302
302
|
readonly name: "redevplugin-runtime";
|
|
303
|
-
readonly version: "0.6.
|
|
303
|
+
readonly version: "0.6.13";
|
|
304
304
|
readonly role: "runtime";
|
|
305
305
|
}];
|
|
306
306
|
readonly contract_registry_version: "contract-registry-v2";
|
|
307
|
-
readonly contract_set_sha256: "
|
|
307
|
+
readonly contract_set_sha256: "5b0efe6008b01fc44344eab05812b67345b819d7e45d6ffb16c7b218682f12f3";
|
|
308
308
|
};
|
|
309
|
-
export declare const contractSetSHA256: "
|
|
309
|
+
export declare const contractSetSHA256: "5b0efe6008b01fc44344eab05812b67345b819d7e45d6ffb16c7b218682f12f3";
|
|
310
310
|
export declare function getContract(id: ContractID): Contract;
|