@workos/cli-darwin-x64 0.0.1 → 0.20.2

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 (3) hide show
  1. package/bin/workos +0 -0
  2. package/package.json +15 -4
  3. package/README.md +0 -6
package/bin/workos ADDED
Binary file
package/package.json CHANGED
@@ -1,8 +1,19 @@
1
1
  {
2
2
  "name": "@workos/cli-darwin-x64",
3
- "version": "0.0.1",
4
- "description": "Placeholder — reserves this name for the WorkOS CLI darwin-x64 binary. Real binaries ship with the first standalone-binary release of the workos CLI.",
5
- "repository": { "type": "git", "url": "git+https://github.com/workos/cli.git" },
3
+ "version": "0.20.2",
4
+ "description": "WorkOS CLI binary for darwin-x64",
5
+ "repository": {
6
+ "type": "git",
7
+ "url": "git+https://github.com/workos/cli.git"
8
+ },
6
9
  "license": "MIT",
7
- "publishConfig": { "access": "public" }
10
+ "os": [
11
+ "darwin"
12
+ ],
13
+ "cpu": [
14
+ "x64"
15
+ ],
16
+ "files": [
17
+ "bin"
18
+ ]
8
19
  }
package/README.md DELETED
@@ -1,6 +0,0 @@
1
- # @workos/cli-darwin-x64
2
-
3
- Placeholder package reserving this name for the WorkOS CLI platform binary
4
- for `darwin-x64`. Do not depend on this version — the real binary packages are
5
- published by the [workos/cli](https://github.com/workos/cli) release
6
- pipeline, and the `workos` npm launcher pins them by exact version.