@a3s-lab/code 0.9.0 → 0.9.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/a3s-code.node ADDED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@a3s-lab/code",
3
- "version": "0.9.0",
3
+ "version": "0.9.1",
4
4
  "description": "A3S Code - Native AI coding agent library for Node.js",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",
@@ -32,5 +32,11 @@
32
32
  "build:debug": "napi build --platform --js index.js --dts index.d.ts",
33
33
  "prepublishOnly": "napi prepublish -t npm",
34
34
  "test": "node test.mjs"
35
+ },
36
+ "optionalDependencies": {
37
+ "@a3s-lab/code-darwin-arm64": "0.9.1",
38
+ "@a3s-lab/code-darwin-x64": "0.9.1",
39
+ "@a3s-lab/code-linux-x64-gnu": "0.9.1",
40
+ "@a3s-lab/code-linux-arm64-gnu": "0.9.1"
35
41
  }
36
- }
42
+ }
Binary file
Binary file
Binary file
Binary file
Binary file