@stacksjs/cli 0.69.1 → 0.69.3
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.d.ts +1 -10
- package/dist/index.js +1 -1
- package/package.json +10 -10
package/dist/index.d.ts
CHANGED
|
@@ -1,10 +1 @@
|
|
|
1
|
-
export * from './
|
|
2
|
-
export * from './cli'
|
|
3
|
-
export * from './command'
|
|
4
|
-
export * from './console'
|
|
5
|
-
export * from './exec'
|
|
6
|
-
export * from './helpers'
|
|
7
|
-
export * from './parse'
|
|
8
|
-
export * from './run'
|
|
9
|
-
export * from './spinner'
|
|
10
|
-
export * from './utils'
|
|
1
|
+
export * from './install'
|
package/dist/index.js
CHANGED
|
@@ -18677,7 +18677,7 @@ function link(text, url) {
|
|
|
18677
18677
|
return options.enabled ? OSC + "8" + SEP + SEP + url + BEL + text + OSC + "8" + SEP + SEP + BEL : `${text} (\u200B${url}\u200B)`;
|
|
18678
18678
|
}
|
|
18679
18679
|
// package.json
|
|
18680
|
-
var version = "0.69.
|
|
18680
|
+
var version = "0.69.3";
|
|
18681
18681
|
|
|
18682
18682
|
// src/helpers.ts
|
|
18683
18683
|
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.69.
|
|
4
|
+
"version": "0.69.3",
|
|
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.
|
|
56
|
-
"@stacksjs/config": "0.
|
|
57
|
-
"@stacksjs/development": "0.
|
|
58
|
-
"@stacksjs/error-handling": "0.
|
|
59
|
-
"@stacksjs/logging": "0.
|
|
60
|
-
"@stacksjs/path": "0.
|
|
61
|
-
"@stacksjs/types": "0.
|
|
62
|
-
"@stacksjs/utils": "0.
|
|
63
|
-
"@stacksjs/validation": "0.
|
|
55
|
+
"@stacksjs/collections": "0.69.2",
|
|
56
|
+
"@stacksjs/config": "0.69.2",
|
|
57
|
+
"@stacksjs/development": "0.69.2",
|
|
58
|
+
"@stacksjs/error-handling": "0.69.2",
|
|
59
|
+
"@stacksjs/logging": "0.69.2",
|
|
60
|
+
"@stacksjs/path": "0.69.2",
|
|
61
|
+
"@stacksjs/types": "0.69.2",
|
|
62
|
+
"@stacksjs/utils": "0.69.2",
|
|
63
|
+
"@stacksjs/validation": "0.69.2",
|
|
64
64
|
"@types/prompts": "^2.4.9",
|
|
65
65
|
"ansi-escapes": "^7.0.0",
|
|
66
66
|
"cac": "^6.7.14",
|