@substrat-run/engine-protocol 0.9.3 → 0.9.5

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.
@@ -29,9 +29,9 @@ import { z } from 'zod';
29
29
  * verbatim because it is append-only, and are not described here.
30
30
  */
31
31
  export declare const protocolEntities: {
32
- protocol: {
33
- table: string;
34
- fields: z.ZodObject<{
32
+ readonly protocol: {
33
+ readonly table: "protocol_instances";
34
+ readonly fields: z.ZodObject<{
35
35
  id: z.ZodString;
36
36
  template_key: z.ZodString;
37
37
  template_version: z.ZodNumber;
@@ -1 +1 @@
1
- {"version":3,"file":"entities.d.ts","sourceRoot":"","sources":["../src/entities.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4BG;AACH,eAAO,MAAM,gBAAgB;;QAOzB,KAAK;QACL,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;CAkCR,CAAC;AAEH;;;GAGG;AACH,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;iBAAmC,CAAC"}
1
+ {"version":3,"file":"entities.d.ts","sourceRoot":"","sources":["../src/entities.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4BG;AACH,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA0C3B,CAAC;AAEH;;;GAGG;AACH,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;iBAAmC,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@substrat-run/engine-protocol",
3
- "version": "0.9.3",
3
+ "version": "0.9.5",
4
4
  "description": "Substrat engine: protocols, checklists and signed documents with the freeze → immutable invariant — versioned templates, append-only responses, verifiable content hash, counter-signatures on frozen content, and asynchronous multi-party signatures by external (non-principal) signatories",
5
5
  "license": "AGPL-3.0-only",
6
6
  "repository": {
@@ -25,17 +25,17 @@
25
25
  "access": "public"
26
26
  },
27
27
  "dependencies": {
28
- "@substrat-run/contracts": "^0.76.0",
29
- "@substrat-run/kernel": "^0.76.0"
28
+ "@substrat-run/contracts": "^0.78.0",
29
+ "@substrat-run/kernel": "^0.78.0"
30
30
  },
31
31
  "devDependencies": {
32
32
  "typescript": "^7.0.0",
33
33
  "vitest": "^3.2.7",
34
34
  "zod": "^4.4.3",
35
- "@substrat-run/contract-tests": "^0.76.0",
36
- "@substrat-run/engine-test-kit": "^0.3.3",
37
- "@substrat-run/model-emit": "0.3.3",
38
- "@substrat-run/adapter-sqlite": "^0.76.0"
35
+ "@substrat-run/adapter-sqlite": "^0.78.0",
36
+ "@substrat-run/engine-test-kit": "^0.3.5",
37
+ "@substrat-run/contract-tests": "^0.78.0",
38
+ "@substrat-run/model-emit": "0.4.1"
39
39
  },
40
40
  "peerDependencies": {
41
41
  "zod": "^4.4.0"