@floegence/redevplugin-contracts 1.0.0 → 1.1.0

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,14 +20,14 @@ 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-v17.schema.json";
24
- readonly version: "compatibility-manifest-v17";
25
- readonly sha256: "bc426e034b86ef81f947cae6c2fee838d22913c0066f727acb509fa9cbc22ebd";
23
+ readonly path: "spec/plugin/compatibility-manifest-v18.schema.json";
24
+ readonly version: "compatibility-manifest-v18";
25
+ readonly sha256: "48889bd7ddd936b9757a56b1b154244abc6904bd8e55e177e80ae4509d15ce06";
26
26
  }, {
27
27
  readonly id: "contract-registry-schema";
28
28
  readonly path: "spec/plugin/contract-registry-v2.schema.json";
29
29
  readonly version: "contract-registry-v2";
30
- readonly sha256: "664a80c4cb8e6fc30a46be56d66b40eed8f0a894e7ceb469757bdffe93b4ee97";
30
+ readonly sha256: "92ffee62b7954eecdc1ce0cf364c1f719060a19aec5d997c1b1493362e941367";
31
31
  }, {
32
32
  readonly id: "error-codes-schema";
33
33
  readonly path: "spec/plugin/error-codes-v8.schema.json";
@@ -107,7 +107,7 @@ export declare const contractRegistry: {
107
107
  readonly id: "performance-contract";
108
108
  readonly path: "spec/plugin/performance-contract-v4.json";
109
109
  readonly version: "performance-contract-v4";
110
- readonly sha256: "c0c8b3362e6f5878c12dbd0a5766592425d4e69b50ca18c226b6f5851d2c627c";
110
+ readonly sha256: "75bd7955383cf77711c7df9b624d62b1eda3275ddc558500f206be4ea876f858";
111
111
  }, {
112
112
  readonly id: "performance-evidence-schema";
113
113
  readonly path: "spec/plugin/performance-evidence-v4.schema.json";
@@ -115,19 +115,19 @@ export declare const contractRegistry: {
115
115
  readonly sha256: "f51ba9d425f0e40bc4f2db7ed26454e7575b14ffb6937a06dc01b8e7a66b3f61";
116
116
  }, {
117
117
  readonly id: "platform-package-publication-schema";
118
- readonly path: "spec/plugin/platform-package-publication-v1.schema.json";
119
- readonly version: "platform-package-publication-v1";
120
- readonly sha256: "0f4b6788858c3165b6acc94aeab4f771825317f8b05d82d3d202c5848c3f8fdd";
118
+ readonly path: "spec/plugin/platform-package-publication-v2.schema.json";
119
+ readonly version: "platform-package-publication-v2";
120
+ readonly sha256: "f506ef7838757a05d5742fd3f223eb80cec99710972c517860cebd61c517012b";
121
121
  }, {
122
122
  readonly id: "platform-package-set-schema";
123
- readonly path: "spec/plugin/platform-package-set-v2.schema.json";
124
- readonly version: "platform-package-set-v2";
125
- readonly sha256: "ce46ba85443349481d7cf4b73fc70be716035c369e833aaaf2650710536f3ea8";
123
+ readonly path: "spec/plugin/platform-package-set-v3.schema.json";
124
+ readonly version: "platform-package-set-v3";
125
+ readonly sha256: "2ac6e9a520e21a3294bec0059e0fabb6ee5d285fe6efe08a6bb6cbf2c7aea2bb";
126
126
  }, {
127
127
  readonly id: "plugin-platform-openapi";
128
128
  readonly path: "spec/openapi/plugin-platform-v15.yaml";
129
129
  readonly version: "plugin-platform-v15";
130
- readonly sha256: "0c95cbb1352040a90acfd63109fb0e41ac452e36ab03a1c6645097d408344d48";
130
+ readonly sha256: "d89af4d7a1a17f6abc9f9a5c418e8f33a2e50daf8e6b64c8c37171213bf15218";
131
131
  }, {
132
132
  readonly id: "presentation-icon-evidence-schema";
133
133
  readonly path: "spec/plugin/presentation-icon-evidence-v1.schema.json";
@@ -241,42 +241,30 @@ export declare const contractRegistry: {
241
241
  }];
242
242
  };
243
243
  export declare const packageSet: {
244
- readonly schema_version: "redevplugin.platform_package_set.v2";
245
- readonly platform_version: "1.0.0";
244
+ readonly schema_version: "redevplugin.platform_package_set.v3";
245
+ readonly platform_version: "1.1.0";
246
246
  readonly go_module: {
247
247
  readonly module: "github.com/floegence/redevplugin";
248
- readonly version: "v1.0.0";
248
+ readonly version: "v1.1.0";
249
249
  };
250
250
  readonly npm_packages: readonly [{
251
251
  readonly name: "@floegence/redevplugin-contracts";
252
- readonly version: "1.0.0";
252
+ readonly version: "1.1.0";
253
253
  }, {
254
254
  readonly name: "@floegence/redevplugin-ui";
255
- readonly version: "1.0.0";
255
+ readonly version: "1.1.0";
256
256
  }];
257
257
  readonly rust_crates: readonly [{
258
- readonly name: "redevplugin-contracts";
259
- readonly version: "1.0.0";
260
- readonly role: "contracts";
261
- }, {
262
- readonly name: "redevplugin-ipc";
263
- readonly version: "1.0.0";
264
- readonly role: "ipc";
265
- }, {
266
- readonly name: "redevplugin-wasm-abi";
267
- readonly version: "1.0.0";
268
- readonly role: "wasm_abi";
258
+ readonly name: "redevplugin-runtime";
259
+ readonly version: "1.1.0";
260
+ readonly role: "runtime";
269
261
  }, {
270
262
  readonly name: "redevplugin-worker-sdk";
271
- readonly version: "1.0.0";
263
+ readonly version: "1.1.0";
272
264
  readonly role: "worker_sdk";
273
- }, {
274
- readonly name: "redevplugin-runtime";
275
- readonly version: "1.0.0";
276
- readonly role: "runtime";
277
265
  }];
278
266
  readonly contract_registry_version: "contract-registry-v2";
279
- readonly contract_set_sha256: "d504fb67e972c1d3dce7d5cbfe24cf198ed4a487a803ca8ea078cfe2925dbbe8";
267
+ readonly contract_set_sha256: "3e5471f74d39c69b02ad891144b14dd622463fecd21d9c079810c2b270102464";
280
268
  };
281
- export declare const contractSetSHA256: "d504fb67e972c1d3dce7d5cbfe24cf198ed4a487a803ca8ea078cfe2925dbbe8";
269
+ export declare const contractSetSHA256: "3e5471f74d39c69b02ad891144b14dd622463fecd21d9c079810c2b270102464";
282
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.0.0",
3
+ "version": "1.1.0",
4
4
  "description": "Embedded ReDevPlugin machine contracts and canonical release-signing APIs",
5
5
  "license": "MIT",
6
6
  "type": "module",