@tenkit/cli 0.2.0 → 0.3.0
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/dist/index.mjs +1 -1
- package/package.json +2 -2
package/dist/index.mjs
CHANGED
|
@@ -38,7 +38,7 @@ function resolveRealPath(path) {
|
|
|
38
38
|
}
|
|
39
39
|
//#endregion
|
|
40
40
|
//#region src/constants.ts
|
|
41
|
-
const CLI_VERSION = "0.
|
|
41
|
+
const CLI_VERSION = "0.3.0";
|
|
42
42
|
const DEFAULT_PROJECT_NAME = "tenkit-app";
|
|
43
43
|
const DEFAULT_PUBLIC_SETUP_SLUG = "white-label";
|
|
44
44
|
const DEFAULT_STYLING_CHOICE = "bare";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tenkit/cli",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.3.0",
|
|
4
4
|
"description": "Public Tenkit CLI implementation package.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"homepage": "https://www.tenkit.dev",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"commander": "^15.0.0",
|
|
42
42
|
"fs-extra": "^11.3.5",
|
|
43
43
|
"pathe": "^2.0.3",
|
|
44
|
-
"@tenkit/template-generator": "0.
|
|
44
|
+
"@tenkit/template-generator": "0.3.0"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
47
|
"@types/fs-extra": "^11.0.4",
|