wuying-agentbay-sdk 0.12.0 → 0.13.0
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/dist/{chunk-BVWUCG4J.mjs → chunk-P2CXYF4T.mjs} +400 -163
- package/dist/chunk-P2CXYF4T.mjs.map +1 -0
- package/dist/{chunk-SL5GCAQE.cjs → chunk-WVWGLZDT.cjs} +337 -100
- package/dist/chunk-WVWGLZDT.cjs.map +1 -0
- package/dist/index.cjs +6789 -752
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +637 -165
- package/dist/index.d.ts +637 -165
- package/dist/index.mjs +6654 -617
- package/dist/index.mjs.map +1 -1
- package/dist/{model-LGWQJWKQ.mjs → model-BRLR6F3P.mjs} +16 -2
- package/dist/model-KJHN3WYY.cjs +214 -0
- package/dist/{model-CNCGFWJH.cjs.map → model-KJHN3WYY.cjs.map} +1 -1
- package/docs/api/README.md +6 -0
- package/docs/api/browser-use/browser-agent.md +188 -0
- package/docs/api/browser-use/browser.md +1 -1
- package/docs/api/browser-use/fingerprint.md +154 -0
- package/docs/api/codespace/code.md +3 -0
- package/docs/api/common-features/advanced/agent.md +7 -63
- package/docs/api/common-features/advanced/browser-use-agent.md +118 -0
- package/docs/api/common-features/advanced/computer-use-agent.md +85 -0
- package/docs/api/common-features/basics/agentbay.md +3 -2
- package/docs/api/common-features/basics/command.md +35 -18
- package/docs/api/common-features/basics/filesystem.md +36 -0
- package/docs/api/common-features/basics/session-params.md +382 -0
- package/docs/api/common-features/basics/session.md +0 -2
- package/docs/api/computer-use/computer.md +25 -25
- package/docs/api/mobile-use/mobile-simulate.md +135 -0
- package/docs/examples/browser-use/browser/basic-usage.ts +31 -24
- package/docs/examples/browser-use/browser/browser-type-example.ts +3 -4
- package/docs/examples/browser-use/browser/captcha_tongcheng.ts +60 -28
- package/docs/examples/browser-use/browser/run-2048.ts +47 -37
- package/docs/examples/browser-use/browser/run-sudoku.ts +55 -36
- package/docs/examples/browser-use/browser/screenshot-example.ts +6 -6
- package/docs/examples/browser-use/extension-example/extension-example.ts +1 -2
- package/docs/examples/codespace/enhanced_code/index.ts +86 -0
- package/docs/examples/common-features/advanced/agent-module-example.ts +1 -1
- package/docs/examples/common-features/advanced/archive-upload-mode-example/README.md +1 -1
- package/docs/examples/common-features/advanced/archive-upload-mode-example/archive-upload-mode-example.ts +5 -6
- package/docs/examples/common-features/basics/archive-upload-mode-example/README.md +1 -1
- package/docs/examples/common-features/basics/archive-upload-mode-example/main.ts +1 -1
- package/docs/examples/common-features/basics/filesystem-example/filesystem-example.ts +13 -0
- package/docs/examples/common-features/basics/filesystem-example/filesystem-filetransfer-example.ts +6 -7
- package/docs/examples/common-features/basics/filesystem-example/watch-directory-example.ts +1 -1
- package/docs/examples/mobile-use/mobile-get-adb-url/index.ts +1 -1
- package/package.json +4 -4
- package/dist/chunk-BVWUCG4J.mjs.map +0 -1
- package/dist/chunk-SL5GCAQE.cjs.map +0 -1
- package/dist/model-CNCGFWJH.cjs +0 -200
- package/docs/examples/mobile-use/mobile-get-adb-url/package-lock.json +0 -279
- package/docs/examples/mobile-use/mobile-get-adb-url/package.json +0 -18
- /package/dist/{model-LGWQJWKQ.mjs.map → model-BRLR6F3P.mjs.map} +0 -0
package/dist/model-CNCGFWJH.cjs
DELETED
|
@@ -1,200 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
var _chunkSL5GCAQEcjs = require('./chunk-SL5GCAQE.cjs');
|
|
100
|
-
require('./chunk-4IPTHWLM.cjs');
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
exports.ApplyMqttTokenRequest = _chunkSL5GCAQEcjs.ApplyMqttTokenRequest; exports.ApplyMqttTokenResponse = _chunkSL5GCAQEcjs.ApplyMqttTokenResponse; exports.ApplyMqttTokenResponseBody = _chunkSL5GCAQEcjs.ApplyMqttTokenResponseBody; exports.ApplyMqttTokenResponseBodyData = _chunkSL5GCAQEcjs.ApplyMqttTokenResponseBodyData; exports.CallMcpToolRequest = _chunkSL5GCAQEcjs.CallMcpToolRequest; exports.CallMcpToolResponse = _chunkSL5GCAQEcjs.CallMcpToolResponse; exports.CallMcpToolResponseBody = _chunkSL5GCAQEcjs.CallMcpToolResponseBody; exports.ClearContextRequest = _chunkSL5GCAQEcjs.ClearContextRequest; exports.ClearContextResponse = _chunkSL5GCAQEcjs.ClearContextResponse; exports.ClearContextResponseBody = _chunkSL5GCAQEcjs.ClearContextResponseBody; exports.CreateMcpSessionRequest = _chunkSL5GCAQEcjs.CreateMcpSessionRequest; exports.CreateMcpSessionRequestPersistenceDataList = _chunkSL5GCAQEcjs.CreateMcpSessionRequestPersistenceDataList; exports.CreateMcpSessionResponse = _chunkSL5GCAQEcjs.CreateMcpSessionResponse; exports.CreateMcpSessionResponseBody = _chunkSL5GCAQEcjs.CreateMcpSessionResponseBody; exports.CreateMcpSessionResponseBodyData = _chunkSL5GCAQEcjs.CreateMcpSessionResponseBodyData; exports.CreateMcpSessionShrinkRequest = _chunkSL5GCAQEcjs.CreateMcpSessionShrinkRequest; exports.DeleteContextFileRequest = _chunkSL5GCAQEcjs.DeleteContextFileRequest; exports.DeleteContextFileResponse = _chunkSL5GCAQEcjs.DeleteContextFileResponse; exports.DeleteContextFileResponseBody = _chunkSL5GCAQEcjs.DeleteContextFileResponseBody; exports.DeleteContextRequest = _chunkSL5GCAQEcjs.DeleteContextRequest; exports.DeleteContextResponse = _chunkSL5GCAQEcjs.DeleteContextResponse; exports.DeleteContextResponseBody = _chunkSL5GCAQEcjs.DeleteContextResponseBody; exports.DescribeContextFilesRequest = _chunkSL5GCAQEcjs.DescribeContextFilesRequest; exports.DescribeContextFilesResponse = _chunkSL5GCAQEcjs.DescribeContextFilesResponse; exports.DescribeContextFilesResponseBody = _chunkSL5GCAQEcjs.DescribeContextFilesResponseBody; exports.GetAdbLinkRequest = _chunkSL5GCAQEcjs.GetAdbLinkRequest; exports.GetAdbLinkResponse = _chunkSL5GCAQEcjs.GetAdbLinkResponse; exports.GetAdbLinkResponseBody = _chunkSL5GCAQEcjs.GetAdbLinkResponseBody; exports.GetAdbLinkResponseBodyData = _chunkSL5GCAQEcjs.GetAdbLinkResponseBodyData; exports.GetCdpLinkRequest = _chunkSL5GCAQEcjs.GetCdpLinkRequest; exports.GetCdpLinkResponse = _chunkSL5GCAQEcjs.GetCdpLinkResponse; exports.GetCdpLinkResponseBody = _chunkSL5GCAQEcjs.GetCdpLinkResponseBody; exports.GetCdpLinkResponseBodyData = _chunkSL5GCAQEcjs.GetCdpLinkResponseBodyData; exports.GetContextFileDownloadUrlRequest = _chunkSL5GCAQEcjs.GetContextFileDownloadUrlRequest; exports.GetContextFileDownloadUrlResponse = _chunkSL5GCAQEcjs.GetContextFileDownloadUrlResponse; exports.GetContextFileDownloadUrlResponseBody = _chunkSL5GCAQEcjs.GetContextFileDownloadUrlResponseBody; exports.GetContextFileUploadUrlRequest = _chunkSL5GCAQEcjs.GetContextFileUploadUrlRequest; exports.GetContextFileUploadUrlResponse = _chunkSL5GCAQEcjs.GetContextFileUploadUrlResponse; exports.GetContextFileUploadUrlResponseBody = _chunkSL5GCAQEcjs.GetContextFileUploadUrlResponseBody; exports.GetContextInfoRequest = _chunkSL5GCAQEcjs.GetContextInfoRequest; exports.GetContextInfoResponse = _chunkSL5GCAQEcjs.GetContextInfoResponse; exports.GetContextInfoResponseBody = _chunkSL5GCAQEcjs.GetContextInfoResponseBody; exports.GetContextInfoResponseBodyData = _chunkSL5GCAQEcjs.GetContextInfoResponseBodyData; exports.GetContextRequest = _chunkSL5GCAQEcjs.GetContextRequest; exports.GetContextResponse = _chunkSL5GCAQEcjs.GetContextResponse; exports.GetContextResponseBody = _chunkSL5GCAQEcjs.GetContextResponseBody; exports.GetContextResponseBodyData = _chunkSL5GCAQEcjs.GetContextResponseBodyData; exports.GetLabelRequest = _chunkSL5GCAQEcjs.GetLabelRequest; exports.GetLabelResponse = _chunkSL5GCAQEcjs.GetLabelResponse; exports.GetLabelResponseBody = _chunkSL5GCAQEcjs.GetLabelResponseBody; exports.GetLabelResponseBodyData = _chunkSL5GCAQEcjs.GetLabelResponseBodyData; exports.GetLinkRequest = _chunkSL5GCAQEcjs.GetLinkRequest; exports.GetLinkResponse = _chunkSL5GCAQEcjs.GetLinkResponse; exports.GetLinkResponseBody = _chunkSL5GCAQEcjs.GetLinkResponseBody; exports.GetLinkResponseBodyData = _chunkSL5GCAQEcjs.GetLinkResponseBodyData; exports.GetMcpResourceRequest = _chunkSL5GCAQEcjs.GetMcpResourceRequest; exports.GetMcpResourceResponse = _chunkSL5GCAQEcjs.GetMcpResourceResponse; exports.GetMcpResourceResponseBody = _chunkSL5GCAQEcjs.GetMcpResourceResponseBody; exports.GetMcpResourceResponseBodyData = _chunkSL5GCAQEcjs.GetMcpResourceResponseBodyData; exports.GetMcpResourceResponseBodyDataDesktopInfo = _chunkSL5GCAQEcjs.GetMcpResourceResponseBodyDataDesktopInfo; exports.GetSessionRequest = _chunkSL5GCAQEcjs.GetSessionRequest; exports.GetSessionResponse = _chunkSL5GCAQEcjs.GetSessionResponse; exports.GetSessionResponseBody = _chunkSL5GCAQEcjs.GetSessionResponseBody; exports.GetSessionResponseBodyData = _chunkSL5GCAQEcjs.GetSessionResponseBodyData; exports.InitBrowserRequest = _chunkSL5GCAQEcjs.InitBrowserRequest; exports.InitBrowserResponse = _chunkSL5GCAQEcjs.InitBrowserResponse; exports.InitBrowserResponseBody = _chunkSL5GCAQEcjs.InitBrowserResponseBody; exports.InitBrowserResponseBodyData = _chunkSL5GCAQEcjs.InitBrowserResponseBodyData; exports.ListContextsRequest = _chunkSL5GCAQEcjs.ListContextsRequest; exports.ListContextsResponse = _chunkSL5GCAQEcjs.ListContextsResponse; exports.ListContextsResponseBody = _chunkSL5GCAQEcjs.ListContextsResponseBody; exports.ListContextsResponseBodyData = _chunkSL5GCAQEcjs.ListContextsResponseBodyData; exports.ListMcpToolsRequest = _chunkSL5GCAQEcjs.ListMcpToolsRequest; exports.ListMcpToolsResponse = _chunkSL5GCAQEcjs.ListMcpToolsResponse; exports.ListMcpToolsResponseBody = _chunkSL5GCAQEcjs.ListMcpToolsResponseBody; exports.ListSessionRequest = _chunkSL5GCAQEcjs.ListSessionRequest; exports.ListSessionResponse = _chunkSL5GCAQEcjs.ListSessionResponse; exports.ListSessionResponseBody = _chunkSL5GCAQEcjs.ListSessionResponseBody; exports.ListSessionResponseBodyData = _chunkSL5GCAQEcjs.ListSessionResponseBodyData; exports.ModifyContextRequest = _chunkSL5GCAQEcjs.ModifyContextRequest; exports.ModifyContextResponse = _chunkSL5GCAQEcjs.ModifyContextResponse; exports.ModifyContextResponseBody = _chunkSL5GCAQEcjs.ModifyContextResponseBody; exports.PauseSessionAsyncRequest = _chunkSL5GCAQEcjs.PauseSessionAsyncRequest; exports.PauseSessionAsyncResponse = _chunkSL5GCAQEcjs.PauseSessionAsyncResponse; exports.PauseSessionAsyncResponseBody = _chunkSL5GCAQEcjs.PauseSessionAsyncResponseBody; exports.ReleaseMcpSessionRequest = _chunkSL5GCAQEcjs.ReleaseMcpSessionRequest; exports.ReleaseMcpSessionResponse = _chunkSL5GCAQEcjs.ReleaseMcpSessionResponse; exports.ReleaseMcpSessionResponseBody = _chunkSL5GCAQEcjs.ReleaseMcpSessionResponseBody; exports.ResumeSessionAsyncRequest = _chunkSL5GCAQEcjs.ResumeSessionAsyncRequest; exports.ResumeSessionAsyncResponse = _chunkSL5GCAQEcjs.ResumeSessionAsyncResponse; exports.ResumeSessionAsyncResponseBody = _chunkSL5GCAQEcjs.ResumeSessionAsyncResponseBody; exports.SetLabelRequest = _chunkSL5GCAQEcjs.SetLabelRequest; exports.SetLabelResponse = _chunkSL5GCAQEcjs.SetLabelResponse; exports.SetLabelResponseBody = _chunkSL5GCAQEcjs.SetLabelResponseBody; exports.SyncContextRequest = _chunkSL5GCAQEcjs.SyncContextRequest; exports.SyncContextResponse = _chunkSL5GCAQEcjs.SyncContextResponse; exports.SyncContextResponseBody = _chunkSL5GCAQEcjs.SyncContextResponseBody;
|
|
200
|
-
//# sourceMappingURL=model-CNCGFWJH.cjs.map
|
|
@@ -1,279 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "mobile-get-adb-url-example",
|
|
3
|
-
"version": "1.0.0",
|
|
4
|
-
"lockfileVersion": 3,
|
|
5
|
-
"requires": true,
|
|
6
|
-
"packages": {
|
|
7
|
-
"": {
|
|
8
|
-
"name": "mobile-get-adb-url-example",
|
|
9
|
-
"version": "1.0.0",
|
|
10
|
-
"dependencies": {
|
|
11
|
-
"@aliyun/wuying-agentbay-sdk": "file:../../../"
|
|
12
|
-
},
|
|
13
|
-
"devDependencies": {
|
|
14
|
-
"@types/node": "^20.0.0",
|
|
15
|
-
"ts-node": "^10.9.1",
|
|
16
|
-
"typescript": "^5.0.0"
|
|
17
|
-
}
|
|
18
|
-
},
|
|
19
|
-
"../../..": {
|
|
20
|
-
"name": "wuying-agentbay-sdk",
|
|
21
|
-
"version": "0.9.4",
|
|
22
|
-
"license": "Apache-2.0",
|
|
23
|
-
"dependencies": {
|
|
24
|
-
"@alicloud/openapi-core": "^1.0.4",
|
|
25
|
-
"@darabonba/typescript": "^1.0.0",
|
|
26
|
-
"@types/node-fetch": "^2.6.13",
|
|
27
|
-
"axios": "^1.3.4",
|
|
28
|
-
"node-fetch": "^2.7.0",
|
|
29
|
-
"playwright": "^1.55.0"
|
|
30
|
-
},
|
|
31
|
-
"devDependencies": {
|
|
32
|
-
"@types/chai": "^5.2.2",
|
|
33
|
-
"@types/jest": "^26.0.24",
|
|
34
|
-
"@types/mocha": "^10.0.10",
|
|
35
|
-
"@types/node": "^18.15.0",
|
|
36
|
-
"@types/sinon": "^10.0.0",
|
|
37
|
-
"@typescript-eslint/eslint-plugin": "^5.54.0",
|
|
38
|
-
"@typescript-eslint/parser": "^5.54.0",
|
|
39
|
-
"abort-controller": "^3.0.0",
|
|
40
|
-
"axios-mock-adapter": "^2.1.0",
|
|
41
|
-
"chai": "^4.3.7",
|
|
42
|
-
"dotenv": "^16.5.0",
|
|
43
|
-
"eslint": "^8.35.0",
|
|
44
|
-
"jest": "^26.6.3",
|
|
45
|
-
"prettier": "^2.8.4",
|
|
46
|
-
"sinon": "^15.2.0",
|
|
47
|
-
"ts-jest": "^26.5.6",
|
|
48
|
-
"ts-node": "^10.9.2",
|
|
49
|
-
"tsup": "^8.5.0",
|
|
50
|
-
"typescript": "^4.9.5"
|
|
51
|
-
},
|
|
52
|
-
"engines": {
|
|
53
|
-
"node": ">=14.0.0"
|
|
54
|
-
}
|
|
55
|
-
},
|
|
56
|
-
"node_modules/@aliyun/wuying-agentbay-sdk": {
|
|
57
|
-
"resolved": "../../..",
|
|
58
|
-
"link": true
|
|
59
|
-
},
|
|
60
|
-
"node_modules/@cspotcode/source-map-support": {
|
|
61
|
-
"version": "0.8.1",
|
|
62
|
-
"resolved": "https://registry.npmjs.org/@cspotcode/source-map-support/-/source-map-support-0.8.1.tgz",
|
|
63
|
-
"integrity": "sha512-IchNf6dN4tHoMFIn/7OE8LWZ19Y6q/67Bmf6vnGREv8RSbBVb9LPJxEcnwrcwX6ixSvaiGoomAUvu4YSxXrVgw==",
|
|
64
|
-
"dev": true,
|
|
65
|
-
"license": "MIT",
|
|
66
|
-
"dependencies": {
|
|
67
|
-
"@jridgewell/trace-mapping": "0.3.9"
|
|
68
|
-
},
|
|
69
|
-
"engines": {
|
|
70
|
-
"node": ">=12"
|
|
71
|
-
}
|
|
72
|
-
},
|
|
73
|
-
"node_modules/@jridgewell/resolve-uri": {
|
|
74
|
-
"version": "3.1.2",
|
|
75
|
-
"resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
|
|
76
|
-
"integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
|
|
77
|
-
"dev": true,
|
|
78
|
-
"license": "MIT",
|
|
79
|
-
"engines": {
|
|
80
|
-
"node": ">=6.0.0"
|
|
81
|
-
}
|
|
82
|
-
},
|
|
83
|
-
"node_modules/@jridgewell/sourcemap-codec": {
|
|
84
|
-
"version": "1.5.5",
|
|
85
|
-
"resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz",
|
|
86
|
-
"integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==",
|
|
87
|
-
"dev": true,
|
|
88
|
-
"license": "MIT"
|
|
89
|
-
},
|
|
90
|
-
"node_modules/@jridgewell/trace-mapping": {
|
|
91
|
-
"version": "0.3.9",
|
|
92
|
-
"resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.9.tgz",
|
|
93
|
-
"integrity": "sha512-3Belt6tdc8bPgAtbcmdtNJlirVoTmEb5e2gC94PnkwEW9jI6CAHUeoG85tjWP5WquqfavoMtMwiG4P926ZKKuQ==",
|
|
94
|
-
"dev": true,
|
|
95
|
-
"license": "MIT",
|
|
96
|
-
"dependencies": {
|
|
97
|
-
"@jridgewell/resolve-uri": "^3.0.3",
|
|
98
|
-
"@jridgewell/sourcemap-codec": "^1.4.10"
|
|
99
|
-
}
|
|
100
|
-
},
|
|
101
|
-
"node_modules/@tsconfig/node10": {
|
|
102
|
-
"version": "1.0.11",
|
|
103
|
-
"resolved": "https://registry.npmjs.org/@tsconfig/node10/-/node10-1.0.11.tgz",
|
|
104
|
-
"integrity": "sha512-DcRjDCujK/kCk/cUe8Xz8ZSpm8mS3mNNpta+jGCA6USEDfktlNvm1+IuZ9eTcDbNk41BHwpHHeW+N1lKCz4zOw==",
|
|
105
|
-
"dev": true,
|
|
106
|
-
"license": "MIT"
|
|
107
|
-
},
|
|
108
|
-
"node_modules/@tsconfig/node12": {
|
|
109
|
-
"version": "1.0.11",
|
|
110
|
-
"resolved": "https://registry.npmjs.org/@tsconfig/node12/-/node12-1.0.11.tgz",
|
|
111
|
-
"integrity": "sha512-cqefuRsh12pWyGsIoBKJA9luFu3mRxCA+ORZvA4ktLSzIuCUtWVxGIuXigEwO5/ywWFMZ2QEGKWvkZG1zDMTag==",
|
|
112
|
-
"dev": true,
|
|
113
|
-
"license": "MIT"
|
|
114
|
-
},
|
|
115
|
-
"node_modules/@tsconfig/node14": {
|
|
116
|
-
"version": "1.0.3",
|
|
117
|
-
"resolved": "https://registry.npmjs.org/@tsconfig/node14/-/node14-1.0.3.tgz",
|
|
118
|
-
"integrity": "sha512-ysT8mhdixWK6Hw3i1V2AeRqZ5WfXg1G43mqoYlM2nc6388Fq5jcXyr5mRsqViLx/GJYdoL0bfXD8nmF+Zn/Iow==",
|
|
119
|
-
"dev": true,
|
|
120
|
-
"license": "MIT"
|
|
121
|
-
},
|
|
122
|
-
"node_modules/@tsconfig/node16": {
|
|
123
|
-
"version": "1.0.4",
|
|
124
|
-
"resolved": "https://registry.npmjs.org/@tsconfig/node16/-/node16-1.0.4.tgz",
|
|
125
|
-
"integrity": "sha512-vxhUy4J8lyeyinH7Azl1pdd43GJhZH/tP2weN8TntQblOY+A0XbT8DJk1/oCPuOOyg/Ja757rG0CgHcWC8OfMA==",
|
|
126
|
-
"dev": true,
|
|
127
|
-
"license": "MIT"
|
|
128
|
-
},
|
|
129
|
-
"node_modules/@types/node": {
|
|
130
|
-
"version": "20.19.23",
|
|
131
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.19.23.tgz",
|
|
132
|
-
"integrity": "sha512-yIdlVVVHXpmqRhtyovZAcSy0MiPcYWGkoO4CGe/+jpP0hmNuihm4XhHbADpK++MsiLHP5MVlv+bcgdF99kSiFQ==",
|
|
133
|
-
"dev": true,
|
|
134
|
-
"license": "MIT",
|
|
135
|
-
"dependencies": {
|
|
136
|
-
"undici-types": "~6.21.0"
|
|
137
|
-
}
|
|
138
|
-
},
|
|
139
|
-
"node_modules/acorn": {
|
|
140
|
-
"version": "8.15.0",
|
|
141
|
-
"resolved": "https://registry.npmjs.org/acorn/-/acorn-8.15.0.tgz",
|
|
142
|
-
"integrity": "sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==",
|
|
143
|
-
"dev": true,
|
|
144
|
-
"license": "MIT",
|
|
145
|
-
"bin": {
|
|
146
|
-
"acorn": "bin/acorn"
|
|
147
|
-
},
|
|
148
|
-
"engines": {
|
|
149
|
-
"node": ">=0.4.0"
|
|
150
|
-
}
|
|
151
|
-
},
|
|
152
|
-
"node_modules/acorn-walk": {
|
|
153
|
-
"version": "8.3.4",
|
|
154
|
-
"resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-8.3.4.tgz",
|
|
155
|
-
"integrity": "sha512-ueEepnujpqee2o5aIYnvHU6C0A42MNdsIDeqy5BydrkuC5R1ZuUFnm27EeFJGoEHJQgn3uleRvmTXaJgfXbt4g==",
|
|
156
|
-
"dev": true,
|
|
157
|
-
"license": "MIT",
|
|
158
|
-
"dependencies": {
|
|
159
|
-
"acorn": "^8.11.0"
|
|
160
|
-
},
|
|
161
|
-
"engines": {
|
|
162
|
-
"node": ">=0.4.0"
|
|
163
|
-
}
|
|
164
|
-
},
|
|
165
|
-
"node_modules/arg": {
|
|
166
|
-
"version": "4.1.3",
|
|
167
|
-
"resolved": "https://registry.npmjs.org/arg/-/arg-4.1.3.tgz",
|
|
168
|
-
"integrity": "sha512-58S9QDqG0Xx27YwPSt9fJxivjYl432YCwfDMfZ+71RAqUrZef7LrKQZ3LHLOwCS4FLNBplP533Zx895SeOCHvA==",
|
|
169
|
-
"dev": true,
|
|
170
|
-
"license": "MIT"
|
|
171
|
-
},
|
|
172
|
-
"node_modules/create-require": {
|
|
173
|
-
"version": "1.1.1",
|
|
174
|
-
"resolved": "https://registry.npmjs.org/create-require/-/create-require-1.1.1.tgz",
|
|
175
|
-
"integrity": "sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ==",
|
|
176
|
-
"dev": true,
|
|
177
|
-
"license": "MIT"
|
|
178
|
-
},
|
|
179
|
-
"node_modules/diff": {
|
|
180
|
-
"version": "4.0.2",
|
|
181
|
-
"resolved": "https://registry.npmjs.org/diff/-/diff-4.0.2.tgz",
|
|
182
|
-
"integrity": "sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A==",
|
|
183
|
-
"dev": true,
|
|
184
|
-
"license": "BSD-3-Clause",
|
|
185
|
-
"engines": {
|
|
186
|
-
"node": ">=0.3.1"
|
|
187
|
-
}
|
|
188
|
-
},
|
|
189
|
-
"node_modules/make-error": {
|
|
190
|
-
"version": "1.3.6",
|
|
191
|
-
"resolved": "https://registry.npmjs.org/make-error/-/make-error-1.3.6.tgz",
|
|
192
|
-
"integrity": "sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw==",
|
|
193
|
-
"dev": true,
|
|
194
|
-
"license": "ISC"
|
|
195
|
-
},
|
|
196
|
-
"node_modules/ts-node": {
|
|
197
|
-
"version": "10.9.2",
|
|
198
|
-
"resolved": "https://registry.npmjs.org/ts-node/-/ts-node-10.9.2.tgz",
|
|
199
|
-
"integrity": "sha512-f0FFpIdcHgn8zcPSbf1dRevwt047YMnaiJM3u2w2RewrB+fob/zePZcrOyQoLMMO7aBIddLcQIEK5dYjkLnGrQ==",
|
|
200
|
-
"dev": true,
|
|
201
|
-
"license": "MIT",
|
|
202
|
-
"dependencies": {
|
|
203
|
-
"@cspotcode/source-map-support": "^0.8.0",
|
|
204
|
-
"@tsconfig/node10": "^1.0.7",
|
|
205
|
-
"@tsconfig/node12": "^1.0.7",
|
|
206
|
-
"@tsconfig/node14": "^1.0.0",
|
|
207
|
-
"@tsconfig/node16": "^1.0.2",
|
|
208
|
-
"acorn": "^8.4.1",
|
|
209
|
-
"acorn-walk": "^8.1.1",
|
|
210
|
-
"arg": "^4.1.0",
|
|
211
|
-
"create-require": "^1.1.0",
|
|
212
|
-
"diff": "^4.0.1",
|
|
213
|
-
"make-error": "^1.1.1",
|
|
214
|
-
"v8-compile-cache-lib": "^3.0.1",
|
|
215
|
-
"yn": "3.1.1"
|
|
216
|
-
},
|
|
217
|
-
"bin": {
|
|
218
|
-
"ts-node": "dist/bin.js",
|
|
219
|
-
"ts-node-cwd": "dist/bin-cwd.js",
|
|
220
|
-
"ts-node-esm": "dist/bin-esm.js",
|
|
221
|
-
"ts-node-script": "dist/bin-script.js",
|
|
222
|
-
"ts-node-transpile-only": "dist/bin-transpile.js",
|
|
223
|
-
"ts-script": "dist/bin-script-deprecated.js"
|
|
224
|
-
},
|
|
225
|
-
"peerDependencies": {
|
|
226
|
-
"@swc/core": ">=1.2.50",
|
|
227
|
-
"@swc/wasm": ">=1.2.50",
|
|
228
|
-
"@types/node": "*",
|
|
229
|
-
"typescript": ">=2.7"
|
|
230
|
-
},
|
|
231
|
-
"peerDependenciesMeta": {
|
|
232
|
-
"@swc/core": {
|
|
233
|
-
"optional": true
|
|
234
|
-
},
|
|
235
|
-
"@swc/wasm": {
|
|
236
|
-
"optional": true
|
|
237
|
-
}
|
|
238
|
-
}
|
|
239
|
-
},
|
|
240
|
-
"node_modules/typescript": {
|
|
241
|
-
"version": "5.9.3",
|
|
242
|
-
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz",
|
|
243
|
-
"integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==",
|
|
244
|
-
"dev": true,
|
|
245
|
-
"license": "Apache-2.0",
|
|
246
|
-
"bin": {
|
|
247
|
-
"tsc": "bin/tsc",
|
|
248
|
-
"tsserver": "bin/tsserver"
|
|
249
|
-
},
|
|
250
|
-
"engines": {
|
|
251
|
-
"node": ">=14.17"
|
|
252
|
-
}
|
|
253
|
-
},
|
|
254
|
-
"node_modules/undici-types": {
|
|
255
|
-
"version": "6.21.0",
|
|
256
|
-
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.21.0.tgz",
|
|
257
|
-
"integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==",
|
|
258
|
-
"dev": true,
|
|
259
|
-
"license": "MIT"
|
|
260
|
-
},
|
|
261
|
-
"node_modules/v8-compile-cache-lib": {
|
|
262
|
-
"version": "3.0.1",
|
|
263
|
-
"resolved": "https://registry.npmjs.org/v8-compile-cache-lib/-/v8-compile-cache-lib-3.0.1.tgz",
|
|
264
|
-
"integrity": "sha512-wa7YjyUGfNZngI/vtK0UHAN+lgDCxBPCylVXGp0zu59Fz5aiGtNXaq3DhIov063MorB+VfufLh3JlF2KdTK3xg==",
|
|
265
|
-
"dev": true,
|
|
266
|
-
"license": "MIT"
|
|
267
|
-
},
|
|
268
|
-
"node_modules/yn": {
|
|
269
|
-
"version": "3.1.1",
|
|
270
|
-
"resolved": "https://registry.npmjs.org/yn/-/yn-3.1.1.tgz",
|
|
271
|
-
"integrity": "sha512-Ux4ygGWsu2c7isFWe8Yu1YluJmqVhxqK2cLXNQA5AcC3QfbGNpM7fu0Y8b/z16pXLnFxZYvWhd3fhBY9DLmC6Q==",
|
|
272
|
-
"dev": true,
|
|
273
|
-
"license": "MIT",
|
|
274
|
-
"engines": {
|
|
275
|
-
"node": ">=6"
|
|
276
|
-
}
|
|
277
|
-
}
|
|
278
|
-
}
|
|
279
|
-
}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "mobile-get-adb-url-example",
|
|
3
|
-
"version": "1.0.0",
|
|
4
|
-
"description": "Example demonstrating Mobile.getAdbUrl functionality",
|
|
5
|
-
"main": "index.ts",
|
|
6
|
-
"scripts": {
|
|
7
|
-
"start": "ts-node index.ts"
|
|
8
|
-
},
|
|
9
|
-
"dependencies": {
|
|
10
|
-
"@aliyun/wuying-agentbay-sdk": "file:../../../"
|
|
11
|
-
},
|
|
12
|
-
"devDependencies": {
|
|
13
|
-
"@types/node": "^20.0.0",
|
|
14
|
-
"ts-node": "^10.9.1",
|
|
15
|
-
"typescript": "^5.0.0"
|
|
16
|
-
}
|
|
17
|
-
}
|
|
18
|
-
|
|
File without changes
|