@stacksjs/cli 0.70.252 → 0.70.254

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +9 -9
package/dist/index.js CHANGED
@@ -503,7 +503,7 @@ var quotes = collect([
503
503
  "Security is mostly a superstition. Life is either a daring adventure or nothing."
504
504
  ]);
505
505
  // package.json
506
- var version = "0.70.252";
506
+ var version = "0.70.254";
507
507
  // src/helpers.ts
508
508
  async function intro(command, options) {
509
509
  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.252",
5
+ "version": "0.70.254",
6
6
  "description": "TypeScript framework for CLI artisans. Build beautiful console apps with ease.",
7
7
  "author": "Chris Breuer",
8
8
  "contributors": [
@@ -64,14 +64,14 @@
64
64
  "@stacksjs/clapp": "^0.2.12"
65
65
  },
66
66
  "devDependencies": {
67
- "@stacksjs/collections": "0.70.252",
68
- "@stacksjs/config": "0.70.252",
67
+ "@stacksjs/collections": "0.70.254",
68
+ "@stacksjs/config": "0.70.254",
69
69
  "better-dx": "^0.2.17",
70
- "@stacksjs/error-handling": "0.70.252",
71
- "@stacksjs/logging": "0.70.252",
72
- "@stacksjs/path": "0.70.252",
73
- "@stacksjs/types": "0.70.252",
74
- "@stacksjs/utils": "0.70.252",
75
- "@stacksjs/validation": "0.70.252"
70
+ "@stacksjs/error-handling": "0.70.254",
71
+ "@stacksjs/logging": "0.70.254",
72
+ "@stacksjs/path": "0.70.254",
73
+ "@stacksjs/types": "0.70.254",
74
+ "@stacksjs/utils": "0.70.254",
75
+ "@stacksjs/validation": "0.70.254"
76
76
  }
77
77
  }