stelo 1.0.5 → 1.0.6
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "stelo",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.6",
|
|
4
4
|
"description": "Give your AI hands. Computer-use SDK for building agents that see, click, type and hear — native Rust performance, zero compromise.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -63,6 +63,7 @@
|
|
|
63
63
|
"dist/",
|
|
64
64
|
"index.js",
|
|
65
65
|
"index.d.ts",
|
|
66
|
+
"*.node",
|
|
66
67
|
"package.json",
|
|
67
68
|
"README.md",
|
|
68
69
|
"LICENSE"
|
|
@@ -88,4 +89,4 @@
|
|
|
88
89
|
"stelo-linux-x64-musl": "1.0.5",
|
|
89
90
|
"stelo-win32-arm64-msvc": "1.0.5"
|
|
90
91
|
}
|
|
91
|
-
}
|
|
92
|
+
}
|
|
Binary file
|