@zebeqo/vendy-linux-x64-baseline 0.0.0 → 2.0.0-beta.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/{LICENSE → LICENSE.opencode} +1 -1
- package/bin/vendy +0 -0
- package/package.json +17 -7
- package/README.md +0 -3
package/bin/vendy
ADDED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,15 +1,25 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zebeqo/vendy-linux-x64-baseline",
|
|
3
|
-
"version": "0.0.
|
|
4
|
-
"description": "Placeholder for vendy platform releases through GitHub Actions trusted publishing.",
|
|
5
|
-
"license": "MIT",
|
|
3
|
+
"version": "2.0.0-beta.3",
|
|
6
4
|
"repository": {
|
|
7
5
|
"type": "git",
|
|
8
6
|
"url": "git+https://github.com/Zebeqo/vendy.git",
|
|
9
7
|
"directory": "packages/vendy/platforms/linux-x64-baseline"
|
|
10
8
|
},
|
|
11
9
|
"files": [
|
|
12
|
-
"
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
10
|
+
"bin"
|
|
11
|
+
],
|
|
12
|
+
"os": [
|
|
13
|
+
"linux"
|
|
14
|
+
],
|
|
15
|
+
"cpu": [
|
|
16
|
+
"x64"
|
|
17
|
+
],
|
|
18
|
+
"publishConfig": {
|
|
19
|
+
"access": "public"
|
|
20
|
+
},
|
|
21
|
+
"vendy": {
|
|
22
|
+
"bunTarget": "bun-linux-x64-baseline",
|
|
23
|
+
"libc": "glibc"
|
|
24
|
+
}
|
|
25
|
+
}
|
package/README.md
DELETED