@rulvar/core 1.112.0 → 1.113.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.
Files changed (2) hide show
  1. package/dist/index.d.ts +9 -0
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -9700,6 +9700,15 @@ interface InvoicePricingProvenance {
9700
9700
  * bound.
9701
9701
  */
9702
9702
  pinnedThroughSeq?: number | undefined;
9703
+ /**
9704
+ * The version of the caller's CURRENT table (RV706): on `composed`
9705
+ * exports, the table that priced everything past `pinnedThroughSeq`;
9706
+ * on `current-table` exports, the whole fold's table. The pinned
9707
+ * segments each name their own version, and without this field the
9708
+ * composition's second half stayed anonymous. Absent when the
9709
+ * caller's table declares no version.
9710
+ */
9711
+ currentPricingVersion?: string | undefined;
9703
9712
  }
9704
9713
  /** The machine-readable invoice: rows plus the ledger totals. */
9705
9714
  interface InvoiceExport {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rulvar/core",
3
- "version": "1.112.0",
3
+ "version": "1.113.0",
4
4
  "description": "Rulvar core: L0 contracts, journal kernel, ctx primitives, agent runtime, model router, tool system, dynamic orchestrator, InMemory and JSONL stores, event stream.",
5
5
  "type": "module",
6
6
  "license": "Apache-2.0",