@workos/cli-win32-arm64 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.
- package/bin/workos.exe +0 -0
- package/package.json +15 -4
- package/README.md +0 -6
package/bin/workos.exe
ADDED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,8 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@workos/cli-win32-arm64",
|
|
3
|
-
"version": "0.
|
|
4
|
-
"description": "
|
|
5
|
-
"repository": {
|
|
3
|
+
"version": "0.20.2",
|
|
4
|
+
"description": "WorkOS CLI binary for win32-arm64",
|
|
5
|
+
"repository": {
|
|
6
|
+
"type": "git",
|
|
7
|
+
"url": "git+https://github.com/workos/cli.git"
|
|
8
|
+
},
|
|
6
9
|
"license": "MIT",
|
|
7
|
-
"
|
|
10
|
+
"os": [
|
|
11
|
+
"win32"
|
|
12
|
+
],
|
|
13
|
+
"cpu": [
|
|
14
|
+
"arm64"
|
|
15
|
+
],
|
|
16
|
+
"files": [
|
|
17
|
+
"bin"
|
|
18
|
+
]
|
|
8
19
|
}
|
package/README.md
DELETED
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
# @workos/cli-win32-arm64
|
|
2
|
-
|
|
3
|
-
Placeholder package reserving this name for the WorkOS CLI platform binary
|
|
4
|
-
for `win32-arm64`. 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.
|