@floegence/redevplugin-contracts 0.0.0-dev → 0.6.6

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/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2026 Floegence
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
package/README.md ADDED
@@ -0,0 +1,11 @@
1
+ # @floegence/redevplugin-contracts
2
+
3
+ This opt-in package exposes the immutable ReDevPlugin machine-contract registry,
4
+ contract bodies, hashes, and platform package set. It also provides typed,
5
+ domain-separated canonical release-signing DTOs, preimage builders, strict
6
+ decoders, detached signing-ledger evidence DTOs, and browser-compatible
7
+ verifier adapters.
8
+
9
+ Ordinary ReDevPlugin UI imports do not load the raw contract bodies. Host
10
+ products choose their own trusted keys and policy; this package owns only the
11
+ host-neutral wire, canonicalization, and signature-verification request shape.
@@ -552,41 +552,41 @@ export declare const generatedContractRegistry: {
552
552
  };
553
553
  export declare const generatedPackageSet: {
554
554
  readonly schema_version: "redevplugin.platform_package_set.v1";
555
- readonly platform_version: "0.6.5";
555
+ readonly platform_version: "0.6.6";
556
556
  readonly go_module: {
557
557
  readonly module: "github.com/floegence/redevplugin";
558
- readonly version: "v0.6.5";
558
+ readonly version: "v0.6.6";
559
559
  };
560
560
  readonly npm_packages: readonly [{
561
561
  readonly name: "@floegence/redevplugin-contracts";
562
- readonly version: "0.6.5";
562
+ readonly version: "0.6.6";
563
563
  }, {
564
564
  readonly name: "@floegence/redevplugin-ui";
565
- readonly version: "0.6.5";
565
+ readonly version: "0.6.6";
566
566
  }];
567
567
  readonly rust_crates: readonly [{
568
568
  readonly name: "redevplugin-contracts";
569
- readonly version: "0.6.5";
569
+ readonly version: "0.6.6";
570
570
  readonly role: "contracts";
571
571
  }, {
572
572
  readonly name: "redevplugin-ipc";
573
- readonly version: "0.6.5";
573
+ readonly version: "0.6.6";
574
574
  readonly role: "ipc";
575
575
  }, {
576
576
  readonly name: "redevplugin-wasm-abi";
577
- readonly version: "0.6.5";
577
+ readonly version: "0.6.6";
578
578
  readonly role: "wasm_abi";
579
579
  }, {
580
580
  readonly name: "redevplugin-target-classifier";
581
- readonly version: "0.6.5";
581
+ readonly version: "0.6.6";
582
582
  readonly role: "target_classifier";
583
583
  }, {
584
584
  readonly name: "redevplugin-worker-sdk";
585
- readonly version: "0.6.5";
585
+ readonly version: "0.6.6";
586
586
  readonly role: "worker_sdk";
587
587
  }, {
588
588
  readonly name: "redevplugin-runtime";
589
- readonly version: "0.6.5";
589
+ readonly version: "0.6.6";
590
590
  readonly role: "runtime";
591
591
  }];
592
592
  readonly contract_registry_version: "contract-registry-v2";
@@ -653,50 +653,50 @@ export const generatedContractRegistry = {
653
653
  };
654
654
  export const generatedPackageSet = {
655
655
  "schema_version": "redevplugin.platform_package_set.v1",
656
- "platform_version": "0.6.5",
656
+ "platform_version": "0.6.6",
657
657
  "go_module": {
658
658
  "module": "github.com/floegence/redevplugin",
659
- "version": "v0.6.5"
659
+ "version": "v0.6.6"
660
660
  },
661
661
  "npm_packages": [
662
662
  {
663
663
  "name": "@floegence/redevplugin-contracts",
664
- "version": "0.6.5"
664
+ "version": "0.6.6"
665
665
  },
666
666
  {
667
667
  "name": "@floegence/redevplugin-ui",
668
- "version": "0.6.5"
668
+ "version": "0.6.6"
669
669
  }
670
670
  ],
671
671
  "rust_crates": [
672
672
  {
673
673
  "name": "redevplugin-contracts",
674
- "version": "0.6.5",
674
+ "version": "0.6.6",
675
675
  "role": "contracts"
676
676
  },
677
677
  {
678
678
  "name": "redevplugin-ipc",
679
- "version": "0.6.5",
679
+ "version": "0.6.6",
680
680
  "role": "ipc"
681
681
  },
682
682
  {
683
683
  "name": "redevplugin-wasm-abi",
684
- "version": "0.6.5",
684
+ "version": "0.6.6",
685
685
  "role": "wasm_abi"
686
686
  },
687
687
  {
688
688
  "name": "redevplugin-target-classifier",
689
- "version": "0.6.5",
689
+ "version": "0.6.6",
690
690
  "role": "target_classifier"
691
691
  },
692
692
  {
693
693
  "name": "redevplugin-worker-sdk",
694
- "version": "0.6.5",
694
+ "version": "0.6.6",
695
695
  "role": "worker_sdk"
696
696
  },
697
697
  {
698
698
  "name": "redevplugin-runtime",
699
- "version": "0.6.5",
699
+ "version": "0.6.6",
700
700
  "role": "runtime"
701
701
  }
702
702
  ],
package/dist/index.d.ts CHANGED
@@ -266,41 +266,41 @@ export declare const contractRegistry: {
266
266
  };
267
267
  export declare const packageSet: {
268
268
  readonly schema_version: "redevplugin.platform_package_set.v1";
269
- readonly platform_version: "0.6.5";
269
+ readonly platform_version: "0.6.6";
270
270
  readonly go_module: {
271
271
  readonly module: "github.com/floegence/redevplugin";
272
- readonly version: "v0.6.5";
272
+ readonly version: "v0.6.6";
273
273
  };
274
274
  readonly npm_packages: readonly [{
275
275
  readonly name: "@floegence/redevplugin-contracts";
276
- readonly version: "0.6.5";
276
+ readonly version: "0.6.6";
277
277
  }, {
278
278
  readonly name: "@floegence/redevplugin-ui";
279
- readonly version: "0.6.5";
279
+ readonly version: "0.6.6";
280
280
  }];
281
281
  readonly rust_crates: readonly [{
282
282
  readonly name: "redevplugin-contracts";
283
- readonly version: "0.6.5";
283
+ readonly version: "0.6.6";
284
284
  readonly role: "contracts";
285
285
  }, {
286
286
  readonly name: "redevplugin-ipc";
287
- readonly version: "0.6.5";
287
+ readonly version: "0.6.6";
288
288
  readonly role: "ipc";
289
289
  }, {
290
290
  readonly name: "redevplugin-wasm-abi";
291
- readonly version: "0.6.5";
291
+ readonly version: "0.6.6";
292
292
  readonly role: "wasm_abi";
293
293
  }, {
294
294
  readonly name: "redevplugin-target-classifier";
295
- readonly version: "0.6.5";
295
+ readonly version: "0.6.6";
296
296
  readonly role: "target_classifier";
297
297
  }, {
298
298
  readonly name: "redevplugin-worker-sdk";
299
- readonly version: "0.6.5";
299
+ readonly version: "0.6.6";
300
300
  readonly role: "worker_sdk";
301
301
  }, {
302
302
  readonly name: "redevplugin-runtime";
303
- readonly version: "0.6.5";
303
+ readonly version: "0.6.6";
304
304
  readonly role: "runtime";
305
305
  }];
306
306
  readonly contract_registry_version: "contract-registry-v2";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@floegence/redevplugin-contracts",
3
- "version": "0.0.0-dev",
3
+ "version": "0.6.6",
4
4
  "description": "Embedded ReDevPlugin machine contracts and canonical release-signing APIs",
5
5
  "license": "MIT",
6
6
  "type": "module",