@stacksjs/cli 0.70.163 → 0.70.164
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 +1 -1
- package/dist/index.js +1 -1
- package/package.json +9 -9
package/README.md
CHANGED
|
@@ -310,7 +310,7 @@ For help, discussion about best practices, or any other conversation that would
|
|
|
310
310
|
|
|
311
311
|
For casual chit-chat with others using this package:
|
|
312
312
|
|
|
313
|
-
[Join the Stacks Discord Server](https://
|
|
313
|
+
[Join the Stacks Discord Server](https://stacksjs.com/discord)
|
|
314
314
|
|
|
315
315
|
## 🙏🏼 Credits
|
|
316
316
|
|
package/dist/index.js
CHANGED
|
@@ -494,7 +494,7 @@ var quotes = collect([
|
|
|
494
494
|
"Security is mostly a superstition. Life is either a daring adventure or nothing."
|
|
495
495
|
]);
|
|
496
496
|
// package.json
|
|
497
|
-
var version = "0.70.
|
|
497
|
+
var version = "0.70.164";
|
|
498
498
|
// src/helpers.ts
|
|
499
499
|
async function intro(command, options) {
|
|
500
500
|
return new Promise((resolve) => {
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@stacksjs/cli",
|
|
3
3
|
"type": "module",
|
|
4
4
|
"sideEffects": false,
|
|
5
|
-
"version": "0.70.
|
|
5
|
+
"version": "0.70.164",
|
|
6
6
|
"description": "TypeScript framework for CLI artisans. Build beautiful console apps with ease.",
|
|
7
7
|
"author": "Chris Breuer",
|
|
8
8
|
"contributors": [
|
|
@@ -66,14 +66,14 @@
|
|
|
66
66
|
"@stacksjs/clapp": "^0.2.12"
|
|
67
67
|
},
|
|
68
68
|
"devDependencies": {
|
|
69
|
-
"@stacksjs/collections": "0.70.
|
|
70
|
-
"@stacksjs/config": "0.70.
|
|
69
|
+
"@stacksjs/collections": "0.70.164",
|
|
70
|
+
"@stacksjs/config": "0.70.164",
|
|
71
71
|
"better-dx": "^0.2.17",
|
|
72
|
-
"@stacksjs/error-handling": "0.70.
|
|
73
|
-
"@stacksjs/logging": "0.70.
|
|
74
|
-
"@stacksjs/path": "0.70.
|
|
75
|
-
"@stacksjs/types": "0.70.
|
|
76
|
-
"@stacksjs/utils": "0.70.
|
|
77
|
-
"@stacksjs/validation": "0.70.
|
|
72
|
+
"@stacksjs/error-handling": "0.70.164",
|
|
73
|
+
"@stacksjs/logging": "0.70.164",
|
|
74
|
+
"@stacksjs/path": "0.70.164",
|
|
75
|
+
"@stacksjs/types": "0.70.164",
|
|
76
|
+
"@stacksjs/utils": "0.70.164",
|
|
77
|
+
"@stacksjs/validation": "0.70.164"
|
|
78
78
|
}
|
|
79
79
|
}
|