@floegence/redevplugin-contracts 0.7.12 → 0.7.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/index.d.ts CHANGED
@@ -163,6 +163,11 @@ export declare const contractRegistry: {
163
163
  readonly path: "spec/openapi/plugin-platform-v14.yaml";
164
164
  readonly version: "plugin-platform-v14";
165
165
  readonly sha256: "befc1c0423c05a66e65ad2ad79e8d097462ba01bac854962b67ef5f99a0ce4fa";
166
+ }, {
167
+ readonly id: "presentation-icon-evidence-schema";
168
+ readonly path: "spec/plugin/presentation-icon-evidence-v1.schema.json";
169
+ readonly version: "presentation-icon-evidence-v1";
170
+ readonly sha256: "0b302ff651bec9447637dd08b672d2371fcf383c5d9505e885955aa1b607ec15";
166
171
  }, {
167
172
  readonly id: "presentation-locale-fixture";
168
173
  readonly path: "spec/plugin/presentation-locale-fixtures-v1.json";
@@ -317,45 +322,45 @@ export declare const contractRegistry: {
317
322
  };
318
323
  export declare const packageSet: {
319
324
  readonly schema_version: "redevplugin.platform_package_set.v1";
320
- readonly platform_version: "0.7.12";
325
+ readonly platform_version: "0.7.13";
321
326
  readonly go_module: {
322
327
  readonly module: "github.com/floegence/redevplugin";
323
- readonly version: "v0.7.12";
328
+ readonly version: "v0.7.13";
324
329
  };
325
330
  readonly npm_packages: readonly [{
326
331
  readonly name: "@floegence/redevplugin-contracts";
327
- readonly version: "0.7.12";
332
+ readonly version: "0.7.13";
328
333
  }, {
329
334
  readonly name: "@floegence/redevplugin-ui";
330
- readonly version: "0.7.12";
335
+ readonly version: "0.7.13";
331
336
  }];
332
337
  readonly rust_crates: readonly [{
333
338
  readonly name: "redevplugin-contracts";
334
- readonly version: "0.7.12";
339
+ readonly version: "0.7.13";
335
340
  readonly role: "contracts";
336
341
  }, {
337
342
  readonly name: "redevplugin-ipc";
338
- readonly version: "0.7.12";
343
+ readonly version: "0.7.13";
339
344
  readonly role: "ipc";
340
345
  }, {
341
346
  readonly name: "redevplugin-wasm-abi";
342
- readonly version: "0.7.12";
347
+ readonly version: "0.7.13";
343
348
  readonly role: "wasm_abi";
344
349
  }, {
345
350
  readonly name: "redevplugin-target-classifier";
346
- readonly version: "0.7.12";
351
+ readonly version: "0.7.13";
347
352
  readonly role: "target_classifier";
348
353
  }, {
349
354
  readonly name: "redevplugin-worker-sdk";
350
- readonly version: "0.7.12";
355
+ readonly version: "0.7.13";
351
356
  readonly role: "worker_sdk";
352
357
  }, {
353
358
  readonly name: "redevplugin-runtime";
354
- readonly version: "0.7.12";
359
+ readonly version: "0.7.13";
355
360
  readonly role: "runtime";
356
361
  }];
357
362
  readonly contract_registry_version: "contract-registry-v2";
358
- readonly contract_set_sha256: "4a5cd0d5b947f8ea8a40a056e81d19471e80d596104ca6c12606b0ba9dd43076";
363
+ readonly contract_set_sha256: "385140a96af1bcce4f99e3f447db7219f30043ac99d320e2cf8e40787b0a57b3";
359
364
  };
360
- export declare const contractSetSHA256: "4a5cd0d5b947f8ea8a40a056e81d19471e80d596104ca6c12606b0ba9dd43076";
365
+ export declare const contractSetSHA256: "385140a96af1bcce4f99e3f447db7219f30043ac99d320e2cf8e40787b0a57b3";
361
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.12",
3
+ "version": "0.7.13",
4
4
  "description": "Embedded ReDevPlugin machine contracts and canonical release-signing APIs",
5
5
  "license": "MIT",
6
6
  "type": "module",