@workos/cli-darwin-x64 0.0.1

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/README.md +6 -0
  2. package/package.json +8 -0
package/README.md ADDED
@@ -0,0 +1,6 @@
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.
package/package.json ADDED
@@ -0,0 +1,8 @@
1
+ {
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" },
6
+ "license": "MIT",
7
+ "publishConfig": { "access": "public" }
8
+ }