@desplega.ai/agent-fs 0.7.4 → 0.9.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.
@@ -1,7 +1,7 @@
1
1
  {
2
- "version": "0.7.4",
2
+ "version": "0.9.0",
3
3
  "binaries": {
4
- "linux-x64": "sha256:8758c965c34332a88278cd8c8c99ce36d6147c61bf3be56e6cd01e58a79ea99c",
5
- "linux-arm64": "sha256:27ee8d5cfbf5b4e541be6915263f0a8056a78afb782b9d9feb110c6917141068"
4
+ "linux-x64": "sha256:e4d11bc9663abf933420e8169d082ee65d50da05cb125bc1ddd551e8636686ea",
5
+ "linux-arm64": "sha256:173a391ad43360e7b22db6c3bf7485613ec56b83124a064a28994f0b29f7f295"
6
6
  }
7
7
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@desplega.ai/agent-fs",
3
- "version": "0.7.4",
3
+ "version": "0.9.0",
4
4
  "type": "module",
5
5
  "description": "Agent-first filesystem backed by S3",
6
6
  "license": "MIT",
@@ -27,7 +27,7 @@
27
27
  "dist/fuse-bin.manifest.json"
28
28
  ],
29
29
  "scripts": {
30
- "build:npm": "bun build src/index.ts --outfile dist/cli.js --target bun --minify --external sqlite-vec --external node-llama-cpp --external @aws-sdk/client-s3 --external @google/genai --external openai --external commander --external diff --external drizzle-orm --external chonkie --external zod --external @modelcontextprotocol/sdk --external hono --external msgpackr",
30
+ "build:npm": "bun build src/index.ts --outfile dist/cli.js --target bun --minify --external sqlite-vec --external node-llama-cpp --external @aws-sdk/client-s3 --external @google/genai --external openai --external commander --external diff --external drizzle-orm --external chonkie --external zod --external @modelcontextprotocol/sdk --external hono --external msgpackr --external @duckdb/node-api",
31
31
  "prepublishOnly": "bun run build:npm"
32
32
  },
33
33
  "optionalDependencies": {
@@ -36,22 +36,23 @@
36
36
  "sqlite-vec-linux-arm64": "^0.1.9",
37
37
  "sqlite-vec-linux-x64": "^0.1.9",
38
38
  "sqlite-vec-windows-x64": "^0.1.9",
39
- "@desplega.ai/agent-fs-fuse-linux-x64": "^0.7.4",
40
- "@desplega.ai/agent-fs-fuse-linux-arm64": "^0.7.4"
39
+ "@desplega.ai/agent-fs-fuse-linux-x64": "^0.9.0",
40
+ "@desplega.ai/agent-fs-fuse-linux-arm64": "^0.9.0"
41
41
  },
42
42
  "dependencies": {
43
- "commander": "^14.0.3",
44
43
  "@aws-sdk/client-s3": "^3.750.0",
44
+ "@duckdb/node-api": "1.5.3-r.3",
45
45
  "@google/genai": "^1.45.0",
46
+ "@modelcontextprotocol/sdk": "^1.27.1",
46
47
  "chonkie": "^0.3.0",
48
+ "commander": "^14.0.3",
47
49
  "diff": "^8.0.3",
48
50
  "drizzle-orm": "^0.44.0",
51
+ "hono": "^4.12.8",
52
+ "msgpackr": "^1",
49
53
  "node-llama-cpp": "^3.17.1",
50
54
  "openai": "^6.29.0",
51
55
  "sqlite-vec": "^0.1.9",
52
- "zod": "^3.24.0",
53
- "@modelcontextprotocol/sdk": "^1.27.1",
54
- "hono": "^4.12.8",
55
- "msgpackr": "^1"
56
+ "zod": "^3.24.0"
56
57
  }
57
58
  }