@omnicrawl/cli-linux-arm-musl 0.1.71 → 0.2.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/bin/omnicrawl CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@omnicrawl/cli-linux-arm-musl",
3
- "version": "0.1.71",
3
+ "version": "0.2.0",
4
4
  "description": "OmniCrawl 内核二进制(Linux armv7,musl 静态,嵌入式目标)",
5
5
  "repository": {
6
6
  "type": "git",
@@ -17,7 +17,8 @@
17
17
  "omnicrawl": "bin/omnicrawl"
18
18
  },
19
19
  "files": [
20
- "bin"
20
+ "bin",
21
+ "version.json"
21
22
  ],
22
23
  "license": "MIT"
23
24
  }
package/version.json ADDED
@@ -0,0 +1,10 @@
1
+ {
2
+ "name": "@omnicrawl/cli-linux-arm-musl",
3
+ "version": "0.2.0",
4
+ "os": "linux",
5
+ "cpu": "arm",
6
+ "kernelVersion": "0.0.1",
7
+ "hostVersion": null,
8
+ "hostPlatform": null,
9
+ "builtAt": "2026-09-18T21:22:10.936Z"
10
+ }