@volcengine/vefaas-cli 0.2.1-darwin-arm64 → 0.2.1-linux-x64
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/vefaas +0 -0
- package/package.json +4 -4
package/bin/vefaas
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@volcengine/vefaas-cli",
|
|
3
|
-
"version": "0.2.1-
|
|
3
|
+
"version": "0.2.1-linux-x64",
|
|
4
4
|
"license": "MIT",
|
|
5
|
-
"description": "The command-line interface for veFaaS (
|
|
5
|
+
"description": "The command-line interface for veFaaS (Linux x64 binary)",
|
|
6
6
|
"homepage": "https://console.volcengine.com/vefaas",
|
|
7
7
|
"os": [
|
|
8
|
-
"
|
|
8
|
+
"linux"
|
|
9
9
|
],
|
|
10
10
|
"cpu": [
|
|
11
|
-
"
|
|
11
|
+
"x64"
|
|
12
12
|
],
|
|
13
13
|
"files": [
|
|
14
14
|
"bin"
|