@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
package/jsbos.darwin-arm64.node
CHANGED
|
Binary file
|
|
Binary file
|
package/jsbos.linux-x64-gnu.node
CHANGED
|
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.
|
|
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-
|
|
130
|
-
"@open1s/jsbos-
|
|
131
|
-
"@open1s/jsbos-
|
|
132
|
-
"@open1s/jsbos-
|
|
133
|
-
"@open1s/jsbos-
|
|
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
|
}
|