@stackstackstack/dsh-fs-observation-policy 0.1.5 → 0.1.6
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 +6 -6
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stackstackstack/dsh-fs-observation-policy",
|
|
3
3
|
"description": "File-context policy plugin for the DeepSeek Harness — observed-state, read-before-edit, and version-guarded write/edit added over the ctx.fs provider seam through the fs/* event gate (no service API)",
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.6",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
7
7
|
},
|
|
@@ -32,14 +32,14 @@
|
|
|
32
32
|
],
|
|
33
33
|
"license": "MIT",
|
|
34
34
|
"peerDependencies": {
|
|
35
|
-
"@stackstackstack/dsh-fs": "^0.1.
|
|
36
|
-
"@stackstackstack/dsh-invariants": "^0.1.
|
|
35
|
+
"@stackstackstack/dsh-fs": "^0.1.6",
|
|
36
|
+
"@stackstackstack/dsh-invariants": "^0.1.6",
|
|
37
37
|
"@deepseek-ai/cordis": "^4.0.1"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
|
-
"@stackstackstack/dsh-
|
|
41
|
-
"@stackstackstack/dsh-
|
|
42
|
-
"@stackstackstack/dsh-llm": "^0.1.
|
|
40
|
+
"@stackstackstack/dsh-invariants": "^0.1.6",
|
|
41
|
+
"@stackstackstack/dsh-fs": "^0.1.6",
|
|
42
|
+
"@stackstackstack/dsh-llm": "^0.1.6",
|
|
43
43
|
"@deepseek-ai/cordis": "^4.0.1"
|
|
44
44
|
}
|
|
45
45
|
}
|