@floegence/redevplugin-contracts 1.1.2 → 1.1.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-v18.schema.json";
24
- readonly version: "compatibility-manifest-v18";
25
- readonly sha256: "48889bd7ddd936b9757a56b1b154244abc6904bd8e55e177e80ae4509d15ce06";
23
+ readonly path: "spec/plugin/compatibility-manifest-v19.schema.json";
24
+ readonly version: "compatibility-manifest-v19";
25
+ readonly sha256: "c871e24cb88386dbddaae0bd37bcc9177e54b3c02fb957de4b46ddb329d8bb5b";
26
26
  }, {
27
27
  readonly id: "contract-registry-schema";
28
28
  readonly path: "spec/plugin/contract-registry-v2.schema.json";
@@ -125,9 +125,9 @@ export declare const contractRegistry: {
125
125
  readonly sha256: "2ac6e9a520e21a3294bec0059e0fabb6ee5d285fe6efe08a6bb6cbf2c7aea2bb";
126
126
  }, {
127
127
  readonly id: "plugin-platform-openapi";
128
- readonly path: "spec/openapi/plugin-platform-v15.yaml";
129
- readonly version: "plugin-platform-v15";
130
- readonly sha256: "2e52294ca38c568df62297b2092f0dea91288c3692903760bf8504821e1809e1";
128
+ readonly path: "spec/openapi/plugin-platform-v16.yaml";
129
+ readonly version: "plugin-platform-v16";
130
+ readonly sha256: "a85c284d1a6d677039bf9ec59e5bf80e93bc707d6ea7b1a7a967bf9daacdd5c0";
131
131
  }, {
132
132
  readonly id: "presentation-icon-evidence-schema";
133
133
  readonly path: "spec/plugin/presentation-icon-evidence-v1.schema.json";
@@ -242,29 +242,29 @@ export declare const contractRegistry: {
242
242
  };
243
243
  export declare const packageSet: {
244
244
  readonly schema_version: "redevplugin.platform_package_set.v3";
245
- readonly platform_version: "1.1.2";
245
+ readonly platform_version: "1.1.4";
246
246
  readonly go_module: {
247
247
  readonly module: "github.com/floegence/redevplugin";
248
- readonly version: "v1.1.2";
248
+ readonly version: "v1.1.4";
249
249
  };
250
250
  readonly npm_packages: readonly [{
251
251
  readonly name: "@floegence/redevplugin-contracts";
252
- readonly version: "1.1.2";
252
+ readonly version: "1.1.4";
253
253
  }, {
254
254
  readonly name: "@floegence/redevplugin-ui";
255
- readonly version: "1.1.2";
255
+ readonly version: "1.1.4";
256
256
  }];
257
257
  readonly rust_crates: readonly [{
258
258
  readonly name: "redevplugin-runtime";
259
- readonly version: "1.1.2";
259
+ readonly version: "1.1.4";
260
260
  readonly role: "runtime";
261
261
  }, {
262
262
  readonly name: "redevplugin-worker-sdk";
263
- readonly version: "1.1.2";
263
+ readonly version: "1.1.4";
264
264
  readonly role: "worker_sdk";
265
265
  }];
266
266
  readonly contract_registry_version: "contract-registry-v2";
267
- readonly contract_set_sha256: "66902d15b794f9f5c49299c1112d0648394df66f417a78254a91d1b999f43a0a";
267
+ readonly contract_set_sha256: "a17fd29f24bf6742e50657103830f4040725a64482a17b03146c376667d4e95e";
268
268
  };
269
- export declare const contractSetSHA256: "66902d15b794f9f5c49299c1112d0648394df66f417a78254a91d1b999f43a0a";
269
+ export declare const contractSetSHA256: "a17fd29f24bf6742e50657103830f4040725a64482a17b03146c376667d4e95e";
270
270
  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": "1.1.2",
3
+ "version": "1.1.4",
4
4
  "description": "Embedded ReDevPlugin machine contracts and canonical release-signing APIs",
5
5
  "license": "MIT",
6
6
  "type": "module",