@stack-dev/cli 0.1.4 → 0.1.5

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 CHANGED
@@ -1281,7 +1281,7 @@ var import_commander = require("commander");
1281
1281
  var import_enquirer3 = require("enquirer");
1282
1282
 
1283
1283
  // package.json
1284
- var version = "0.1.3";
1284
+ var version = "0.1.5";
1285
1285
 
1286
1286
  // src/link-packages.ts
1287
1287
  var import_promises4 = __toESM(require("fs/promises"));
package/dist/index.mjs CHANGED
@@ -1258,7 +1258,7 @@ import { Command } from "commander";
1258
1258
  import { prompt as prompt3 } from "enquirer";
1259
1259
 
1260
1260
  // package.json
1261
- var version = "0.1.3";
1261
+ var version = "0.1.5";
1262
1262
 
1263
1263
  // src/link-packages.ts
1264
1264
  import fs4 from "node:fs/promises";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stack-dev/cli",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "bin": {
5
5
  "stack": "./dist/index.js"
6
6
  },
@@ -21,9 +21,9 @@
21
21
  "prettier": "^3.6.2",
22
22
  "prettier-plugin-organize-imports": "^4.2.0",
23
23
  "tsup": "^7.3.0",
24
- "@stack-dev/typescript-config": "0.1.0",
25
24
  "@stack-dev/eslint-config": "0.1.0",
26
- "@stack-dev/prettier-config": "0.1.0"
25
+ "@stack-dev/prettier-config": "0.1.0",
26
+ "@stack-dev/typescript-config": "0.1.0"
27
27
  },
28
28
  "scripts": {
29
29
  "build": "tsup src/index.ts --dts --format esm,cjs",