looprun 0.6.0 → 0.6.1
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.
- package/package.json +5 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "looprun",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "looprun — a governance layer for LLM agents on top of agent frameworks (Mastra first). AgentSpec (the map) + deterministic typed guards (the safety kit) + redrive/honest-abstain (the GPS) + a generator skill. `import { LoopRunAgent } from 'looprun/mastra'`.",
|
|
6
6
|
"keywords": [
|
|
@@ -58,10 +58,10 @@
|
|
|
58
58
|
"node": ">=22"
|
|
59
59
|
},
|
|
60
60
|
"dependencies": {
|
|
61
|
-
"@looprun-ai/core": "^0.6.
|
|
62
|
-
"@looprun-ai/
|
|
63
|
-
"@looprun-ai/mastra": "^0.6.
|
|
64
|
-
"@looprun-ai/
|
|
61
|
+
"@looprun-ai/core": "^0.6.1",
|
|
62
|
+
"@looprun-ai/models": "^0.6.1",
|
|
63
|
+
"@looprun-ai/mastra": "^0.6.1",
|
|
64
|
+
"@looprun-ai/vercel": "^0.6.1"
|
|
65
65
|
},
|
|
66
66
|
"peerDependencies": {
|
|
67
67
|
"@mastra/core": "^1.42.0",
|