omnicrawl-cli 0.1.70 → 0.1.71
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 +6 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "omnicrawl-cli",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.71",
|
|
4
4
|
"description": "OmniCrawl 启动器:按平台选择内核二进制并转交 stdio",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -24,10 +24,10 @@
|
|
|
24
24
|
},
|
|
25
25
|
"license": "MIT",
|
|
26
26
|
"optionalDependencies": {
|
|
27
|
-
"@omnicrawl/cli-win32-x64": "0.1.
|
|
28
|
-
"@omnicrawl/cli-win32-ia32": "0.1.
|
|
29
|
-
"@omnicrawl/cli-linux-x64": "0.1.
|
|
30
|
-
"@omnicrawl/cli-linux-arm-musl": "0.1.
|
|
31
|
-
"@omnicrawl/cli-linux-arm64-musl": "0.1.
|
|
27
|
+
"@omnicrawl/cli-win32-x64": "0.1.71",
|
|
28
|
+
"@omnicrawl/cli-win32-ia32": "0.1.71",
|
|
29
|
+
"@omnicrawl/cli-linux-x64": "0.1.71",
|
|
30
|
+
"@omnicrawl/cli-linux-arm-musl": "0.1.71",
|
|
31
|
+
"@omnicrawl/cli-linux-arm64-musl": "0.1.71"
|
|
32
32
|
}
|
|
33
33
|
}
|