@open1s/jsbos 2.1.2 → 2.1.3

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/README.md CHANGED
@@ -26,7 +26,7 @@ yarn add @open1s/jsbos
26
26
 
27
27
  - Node.js >= 12.22.0 (or Node.js >= 14.17.0)
28
28
  - Prebuilt binaries available for:
29
- - macOS (x86_64, arm64)
29
+ - macOS (arm64)
30
30
  - Linux (x86_64, aarch64)
31
31
  - Windows (x86_64)
32
32
 
Binary file
Binary file
Binary file
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@open1s/jsbos",
3
- "version": "2.1.2",
3
+ "version": "2.1.3",
4
4
  "type": "module",
5
5
  "description": "BrainOS — multi-language AI agent framework. Agents, tools, event bus, MCP, skills, memory — for Node.js.",
6
6
  "main": "./index.js",
@@ -42,7 +42,6 @@
42
42
  "napi": {
43
43
  "binaryName": "jsbos",
44
44
  "targets": [
45
- "x86_64-apple-darwin",
46
45
  "x86_64-unknown-linux-gnu",
47
46
  "x86_64-pc-windows-msvc",
48
47
  "aarch64-apple-darwin",
@@ -126,11 +125,10 @@
126
125
  },
127
126
  "packageManager": "yarn@4.13.0",
128
127
  "optionalDependencies": {
129
- "@open1s/jsbos-darwin-x64": "2.1.2",
130
- "@open1s/jsbos-linux-x64-gnu": "2.1.2",
131
- "@open1s/jsbos-win32-x64-msvc": "2.1.2",
132
- "@open1s/jsbos-darwin-arm64": "2.1.2",
133
- "@open1s/jsbos-linux-arm64-gnu": "2.1.2",
134
- "@open1s/jsbos-win32-arm64-msvc": "2.1.2"
128
+ "@open1s/jsbos-linux-x64-gnu": "2.1.3",
129
+ "@open1s/jsbos-win32-x64-msvc": "2.1.3",
130
+ "@open1s/jsbos-darwin-arm64": "2.1.3",
131
+ "@open1s/jsbos-linux-arm64-gnu": "2.1.3",
132
+ "@open1s/jsbos-win32-arm64-msvc": "2.1.3"
135
133
  }
136
134
  }