@floegence/redevplugin-contracts 2.0.9 → 2.0.10

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
@@ -127,7 +127,7 @@ export declare const contractRegistry: {
127
127
  readonly id: "plugin-platform-openapi";
128
128
  readonly path: "spec/openapi/plugin-platform-v17.yaml";
129
129
  readonly version: "plugin-platform-v17";
130
- readonly sha256: "1a043991f4d87ddfabdf614364e1bec42400f4bc19b7856c4c774b9f282fcda3";
130
+ readonly sha256: "7c3f82c13737ad04882a1dd6ca4577f13f9a2249135c647c859e8c77059db131";
131
131
  }, {
132
132
  readonly id: "presentation-icon-evidence-schema";
133
133
  readonly path: "spec/plugin/presentation-icon-evidence-v1.schema.json";
@@ -247,29 +247,29 @@ export declare const contractRegistry: {
247
247
  };
248
248
  export declare const packageSet: {
249
249
  readonly schema_version: "redevplugin.platform_package_set.v3";
250
- readonly platform_version: "2.0.9";
250
+ readonly platform_version: "2.0.10";
251
251
  readonly go_module: {
252
252
  readonly module: "github.com/floegence/redevplugin/v2";
253
- readonly version: "v2.0.9";
253
+ readonly version: "v2.0.10";
254
254
  };
255
255
  readonly npm_packages: readonly [{
256
256
  readonly name: "@floegence/redevplugin-contracts";
257
- readonly version: "2.0.9";
257
+ readonly version: "2.0.10";
258
258
  }, {
259
259
  readonly name: "@floegence/redevplugin-ui";
260
- readonly version: "2.0.9";
260
+ readonly version: "2.0.10";
261
261
  }];
262
262
  readonly rust_crates: readonly [{
263
263
  readonly name: "redevplugin-runtime";
264
- readonly version: "2.0.9";
264
+ readonly version: "2.0.10";
265
265
  readonly role: "runtime";
266
266
  }, {
267
267
  readonly name: "redevplugin-worker-sdk";
268
- readonly version: "2.0.9";
268
+ readonly version: "2.0.10";
269
269
  readonly role: "worker_sdk";
270
270
  }];
271
271
  readonly contract_registry_version: "contract-registry-v2";
272
- readonly contract_set_sha256: "6b827020d10807e11de804167fd584eb49de5296a2c254f6a1d89a80539b0802";
272
+ readonly contract_set_sha256: "f6cc158815ec2df3499681caf38b3b3bad8deea291ffffae6558fc1f5474d709";
273
273
  };
274
- export declare const contractSetSHA256: "6b827020d10807e11de804167fd584eb49de5296a2c254f6a1d89a80539b0802";
274
+ export declare const contractSetSHA256: "f6cc158815ec2df3499681caf38b3b3bad8deea291ffffae6558fc1f5474d709";
275
275
  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": "2.0.9",
3
+ "version": "2.0.10",
4
4
  "description": "Embedded ReDevPlugin machine contracts and canonical release-signing APIs",
5
5
  "license": "MIT",
6
6
  "type": "module",