rulvar 1.5.2 → 1.7.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/README.md +2 -2
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
- # rulvar (pointer package)
1
+ # Rulvar (pointer package)
2
2
 
3
- rulvar is an embeddable TypeScript engine for multi-agent LLM workflows:
3
+ Rulvar is an embeddable TypeScript engine for multi-agent LLM workflows:
4
4
  durable (a completed LLM call is never paid for twice), budget-bounded
5
5
  (immutable per-run dollar ceilings), vendor-neutral (Anthropic, OpenAI,
6
6
  OpenAI-compatible endpoints, and a Vercel AI SDK bridge), observable, and
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "rulvar",
3
- "version": "1.5.2",
4
- "description": "Pointer to the rulvar umbrella package: install @rulvar/rulvar (or this alias, which re-exports it). An embeddable TypeScript engine for durable, budget-bounded, testable multi-agent LLM workflows.",
3
+ "version": "1.7.0",
4
+ "description": "Pointer to the Rulvar umbrella package: install @rulvar/rulvar (or this alias, which re-exports it). An embeddable TypeScript engine for durable, budget-bounded, testable multi-agent LLM workflows.",
5
5
  "type": "module",
6
6
  "license": "Apache-2.0",
7
7
  "engines": {
@@ -20,7 +20,7 @@
20
20
  ],
21
21
  "sideEffects": false,
22
22
  "dependencies": {
23
- "@rulvar/rulvar": "^1.5.2"
23
+ "@rulvar/rulvar": "^1.7.0"
24
24
  },
25
25
  "repository": {
26
26
  "type": "git",