yxyl-cli-plugin 0.2.19 → 0.2.20
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/lib/controller.mjs +15 -15
- package/package.json +1 -1
- package/release.json +102 -102
package/lib/controller.mjs
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import path from 'node:path';
|
|
2
|
-
import {realpath} from 'node:fs/promises';
|
|
3
|
-
import {validateRelease,fail} from './model.mjs';
|
|
4
|
-
import {download} from './download.mjs';
|
|
5
|
-
import {extractVerified} from './archive.mjs';
|
|
6
|
-
import {verifyCache,withInstallLock,commitCache} from './cache.mjs';
|
|
7
|
-
export async function ensureRuntime({release,version,platform,home,signal,transport=download}){
|
|
8
|
-
const item=validateRelease(release,version,platform),target=path.join(home,'runtime','versions',version,platform);
|
|
9
|
-
return withInstallLock(home,`${version}-${platform}`,signal,async()=>{
|
|
10
|
-
if(await verifyCache(target,item))return realpath(target);
|
|
11
|
-
let bytes;for(const url of item.urls){signal?.throwIfAborted();try{bytes=await transport(url,item,release.redirectHosts,signal);break;}catch(error){if(signal?.aborted)throw error;}}
|
|
12
|
-
if(!bytes)fail('DOWNLOAD_FAILED','无法下载当前版本运行包;检查网络后重试,业务尚未执行。');
|
|
13
|
-
const files=extractVerified(bytes,item);return commitCache(home,version,platform,item,files,signal);
|
|
14
|
-
});
|
|
15
|
-
}
|
|
1
|
+
import path from 'node:path';
|
|
2
|
+
import {realpath} from 'node:fs/promises';
|
|
3
|
+
import {validateRelease,fail} from './model.mjs';
|
|
4
|
+
import {download} from './download.mjs';
|
|
5
|
+
import {extractVerified} from './archive.mjs';
|
|
6
|
+
import {verifyCache,withInstallLock,commitCache} from './cache.mjs';
|
|
7
|
+
export async function ensureRuntime({release,version,platform,home,signal,transport=download}){
|
|
8
|
+
const item=validateRelease(release,version,platform),target=path.join(home,'runtime','versions',version,platform);
|
|
9
|
+
return withInstallLock(home,`${version}-${platform}`,signal,async()=>{
|
|
10
|
+
if(await verifyCache(target,item))return realpath(target);
|
|
11
|
+
let bytes;for(const url of item.urls){signal?.throwIfAborted();try{bytes=await transport(url,item,release.redirectHosts,signal);break;}catch(error){if(signal?.aborted)throw error;}}
|
|
12
|
+
if(!bytes)fail('DOWNLOAD_FAILED','无法下载当前版本运行包;检查网络后重试,业务尚未执行。');
|
|
13
|
+
const files=extractVerified(bytes,item);return commitCache(home,version,platform,item,files,signal);
|
|
14
|
+
});
|
|
15
|
+
}
|
package/package.json
CHANGED
package/release.json
CHANGED
|
@@ -1,24 +1,24 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schemaVersion": 1,
|
|
3
3
|
"packageName": "yxyl-cli-plugin",
|
|
4
|
-
"version": "0.2.
|
|
4
|
+
"version": "0.2.20",
|
|
5
5
|
"runtimeProtocol": 1,
|
|
6
6
|
"bridgeUpgradeProtocol": 1,
|
|
7
|
-
"sourceCommit":
|
|
7
|
+
"sourceCommit": null,
|
|
8
8
|
"redirectHosts": [
|
|
9
9
|
"release-assets.githubusercontent.com"
|
|
10
10
|
],
|
|
11
11
|
"platforms": {
|
|
12
12
|
"win32-x64": {
|
|
13
13
|
"urls": [
|
|
14
|
-
"https://github.com/areter/yxyl-cli-plugin-releases/releases/download/v0.2.
|
|
14
|
+
"https://github.com/areter/yxyl-cli-plugin-releases/releases/download/v0.2.20/yxyl-runtime-0.2.20-win32-x64.zip"
|
|
15
15
|
],
|
|
16
|
-
"size":
|
|
17
|
-
"sha256": "
|
|
16
|
+
"size": 13585131,
|
|
17
|
+
"sha256": "ef1f78b209372e2392dfc0ca72fca831f6d7e80a6db7b4b14e2e18b3ec24ba05",
|
|
18
18
|
"files": {
|
|
19
19
|
"runtime/skills.json": {
|
|
20
|
-
"size":
|
|
21
|
-
"sha256": "
|
|
20
|
+
"size": 1584,
|
|
21
|
+
"sha256": "dc3b17156ba5c225468b6e48bfbe9f35aad5b63ca36ed0912c4b01c75735f887",
|
|
22
22
|
"executable": false
|
|
23
23
|
},
|
|
24
24
|
"skills/framework-demo/SKILL.md": {
|
|
@@ -27,18 +27,18 @@
|
|
|
27
27
|
"executable": false
|
|
28
28
|
},
|
|
29
29
|
"skills/okki-mail-draft/SKILL.md": {
|
|
30
|
-
"size":
|
|
31
|
-
"sha256": "
|
|
30
|
+
"size": 12763,
|
|
31
|
+
"sha256": "7ee099a5ef719fd81e8cff88657b7f7ceb02183c74d911c846ab22343b36da1a",
|
|
32
32
|
"executable": false
|
|
33
33
|
},
|
|
34
34
|
"skills/okki-prospect-research/SKILL.md": {
|
|
35
|
-
"size":
|
|
36
|
-
"sha256": "
|
|
35
|
+
"size": 9368,
|
|
36
|
+
"sha256": "4dff7feeffe5dc5cf3ab00b4077e8e564bdaafbcf7bdc3d43628955360cd4965",
|
|
37
37
|
"executable": false
|
|
38
38
|
},
|
|
39
39
|
"skills/okki-prospect-research/references/personalized-email.md": {
|
|
40
|
-
"size":
|
|
41
|
-
"sha256": "
|
|
40
|
+
"size": 2239,
|
|
41
|
+
"sha256": "384b27fbff75f61aa0725b13142e1d933a91e9e80c42d75a718c4792890ecc47",
|
|
42
42
|
"executable": false
|
|
43
43
|
},
|
|
44
44
|
"skills/yxyl-setup/SKILL.md": {
|
|
@@ -52,33 +52,33 @@
|
|
|
52
52
|
"executable": false
|
|
53
53
|
},
|
|
54
54
|
"resources/licenses/agent-browser-cli-MIT.txt": {
|
|
55
|
-
"size":
|
|
56
|
-
"sha256": "
|
|
55
|
+
"size": 1094,
|
|
56
|
+
"sha256": "54a091894e8e650f0299456a7f4d5020e014c480faecb4f56ee601cddda7d09d",
|
|
57
57
|
"executable": false
|
|
58
58
|
},
|
|
59
59
|
"tools/crawl4ai/server.py": {
|
|
60
|
-
"size":
|
|
61
|
-
"sha256": "
|
|
60
|
+
"size": 231,
|
|
61
|
+
"sha256": "cd4d449d6e44a859ca3329279cf6312657324ce173d4d26678f68c31888f764c",
|
|
62
62
|
"executable": false
|
|
63
63
|
},
|
|
64
64
|
"tools/crawl4ai/models.py": {
|
|
65
|
-
"size":
|
|
66
|
-
"sha256": "
|
|
65
|
+
"size": 797,
|
|
66
|
+
"sha256": "4c296e8bfd12eb0244bbfe605f521454eeca6aa68907dc2d9c0d0463be599755",
|
|
67
67
|
"executable": false
|
|
68
68
|
},
|
|
69
69
|
"tools/crawl4ai/controllers.py": {
|
|
70
|
-
"size":
|
|
71
|
-
"sha256": "
|
|
70
|
+
"size": 2990,
|
|
71
|
+
"sha256": "17db95efecf2792bf800c757c79ef85011e45591c5a2516aa99b177ad0962545",
|
|
72
72
|
"executable": false
|
|
73
73
|
},
|
|
74
74
|
"tools/crawl4ai/page_quality.py": {
|
|
75
|
-
"size":
|
|
76
|
-
"sha256": "
|
|
75
|
+
"size": 366,
|
|
76
|
+
"sha256": "6cb7a33c37b6f8399473c69ac945dfb3047219b125d306f53e7f5d99b8355a76",
|
|
77
77
|
"executable": false
|
|
78
78
|
},
|
|
79
79
|
"tools/crawl4ai/browser_service.py": {
|
|
80
|
-
"size":
|
|
81
|
-
"sha256": "
|
|
80
|
+
"size": 5925,
|
|
81
|
+
"sha256": "a3783f66ab0619a2d9589f3a534db6b56b23b7ee92bbc31a7e3e48697326920e",
|
|
82
82
|
"executable": false
|
|
83
83
|
},
|
|
84
84
|
"tools/crawl4ai/requirements-lock.txt": {
|
|
@@ -88,51 +88,51 @@
|
|
|
88
88
|
},
|
|
89
89
|
"package.json": {
|
|
90
90
|
"size": 61,
|
|
91
|
-
"sha256": "
|
|
91
|
+
"sha256": "007e8957bb31fc5aaa44acaaa22b809afc3cf7452768686b2ac8e4df4d37a337",
|
|
92
92
|
"executable": false
|
|
93
93
|
},
|
|
94
94
|
"runtime/native-manifest.json": {
|
|
95
95
|
"size": 808,
|
|
96
|
-
"sha256": "
|
|
96
|
+
"sha256": "811cc083353e80bc74075c7a9b8c7a8d3631913d01a88e2c2410f91e06e8394d",
|
|
97
97
|
"executable": false
|
|
98
98
|
},
|
|
99
99
|
"native-bin/win32-x64/yxyl.exe": {
|
|
100
100
|
"size": 7766016,
|
|
101
|
-
"sha256": "
|
|
101
|
+
"sha256": "9512c75e06efe6a619094da5fa192c1234f2b22cb1955dfbaf713aaa7585d79b",
|
|
102
102
|
"executable": true
|
|
103
103
|
},
|
|
104
104
|
"native-bin/win32-x64/yxyl-bridge.exe": {
|
|
105
|
-
"size":
|
|
106
|
-
"sha256": "
|
|
105
|
+
"size": 4576256,
|
|
106
|
+
"sha256": "88833677818e50454150706b3faa863eaba0e41385ac48f88cf42a3947be8402",
|
|
107
107
|
"executable": true
|
|
108
108
|
},
|
|
109
109
|
"native-bin/win32-x64/yxyl-framework-demo.exe": {
|
|
110
110
|
"size": 289280,
|
|
111
|
-
"sha256": "
|
|
111
|
+
"sha256": "6162f1891ece8f057df6175e4a13ab0e6b0a10e2cb97fb6e9ad93f2aa3ec7e2e",
|
|
112
112
|
"executable": true
|
|
113
113
|
},
|
|
114
114
|
"native-bin/win32-x64/yxyl-okki-mail-draft.exe": {
|
|
115
|
-
"size":
|
|
116
|
-
"sha256": "
|
|
115
|
+
"size": 8136192,
|
|
116
|
+
"sha256": "7b8a66aaf9b95a9e095f1db27f11dceb80b63db11aa802c3ca66b807ce33138c",
|
|
117
117
|
"executable": true
|
|
118
118
|
},
|
|
119
119
|
"native-bin/win32-x64/yxyl-okki-prospect-research.exe": {
|
|
120
120
|
"size": 9651712,
|
|
121
|
-
"sha256": "
|
|
121
|
+
"sha256": "7b5ca0cf874a0afcdf77851179e3210b84c93267369f74e901bd640d3f978d97",
|
|
122
122
|
"executable": true
|
|
123
123
|
}
|
|
124
124
|
}
|
|
125
125
|
},
|
|
126
126
|
"darwin-x64": {
|
|
127
127
|
"urls": [
|
|
128
|
-
"https://github.com/areter/yxyl-cli-plugin-releases/releases/download/v0.2.
|
|
128
|
+
"https://github.com/areter/yxyl-cli-plugin-releases/releases/download/v0.2.20/yxyl-runtime-0.2.20-darwin-x64.zip"
|
|
129
129
|
],
|
|
130
|
-
"size":
|
|
131
|
-
"sha256": "
|
|
130
|
+
"size": 10296399,
|
|
131
|
+
"sha256": "b287ab508044fe6da7e82d7eebbcf44efba54a2ed50352f4e7e301a801428bb7",
|
|
132
132
|
"files": {
|
|
133
133
|
"runtime/skills.json": {
|
|
134
|
-
"size":
|
|
135
|
-
"sha256": "
|
|
134
|
+
"size": 1584,
|
|
135
|
+
"sha256": "dc3b17156ba5c225468b6e48bfbe9f35aad5b63ca36ed0912c4b01c75735f887",
|
|
136
136
|
"executable": false
|
|
137
137
|
},
|
|
138
138
|
"skills/framework-demo/SKILL.md": {
|
|
@@ -141,18 +141,18 @@
|
|
|
141
141
|
"executable": false
|
|
142
142
|
},
|
|
143
143
|
"skills/okki-mail-draft/SKILL.md": {
|
|
144
|
-
"size":
|
|
145
|
-
"sha256": "
|
|
144
|
+
"size": 12763,
|
|
145
|
+
"sha256": "7ee099a5ef719fd81e8cff88657b7f7ceb02183c74d911c846ab22343b36da1a",
|
|
146
146
|
"executable": false
|
|
147
147
|
},
|
|
148
148
|
"skills/okki-prospect-research/SKILL.md": {
|
|
149
|
-
"size":
|
|
150
|
-
"sha256": "
|
|
149
|
+
"size": 9368,
|
|
150
|
+
"sha256": "4dff7feeffe5dc5cf3ab00b4077e8e564bdaafbcf7bdc3d43628955360cd4965",
|
|
151
151
|
"executable": false
|
|
152
152
|
},
|
|
153
153
|
"skills/okki-prospect-research/references/personalized-email.md": {
|
|
154
|
-
"size":
|
|
155
|
-
"sha256": "
|
|
154
|
+
"size": 2239,
|
|
155
|
+
"sha256": "384b27fbff75f61aa0725b13142e1d933a91e9e80c42d75a718c4792890ecc47",
|
|
156
156
|
"executable": false
|
|
157
157
|
},
|
|
158
158
|
"skills/yxyl-setup/SKILL.md": {
|
|
@@ -166,33 +166,33 @@
|
|
|
166
166
|
"executable": false
|
|
167
167
|
},
|
|
168
168
|
"resources/licenses/agent-browser-cli-MIT.txt": {
|
|
169
|
-
"size":
|
|
170
|
-
"sha256": "
|
|
169
|
+
"size": 1094,
|
|
170
|
+
"sha256": "54a091894e8e650f0299456a7f4d5020e014c480faecb4f56ee601cddda7d09d",
|
|
171
171
|
"executable": false
|
|
172
172
|
},
|
|
173
173
|
"tools/crawl4ai/server.py": {
|
|
174
|
-
"size":
|
|
175
|
-
"sha256": "
|
|
174
|
+
"size": 231,
|
|
175
|
+
"sha256": "cd4d449d6e44a859ca3329279cf6312657324ce173d4d26678f68c31888f764c",
|
|
176
176
|
"executable": false
|
|
177
177
|
},
|
|
178
178
|
"tools/crawl4ai/models.py": {
|
|
179
|
-
"size":
|
|
180
|
-
"sha256": "
|
|
179
|
+
"size": 797,
|
|
180
|
+
"sha256": "4c296e8bfd12eb0244bbfe605f521454eeca6aa68907dc2d9c0d0463be599755",
|
|
181
181
|
"executable": false
|
|
182
182
|
},
|
|
183
183
|
"tools/crawl4ai/controllers.py": {
|
|
184
|
-
"size":
|
|
185
|
-
"sha256": "
|
|
184
|
+
"size": 2990,
|
|
185
|
+
"sha256": "17db95efecf2792bf800c757c79ef85011e45591c5a2516aa99b177ad0962545",
|
|
186
186
|
"executable": false
|
|
187
187
|
},
|
|
188
188
|
"tools/crawl4ai/page_quality.py": {
|
|
189
|
-
"size":
|
|
190
|
-
"sha256": "
|
|
189
|
+
"size": 366,
|
|
190
|
+
"sha256": "6cb7a33c37b6f8399473c69ac945dfb3047219b125d306f53e7f5d99b8355a76",
|
|
191
191
|
"executable": false
|
|
192
192
|
},
|
|
193
193
|
"tools/crawl4ai/browser_service.py": {
|
|
194
|
-
"size":
|
|
195
|
-
"sha256": "
|
|
194
|
+
"size": 5925,
|
|
195
|
+
"sha256": "a3783f66ab0619a2d9589f3a534db6b56b23b7ee92bbc31a7e3e48697326920e",
|
|
196
196
|
"executable": false
|
|
197
197
|
},
|
|
198
198
|
"tools/crawl4ai/requirements-lock.txt": {
|
|
@@ -202,51 +202,51 @@
|
|
|
202
202
|
},
|
|
203
203
|
"package.json": {
|
|
204
204
|
"size": 61,
|
|
205
|
-
"sha256": "
|
|
205
|
+
"sha256": "007e8957bb31fc5aaa44acaaa22b809afc3cf7452768686b2ac8e4df4d37a337",
|
|
206
206
|
"executable": false
|
|
207
207
|
},
|
|
208
208
|
"runtime/native-manifest.json": {
|
|
209
209
|
"size": 794,
|
|
210
|
-
"sha256": "
|
|
210
|
+
"sha256": "59ff7feafab9d1af97e00eae11b17b81895a83518a32ad9be5aea1e08c560401",
|
|
211
211
|
"executable": false
|
|
212
212
|
},
|
|
213
213
|
"native-bin/darwin-x64/yxyl": {
|
|
214
|
-
"size":
|
|
215
|
-
"sha256": "
|
|
214
|
+
"size": 4919816,
|
|
215
|
+
"sha256": "a17b1438459f9bc12ff3b32a1f7e50f0612fe9044ca08ff6577d243de36d7d08",
|
|
216
216
|
"executable": true
|
|
217
217
|
},
|
|
218
218
|
"native-bin/darwin-x64/yxyl-bridge": {
|
|
219
|
-
"size":
|
|
220
|
-
"sha256": "
|
|
219
|
+
"size": 3815472,
|
|
220
|
+
"sha256": "e2faec2dd6946db96dfdf62f46d797dd961c32d5c7929bd50ce499d7c3c2263c",
|
|
221
221
|
"executable": true
|
|
222
222
|
},
|
|
223
223
|
"native-bin/darwin-x64/yxyl-framework-demo": {
|
|
224
224
|
"size": 479584,
|
|
225
|
-
"sha256": "
|
|
225
|
+
"sha256": "a51434da161df1c195a7fc20e622148327be65c51bb12e86c5fa91dc43da6010",
|
|
226
226
|
"executable": true
|
|
227
227
|
},
|
|
228
228
|
"native-bin/darwin-x64/yxyl-okki-mail-draft": {
|
|
229
|
-
"size":
|
|
230
|
-
"sha256": "
|
|
229
|
+
"size": 5239600,
|
|
230
|
+
"sha256": "4d6f3e238259d5bfb7aa36b63d934948cc65cabbd419cea46796b4aa073223b2",
|
|
231
231
|
"executable": true
|
|
232
232
|
},
|
|
233
233
|
"native-bin/darwin-x64/yxyl-okki-prospect-research": {
|
|
234
|
-
"size":
|
|
235
|
-
"sha256": "
|
|
234
|
+
"size": 6607000,
|
|
235
|
+
"sha256": "267ef79e83b09fd3d96f7ea4f6779e1e6a31c877a1fe1334e57bae68ee8d5440",
|
|
236
236
|
"executable": true
|
|
237
237
|
}
|
|
238
238
|
}
|
|
239
239
|
},
|
|
240
240
|
"darwin-arm64": {
|
|
241
241
|
"urls": [
|
|
242
|
-
"https://github.com/areter/yxyl-cli-plugin-releases/releases/download/v0.2.
|
|
242
|
+
"https://github.com/areter/yxyl-cli-plugin-releases/releases/download/v0.2.20/yxyl-runtime-0.2.20-darwin-arm64.zip"
|
|
243
243
|
],
|
|
244
|
-
"size":
|
|
245
|
-
"sha256": "
|
|
244
|
+
"size": 9502850,
|
|
245
|
+
"sha256": "34bdbab5b63862bbc07baf830c0e24bbc6c624f51dd10ab561289cad6ccfb1df",
|
|
246
246
|
"files": {
|
|
247
247
|
"runtime/skills.json": {
|
|
248
|
-
"size":
|
|
249
|
-
"sha256": "
|
|
248
|
+
"size": 1584,
|
|
249
|
+
"sha256": "dc3b17156ba5c225468b6e48bfbe9f35aad5b63ca36ed0912c4b01c75735f887",
|
|
250
250
|
"executable": false
|
|
251
251
|
},
|
|
252
252
|
"skills/framework-demo/SKILL.md": {
|
|
@@ -255,18 +255,18 @@
|
|
|
255
255
|
"executable": false
|
|
256
256
|
},
|
|
257
257
|
"skills/okki-mail-draft/SKILL.md": {
|
|
258
|
-
"size":
|
|
259
|
-
"sha256": "
|
|
258
|
+
"size": 12763,
|
|
259
|
+
"sha256": "7ee099a5ef719fd81e8cff88657b7f7ceb02183c74d911c846ab22343b36da1a",
|
|
260
260
|
"executable": false
|
|
261
261
|
},
|
|
262
262
|
"skills/okki-prospect-research/SKILL.md": {
|
|
263
|
-
"size":
|
|
264
|
-
"sha256": "
|
|
263
|
+
"size": 9368,
|
|
264
|
+
"sha256": "4dff7feeffe5dc5cf3ab00b4077e8e564bdaafbcf7bdc3d43628955360cd4965",
|
|
265
265
|
"executable": false
|
|
266
266
|
},
|
|
267
267
|
"skills/okki-prospect-research/references/personalized-email.md": {
|
|
268
|
-
"size":
|
|
269
|
-
"sha256": "
|
|
268
|
+
"size": 2239,
|
|
269
|
+
"sha256": "384b27fbff75f61aa0725b13142e1d933a91e9e80c42d75a718c4792890ecc47",
|
|
270
270
|
"executable": false
|
|
271
271
|
},
|
|
272
272
|
"skills/yxyl-setup/SKILL.md": {
|
|
@@ -280,33 +280,33 @@
|
|
|
280
280
|
"executable": false
|
|
281
281
|
},
|
|
282
282
|
"resources/licenses/agent-browser-cli-MIT.txt": {
|
|
283
|
-
"size":
|
|
284
|
-
"sha256": "
|
|
283
|
+
"size": 1094,
|
|
284
|
+
"sha256": "54a091894e8e650f0299456a7f4d5020e014c480faecb4f56ee601cddda7d09d",
|
|
285
285
|
"executable": false
|
|
286
286
|
},
|
|
287
287
|
"tools/crawl4ai/server.py": {
|
|
288
|
-
"size":
|
|
289
|
-
"sha256": "
|
|
288
|
+
"size": 231,
|
|
289
|
+
"sha256": "cd4d449d6e44a859ca3329279cf6312657324ce173d4d26678f68c31888f764c",
|
|
290
290
|
"executable": false
|
|
291
291
|
},
|
|
292
292
|
"tools/crawl4ai/models.py": {
|
|
293
|
-
"size":
|
|
294
|
-
"sha256": "
|
|
293
|
+
"size": 797,
|
|
294
|
+
"sha256": "4c296e8bfd12eb0244bbfe605f521454eeca6aa68907dc2d9c0d0463be599755",
|
|
295
295
|
"executable": false
|
|
296
296
|
},
|
|
297
297
|
"tools/crawl4ai/controllers.py": {
|
|
298
|
-
"size":
|
|
299
|
-
"sha256": "
|
|
298
|
+
"size": 2990,
|
|
299
|
+
"sha256": "17db95efecf2792bf800c757c79ef85011e45591c5a2516aa99b177ad0962545",
|
|
300
300
|
"executable": false
|
|
301
301
|
},
|
|
302
302
|
"tools/crawl4ai/page_quality.py": {
|
|
303
|
-
"size":
|
|
304
|
-
"sha256": "
|
|
303
|
+
"size": 366,
|
|
304
|
+
"sha256": "6cb7a33c37b6f8399473c69ac945dfb3047219b125d306f53e7f5d99b8355a76",
|
|
305
305
|
"executable": false
|
|
306
306
|
},
|
|
307
307
|
"tools/crawl4ai/browser_service.py": {
|
|
308
|
-
"size":
|
|
309
|
-
"sha256": "
|
|
308
|
+
"size": 5925,
|
|
309
|
+
"sha256": "a3783f66ab0619a2d9589f3a534db6b56b23b7ee92bbc31a7e3e48697326920e",
|
|
310
310
|
"executable": false
|
|
311
311
|
},
|
|
312
312
|
"tools/crawl4ai/requirements-lock.txt": {
|
|
@@ -316,37 +316,37 @@
|
|
|
316
316
|
},
|
|
317
317
|
"package.json": {
|
|
318
318
|
"size": 61,
|
|
319
|
-
"sha256": "
|
|
319
|
+
"sha256": "007e8957bb31fc5aaa44acaaa22b809afc3cf7452768686b2ac8e4df4d37a337",
|
|
320
320
|
"executable": false
|
|
321
321
|
},
|
|
322
322
|
"runtime/native-manifest.json": {
|
|
323
323
|
"size": 806,
|
|
324
|
-
"sha256": "
|
|
324
|
+
"sha256": "34010857872f8499d3b054231c97a0d7e6e70f449b600bfd6030a26e3bd6ab8c",
|
|
325
325
|
"executable": false
|
|
326
326
|
},
|
|
327
327
|
"native-bin/darwin-arm64/yxyl": {
|
|
328
|
-
"size":
|
|
329
|
-
"sha256": "
|
|
328
|
+
"size": 4650704,
|
|
329
|
+
"sha256": "7e420fca7e0aa749c46e3cfe9f66661c5548ee24599d350ff726082015f7a750",
|
|
330
330
|
"executable": true
|
|
331
331
|
},
|
|
332
332
|
"native-bin/darwin-arm64/yxyl-bridge": {
|
|
333
|
-
"size":
|
|
334
|
-
"sha256": "
|
|
333
|
+
"size": 3696560,
|
|
334
|
+
"sha256": "67ae920f047adc2a563699cc73d5352f50c7013af2b0755c5264257abe5e8044",
|
|
335
335
|
"executable": true
|
|
336
336
|
},
|
|
337
337
|
"native-bin/darwin-arm64/yxyl-framework-demo": {
|
|
338
338
|
"size": 474992,
|
|
339
|
-
"sha256": "
|
|
339
|
+
"sha256": "9d233703066ad75fdeed7daa7caa166773ed080557acff9da11c2e0507bb98d0",
|
|
340
340
|
"executable": true
|
|
341
341
|
},
|
|
342
342
|
"native-bin/darwin-arm64/yxyl-okki-mail-draft": {
|
|
343
|
-
"size":
|
|
344
|
-
"sha256": "
|
|
343
|
+
"size": 4948176,
|
|
344
|
+
"sha256": "3ca4db56c138507bcff7afb0821f3939637e367e3d36b3ac55ba2a04c95d4aa2",
|
|
345
345
|
"executable": true
|
|
346
346
|
},
|
|
347
347
|
"native-bin/darwin-arm64/yxyl-okki-prospect-research": {
|
|
348
|
-
"size":
|
|
349
|
-
"sha256": "
|
|
348
|
+
"size": 6222832,
|
|
349
|
+
"sha256": "1d2a0273921196c3692daffb0fc15d440bc2ce92074b6f262e339ffe6f6d984a",
|
|
350
350
|
"executable": true
|
|
351
351
|
}
|
|
352
352
|
}
|