@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.
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2026 Zebeqo
3
+ Copyright (c) 2025 opencode
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
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.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
- "README.md",
13
- "LICENSE"
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
@@ -1,3 +0,0 @@
1
- # @zebeqo/vendy-linux-x64-baseline
2
-
3
- This placeholder reserves the platform package for vendy. Release binaries are published by the Zebeqo/vendy GitHub Actions publish.yml workflow. Install the application with npm install -g @zebeqo/vendy@beta.