@volcengine/vefaas-cli 0.2.1-darwin-x64 → 0.2.1-darwin-arm64

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.
Files changed (2) hide show
  1. package/bin/vefaas +0 -0
  2. package/package.json +3 -3
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-darwin-x64",
3
+ "version": "0.2.1-darwin-arm64",
4
4
  "license": "MIT",
5
- "description": "The command-line interface for veFaaS (macOS x64 binary)",
5
+ "description": "The command-line interface for veFaaS (macOS ARM64 binary)",
6
6
  "homepage": "https://console.volcengine.com/vefaas",
7
7
  "os": [
8
8
  "darwin"
9
9
  ],
10
10
  "cpu": [
11
- "x64"
11
+ "arm64"
12
12
  ],
13
13
  "files": [
14
14
  "bin"