@rulvar/core 1.8.0 → 1.9.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.js +4 -0
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -11494,6 +11494,10 @@ function makeOrchestratorWorkflow(goal, opts) {
11494
11494
  field: "finalizeReserveUsd",
11495
11495
  frozenValue: frozen.finalizeReserveUsd,
11496
11496
  liveValue: liveFinalizeReserveUsd
11497
+ }] : [], ...frozen.pricingVersion !== void 0 && frozen.pricingVersion !== (internals.pricingVersion ?? "unpriced") ? [{
11498
+ field: "pricingVersion",
11499
+ frozenValue: frozen.pricingVersion,
11500
+ liveValue: internals.pricingVersion ?? "unpriced"
11497
11501
  }] : []);
11498
11502
  orchestratorAccount = callingState.scope === "" ? "orchestrator" : `${callingState.scope}/orchestrator`;
11499
11503
  internals.budget.openAccount(orchestratorAccount, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rulvar/core",
3
- "version": "1.8.0",
3
+ "version": "1.9.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",