@stacksjs/cli 0.70.0 → 0.70.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.
- package/dist/index.js +1 -1
- package/package.json +10 -10
package/dist/index.js
CHANGED
|
@@ -19059,7 +19059,7 @@ function link(text, url) {
|
|
|
19059
19059
|
return options.enabled ? OSC + "8" + SEP + SEP + url + BEL + text + OSC + "8" + SEP + SEP + BEL : `${text} (\u200B${url}\u200B)`;
|
|
19060
19060
|
}
|
|
19061
19061
|
// package.json
|
|
19062
|
-
var version = "0.70.
|
|
19062
|
+
var version = "0.70.1";
|
|
19063
19063
|
|
|
19064
19064
|
// src/helpers.ts
|
|
19065
19065
|
async function intro(command2, options2) {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/cli",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.70.
|
|
4
|
+
"version": "0.70.1",
|
|
5
5
|
"description": "TypeScript framework for CLI artisans. Build beautiful console apps with ease.",
|
|
6
6
|
"author": "Chris Breuer",
|
|
7
7
|
"contributors": ["Chris Breuer <chris@stacksjs.org>"],
|
|
@@ -52,15 +52,15 @@
|
|
|
52
52
|
"devDependencies": {
|
|
53
53
|
"@antfu/install-pkg": "^1.0.0",
|
|
54
54
|
"@clack/core": "^0.4.1",
|
|
55
|
-
"@stacksjs/collections": "0.70.
|
|
56
|
-
"@stacksjs/config": "0.70.
|
|
57
|
-
"@stacksjs/development": "0.70.
|
|
58
|
-
"@stacksjs/error-handling": "0.70.
|
|
59
|
-
"@stacksjs/logging": "0.70.
|
|
60
|
-
"@stacksjs/path": "0.70.
|
|
61
|
-
"@stacksjs/types": "0.70.
|
|
62
|
-
"@stacksjs/utils": "0.70.
|
|
63
|
-
"@stacksjs/validation": "0.70.
|
|
55
|
+
"@stacksjs/collections": "0.70.1",
|
|
56
|
+
"@stacksjs/config": "0.70.1",
|
|
57
|
+
"@stacksjs/development": "0.70.1",
|
|
58
|
+
"@stacksjs/error-handling": "0.70.1",
|
|
59
|
+
"@stacksjs/logging": "0.70.1",
|
|
60
|
+
"@stacksjs/path": "0.70.1",
|
|
61
|
+
"@stacksjs/types": "0.70.1",
|
|
62
|
+
"@stacksjs/utils": "0.70.1",
|
|
63
|
+
"@stacksjs/validation": "0.70.1",
|
|
64
64
|
"@types/prompts": "^2.4.9",
|
|
65
65
|
"ansi-escapes": "^7.0.0",
|
|
66
66
|
"cac": "^6.7.14",
|