@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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. 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.0";
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.0",
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.0",
56
- "@stacksjs/config": "0.70.0",
57
- "@stacksjs/development": "0.70.0",
58
- "@stacksjs/error-handling": "0.70.0",
59
- "@stacksjs/logging": "0.70.0",
60
- "@stacksjs/path": "0.70.0",
61
- "@stacksjs/types": "0.70.0",
62
- "@stacksjs/utils": "0.70.0",
63
- "@stacksjs/validation": "0.70.0",
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",