@open1s/jsbos 2.1.1 → 2.1.2
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/jsbos.darwin-arm64.node
CHANGED
|
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.
|
|
3
|
+
"version": "2.1.2",
|
|
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",
|
|
@@ -126,11 +126,11 @@
|
|
|
126
126
|
},
|
|
127
127
|
"packageManager": "yarn@4.13.0",
|
|
128
128
|
"optionalDependencies": {
|
|
129
|
-
"@open1s/jsbos-darwin-x64": "2.1.
|
|
130
|
-
"@open1s/jsbos-linux-x64-gnu": "2.1.
|
|
131
|
-
"@open1s/jsbos-win32-x64-msvc": "2.1.
|
|
132
|
-
"@open1s/jsbos-darwin-arm64": "2.1.
|
|
133
|
-
"@open1s/jsbos-linux-arm64-gnu": "2.1.
|
|
134
|
-
"@open1s/jsbos-win32-arm64-msvc": "2.1.
|
|
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"
|
|
135
135
|
}
|
|
136
136
|
}
|