@ziffer-io/types 0.2.0 → 0.2.2

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.
@@ -431,7 +431,7 @@ export interface AlertTargets {
431
431
  * alert class -> recipient identities. Keys are the classes PB-10 enumerates
432
432
  * (BUNDLE_INVALID, SIGNING_SUBSTRATE, RECEIPT_INVALID,
433
433
  * RECOMPUTATION_MISMATCH, ATTESTATION_INVALID, LEDGER_REPLAY,
434
- * SUITE_BELOW_FLOOR, DEFERRED_RELEASE, AUDIT_INTEGRITY,
434
+ * SUITE_BELOW_FLOOR, DEFERRED_RELEASE, FLOOD_CAP, AUDIT_INTEGRITY,
435
435
  * ATTESTATION_QUEUE_DEPTH, CONTEXT_STORE); the map is open here so that the
436
436
  * clause, not this file, owns the list, and the loader refuses a bundle in
437
437
  * which any of them is missing. Every value is a non-empty set: an empty
package/dist/generated.js CHANGED
@@ -1,6 +1,6 @@
1
1
  // @ziffer-io/types build-time copy — DO NOT EDIT.
2
2
  // Regenerated by packages/types/scripts/vendor-engine-types.mjs on every build.
3
- // source: packages/acp-types/src/generated.ts @ 7fd84dbe1a430e6deea4b241ebe1ba641103ffbe (the engine pin in Cargo.toml)
3
+ // source: packages/acp-types/src/generated.ts @ 0ce0567bec3ee9d8c2b58d8c26c1ec83c4782f72 (the engine pin in Cargo.toml)
4
4
  // @generated by tools/codegen.sh from spec/schemas/bundle/ — DO NOT EDIT.
5
5
  //
6
6
  // Regenerate with `./tools/codegen.sh`. `./tools/codegen.sh --check` asserts
@@ -1,6 +1,6 @@
1
1
  // @ziffer-io/types build-time copy — DO NOT EDIT.
2
2
  // Regenerated by packages/types/scripts/vendor-engine-types.mjs on every build.
3
- // source: packages/acp-types/src/generated_wire.ts @ 7fd84dbe1a430e6deea4b241ebe1ba641103ffbe (the engine pin in Cargo.toml)
3
+ // source: packages/acp-types/src/generated_wire.ts @ 0ce0567bec3ee9d8c2b58d8c26c1ec83c4782f72 (the engine pin in Cargo.toml)
4
4
  // @generated by tools/codegen.sh from spec/schemas/wire/ — DO NOT EDIT.
5
5
  //
6
6
  // Regenerate with `./tools/codegen.sh`. `./tools/codegen.sh --check` asserts
package/dist/index.js CHANGED
@@ -1,6 +1,6 @@
1
1
  // @ziffer-io/types build-time copy — DO NOT EDIT.
2
2
  // Regenerated by packages/types/scripts/vendor-engine-types.mjs on every build.
3
- // source: packages/acp-types/src/index.ts @ 7fd84dbe1a430e6deea4b241ebe1ba641103ffbe (the engine pin in Cargo.toml)
3
+ // source: packages/acp-types/src/index.ts @ 0ce0567bec3ee9d8c2b58d8c26c1ec83c4782f72 (the engine pin in Cargo.toml)
4
4
  /**
5
5
  * Wire types for ACP.
6
6
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ziffer-io/types",
3
- "version": "0.2.0",
3
+ "version": "0.2.2",
4
4
  "description": "TypeScript types for the ZIFFER wire format, generated from the public ZIFFER specification.",
5
5
  "keywords": [
6
6
  "ziffer",
@@ -40,7 +40,7 @@
40
40
  "access": "public"
41
41
  },
42
42
  "ziffer": {
43
- "enginePin": "7fd84dbe1a430e6deea4b241ebe1ba641103ffbe"
43
+ "enginePin": "0ce0567bec3ee9d8c2b58d8c26c1ec83c4782f72"
44
44
  },
45
45
  "devDependencies": {
46
46
  "typescript": "^5.9.2"