@floegence/redevplugin-contracts 0.7.20 → 0.7.21

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
@@ -162,7 +162,7 @@ export declare const contractRegistry: {
162
162
  readonly id: "plugin-platform-openapi";
163
163
  readonly path: "spec/openapi/plugin-platform-v15.yaml";
164
164
  readonly version: "plugin-platform-v15";
165
- readonly sha256: "dc0bbc718a72ea60a3630f72331723618bddef819787d39e20fb2782565ce12b";
165
+ readonly sha256: "5af8951d14a3bd98e32076c10f5eef4bde3aeba7bcbdabd491adce7bc158aa76";
166
166
  }, {
167
167
  readonly id: "presentation-icon-evidence-schema";
168
168
  readonly path: "spec/plugin/presentation-icon-evidence-v1.schema.json";
@@ -322,45 +322,45 @@ export declare const contractRegistry: {
322
322
  };
323
323
  export declare const packageSet: {
324
324
  readonly schema_version: "redevplugin.platform_package_set.v1";
325
- readonly platform_version: "0.7.20";
325
+ readonly platform_version: "0.7.21";
326
326
  readonly go_module: {
327
327
  readonly module: "github.com/floegence/redevplugin";
328
- readonly version: "v0.7.20";
328
+ readonly version: "v0.7.21";
329
329
  };
330
330
  readonly npm_packages: readonly [{
331
331
  readonly name: "@floegence/redevplugin-contracts";
332
- readonly version: "0.7.20";
332
+ readonly version: "0.7.21";
333
333
  }, {
334
334
  readonly name: "@floegence/redevplugin-ui";
335
- readonly version: "0.7.20";
335
+ readonly version: "0.7.21";
336
336
  }];
337
337
  readonly rust_crates: readonly [{
338
338
  readonly name: "redevplugin-contracts";
339
- readonly version: "0.7.20";
339
+ readonly version: "0.7.21";
340
340
  readonly role: "contracts";
341
341
  }, {
342
342
  readonly name: "redevplugin-ipc";
343
- readonly version: "0.7.20";
343
+ readonly version: "0.7.21";
344
344
  readonly role: "ipc";
345
345
  }, {
346
346
  readonly name: "redevplugin-wasm-abi";
347
- readonly version: "0.7.20";
347
+ readonly version: "0.7.21";
348
348
  readonly role: "wasm_abi";
349
349
  }, {
350
350
  readonly name: "redevplugin-target-classifier";
351
- readonly version: "0.7.20";
351
+ readonly version: "0.7.21";
352
352
  readonly role: "target_classifier";
353
353
  }, {
354
354
  readonly name: "redevplugin-worker-sdk";
355
- readonly version: "0.7.20";
355
+ readonly version: "0.7.21";
356
356
  readonly role: "worker_sdk";
357
357
  }, {
358
358
  readonly name: "redevplugin-runtime";
359
- readonly version: "0.7.20";
359
+ readonly version: "0.7.21";
360
360
  readonly role: "runtime";
361
361
  }];
362
362
  readonly contract_registry_version: "contract-registry-v2";
363
- readonly contract_set_sha256: "8ee220c1ed50df3ebafa6f52ec2ba0342c0b09b88fe4db84c583ce1eca7a9ab8";
363
+ readonly contract_set_sha256: "54c23dbe91491d1c6fb7d0f2ef727a207d407b59894ba4c5211afd000f99ec70";
364
364
  };
365
- export declare const contractSetSHA256: "8ee220c1ed50df3ebafa6f52ec2ba0342c0b09b88fe4db84c583ce1eca7a9ab8";
365
+ export declare const contractSetSHA256: "54c23dbe91491d1c6fb7d0f2ef727a207d407b59894ba4c5211afd000f99ec70";
366
366
  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.20",
3
+ "version": "0.7.21",
4
4
  "description": "Embedded ReDevPlugin machine contracts and canonical release-signing APIs",
5
5
  "license": "MIT",
6
6
  "type": "module",