shellx-ai 1.0.2 → 1.0.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/package.json +2 -18
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "shellx-ai",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.3",
|
|
4
4
|
"description": "shellx is a powerful WebSocket-based client for controlling shell commands and UI automation on remote devices.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"url": "git+https://github.com/10cl/shellx.git",
|
|
@@ -15,23 +15,7 @@
|
|
|
15
15
|
"build": "tsc",
|
|
16
16
|
"postbuild": "echo Build completed successfully",
|
|
17
17
|
"prepublishOnly": "npm run build",
|
|
18
|
-
"test": "jest"
|
|
19
|
-
"test:examples": "ts-node -r dotenv/config examples/basic.ts && ts-node -r dotenv/config examples/with-custom-types.ts && ts-node -r dotenv/config examples/queue-and-reconnect.ts",
|
|
20
|
-
"test:comprehensive": "ts-node -r dotenv/config examples/comprehensive-protocol-demo.ts",
|
|
21
|
-
"test:helpers": "ts-node -r dotenv/config examples/helpers-demo.ts",
|
|
22
|
-
"test:paytm": "ts-node -r dotenv/config examples/paytm.ts",
|
|
23
|
-
"test:shellx-ai": "ts-node -r dotenv/config examples/shellx.ai/index.ts",
|
|
24
|
-
"test:shell-commands": "ts-node -r dotenv/config examples/shell-commands-demo.ts",
|
|
25
|
-
"test:no-output": "ts-node -r dotenv/config examples/no-output-command-test.ts",
|
|
26
|
-
"test:find-elements": "ts-node -r dotenv/config examples/find-elements-demo.ts",
|
|
27
|
-
"test:api": "ts-node test-shellx.ts",
|
|
28
|
-
"test:auth": "ts-node test-auth.ts",
|
|
29
|
-
"test:ofetch": "ts-node test-ofetch.ts",
|
|
30
|
-
"test:paytm-connection": "ts-node -r dotenv/config test-paytm-connection.ts",
|
|
31
|
-
"test:prompt-detection": "ts-node -r dotenv/config test-shell-prompt-integration.ts",
|
|
32
|
-
"test:simplified": "ts-node -r dotenv/config test-simplified-shell.ts",
|
|
33
|
-
"install-deps": "node install-deps.js",
|
|
34
|
-
"postinstall": "node install-deps.js"
|
|
18
|
+
"test": "jest"
|
|
35
19
|
},
|
|
36
20
|
"keywords": [
|
|
37
21
|
"websocket",
|