@cloneisyou/cli 0.1.3-darwin-arm64 → 0.1.3-darwin-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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@cloneisyou/cli",
3
- "version": "0.1.3-darwin-arm64",
4
- "description": "Native Clone CLI binary for darwin-arm64",
3
+ "version": "0.1.3-darwin-x64",
4
+ "description": "Native Clone CLI binary for darwin-x64",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "Clone Labs, Inc.",
7
7
  "homepage": "https://clone.is",
@@ -11,9 +11,9 @@
11
11
  "directory": "apps/cli/npm"
12
12
  },
13
13
  "os": ["darwin"],
14
- "cpu": ["arm64"],
14
+ "cpu": ["x64"],
15
15
  "bin": {
16
- "clone": "vendor/darwin-arm64/clone/clone"
16
+ "clone": "vendor/darwin-x64/clone/clone"
17
17
  },
18
18
  "files": [
19
19
  "vendor",
index a8b1cb5..f527dc6 100755
Binary file