@floegence/redevplugin-contracts 0.7.3 → 0.7.4

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/index.d.ts CHANGED
@@ -20,9 +20,9 @@ export declare const contractRegistry: {
20
20
  readonly registry_version: "contract-registry-v2";
21
21
  readonly artifacts: readonly [{
22
22
  readonly id: "compatibility-manifest-schema";
23
- readonly path: "spec/plugin/compatibility-manifest-v15.schema.json";
24
- readonly version: "compatibility-manifest-v15";
25
- readonly sha256: "921beeaff20abd3f67d73bd695f27459f453b014730cefb22864c015837c239a";
23
+ readonly path: "spec/plugin/compatibility-manifest-v16.schema.json";
24
+ readonly version: "compatibility-manifest-v16";
25
+ readonly sha256: "7b23f42780960019e34d76f75f2f08aa45e36c29f00d946e89f6fed90789fd65";
26
26
  }, {
27
27
  readonly id: "contract-registry-schema";
28
28
  readonly path: "spec/plugin/contract-registry-v2.schema.json";
@@ -160,9 +160,9 @@ export declare const contractRegistry: {
160
160
  readonly sha256: "4d9979f5205ec047895b64c995312c588d998bb1c1448f6c9c559f1b7ab0d796";
161
161
  }, {
162
162
  readonly id: "plugin-platform-openapi";
163
- readonly path: "spec/openapi/plugin-platform-v13.yaml";
164
- readonly version: "plugin-platform-v13";
165
- readonly sha256: "e0b0c3a2aede94b80e32fb84adf5f88d867c6e9958565c106e60ad5a2ae36f5e";
163
+ readonly path: "spec/openapi/plugin-platform-v14.yaml";
164
+ readonly version: "plugin-platform-v14";
165
+ readonly sha256: "36456f4345a004e7de9adba47d90dcafaa58936c48abf763c6587c7013c39ab1";
166
166
  }, {
167
167
  readonly id: "presentation-locale-fixture";
168
168
  readonly path: "spec/plugin/presentation-locale-fixtures-v1.json";
@@ -317,45 +317,45 @@ export declare const contractRegistry: {
317
317
  };
318
318
  export declare const packageSet: {
319
319
  readonly schema_version: "redevplugin.platform_package_set.v1";
320
- readonly platform_version: "0.7.3";
320
+ readonly platform_version: "0.7.4";
321
321
  readonly go_module: {
322
322
  readonly module: "github.com/floegence/redevplugin";
323
- readonly version: "v0.7.3";
323
+ readonly version: "v0.7.4";
324
324
  };
325
325
  readonly npm_packages: readonly [{
326
326
  readonly name: "@floegence/redevplugin-contracts";
327
- readonly version: "0.7.3";
327
+ readonly version: "0.7.4";
328
328
  }, {
329
329
  readonly name: "@floegence/redevplugin-ui";
330
- readonly version: "0.7.3";
330
+ readonly version: "0.7.4";
331
331
  }];
332
332
  readonly rust_crates: readonly [{
333
333
  readonly name: "redevplugin-contracts";
334
- readonly version: "0.7.3";
334
+ readonly version: "0.7.4";
335
335
  readonly role: "contracts";
336
336
  }, {
337
337
  readonly name: "redevplugin-ipc";
338
- readonly version: "0.7.3";
338
+ readonly version: "0.7.4";
339
339
  readonly role: "ipc";
340
340
  }, {
341
341
  readonly name: "redevplugin-wasm-abi";
342
- readonly version: "0.7.3";
342
+ readonly version: "0.7.4";
343
343
  readonly role: "wasm_abi";
344
344
  }, {
345
345
  readonly name: "redevplugin-target-classifier";
346
- readonly version: "0.7.3";
346
+ readonly version: "0.7.4";
347
347
  readonly role: "target_classifier";
348
348
  }, {
349
349
  readonly name: "redevplugin-worker-sdk";
350
- readonly version: "0.7.3";
350
+ readonly version: "0.7.4";
351
351
  readonly role: "worker_sdk";
352
352
  }, {
353
353
  readonly name: "redevplugin-runtime";
354
- readonly version: "0.7.3";
354
+ readonly version: "0.7.4";
355
355
  readonly role: "runtime";
356
356
  }];
357
357
  readonly contract_registry_version: "contract-registry-v2";
358
- readonly contract_set_sha256: "ba19b4252fedf64be30d6985a24679a7d45884842dc04eee452f0d9d15842941";
358
+ readonly contract_set_sha256: "b609cf93db18865bd5245ca56793b86e7054d02e909aeb93e207adc856c56104";
359
359
  };
360
- export declare const contractSetSHA256: "ba19b4252fedf64be30d6985a24679a7d45884842dc04eee452f0d9d15842941";
360
+ export declare const contractSetSHA256: "b609cf93db18865bd5245ca56793b86e7054d02e909aeb93e207adc856c56104";
361
361
  export declare function getContract(id: ContractID): Contract;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@floegence/redevplugin-contracts",
3
- "version": "0.7.3",
3
+ "version": "0.7.4",
4
4
  "description": "Embedded ReDevPlugin machine contracts and canonical release-signing APIs",
5
5
  "license": "MIT",
6
6
  "type": "module",