@monotykamary/dsh-tool-session-mutations 0.1.2 → 0.1.5
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 +10 -10
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@monotykamary/dsh-tool-session-mutations",
|
|
3
3
|
"description": "Bounded model reader over durable file-mutation receipts in the current Session",
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.5",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
7
7
|
},
|
|
@@ -40,17 +40,17 @@
|
|
|
40
40
|
"@monotykamary/schemastery": "^3.18.1"
|
|
41
41
|
},
|
|
42
42
|
"peerDependencies": {
|
|
43
|
-
"@monotykamary/dsh-
|
|
44
|
-
"@monotykamary/
|
|
45
|
-
"@monotykamary/dsh-
|
|
46
|
-
"@monotykamary/
|
|
43
|
+
"@monotykamary/dsh-session": "^0.1.5",
|
|
44
|
+
"@monotykamary/cordis": "^4.0.1",
|
|
45
|
+
"@monotykamary/dsh-tools": "^0.1.5",
|
|
46
|
+
"@monotykamary/dsh-invariants": "^0.1.5"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
|
-
"@monotykamary/dsh-
|
|
50
|
-
"@monotykamary/dsh-
|
|
51
|
-
"@monotykamary/dsh-
|
|
52
|
-
"@monotykamary/dsh-
|
|
53
|
-
"@monotykamary/dsh-tools": "^0.1.
|
|
49
|
+
"@monotykamary/dsh-invariants": "^0.1.5",
|
|
50
|
+
"@monotykamary/dsh-system-prompt": "^0.1.5",
|
|
51
|
+
"@monotykamary/dsh-session": "^0.1.5",
|
|
52
|
+
"@monotykamary/dsh-llm": "^0.1.5",
|
|
53
|
+
"@monotykamary/dsh-tools": "^0.1.5",
|
|
54
54
|
"@monotykamary/cordis": "^4.0.1"
|
|
55
55
|
}
|
|
56
56
|
}
|