@render-harness/cap-filesystem 0.1.2 → 0.1.4

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 (1) hide show
  1. package/package.json +9 -9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@render-harness/cap-filesystem",
3
- "version": "0.1.2",
3
+ "version": "0.1.4",
4
4
  "description": "Path-scoped filesystem tools for the Render agent harness. Opt-in per agent; the worker pserv is multi-tenant by default so this is NOT a core builtin.",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -27,14 +27,9 @@
27
27
  "envHint": null
28
28
  }
29
29
  },
30
- "scripts": {
31
- "build": "tsup",
32
- "typecheck": "tsc --noEmit",
33
- "test": "vitest run"
34
- },
35
30
  "dependencies": {
36
- "@render-harness/core": "^0.1.1",
37
- "@render-harness/registry": "^0.1.1"
31
+ "@render-harness/core": "0.1.1",
32
+ "@render-harness/registry": "0.1.1"
38
33
  },
39
34
  "devDependencies": {
40
35
  "@types/node": "^25.6.2",
@@ -44,5 +39,10 @@
44
39
  },
45
40
  "publishConfig": {
46
41
  "access": "public"
42
+ },
43
+ "scripts": {
44
+ "build": "tsup",
45
+ "typecheck": "tsc --noEmit",
46
+ "test": "vitest run"
47
47
  }
48
- }
48
+ }