create-kabyn 0.1.0-alpha.11 → 0.1.0-alpha.13
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/README.md +3 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -6,6 +6,9 @@ Initialize a new or existing Kabyn workspace:
|
|
|
6
6
|
npm create kabyn@latest
|
|
7
7
|
```
|
|
8
8
|
|
|
9
|
+
The initializer opens WorkOS login when authentication is missing or a saved
|
|
10
|
+
interactive session has expired.
|
|
11
|
+
|
|
9
12
|
For non-interactive use, choose the operation and scope explicitly:
|
|
10
13
|
|
|
11
14
|
```powershell
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-kabyn",
|
|
3
|
-
"version": "0.1.0-alpha.
|
|
3
|
+
"version": "0.1.0-alpha.13",
|
|
4
4
|
"description": "Initialize a new or existing Kabyn workspace project",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"repository": {
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"test": "node --test \"test/*.test.mjs\""
|
|
22
22
|
},
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"kabyn": "0.1.0-alpha.
|
|
24
|
+
"kabyn": "0.1.0-alpha.13"
|
|
25
25
|
},
|
|
26
26
|
"engines": {
|
|
27
27
|
"node": ">=22"
|