@batijs/cli 0.0.158 → 0.0.159

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 +5 -5
package/dist/index.js CHANGED
@@ -585,7 +585,7 @@ Please report this issue to https://github.com/magne4000/bati`
585
585
  // package.json
586
586
  var package_default = {
587
587
  name: "@batijs/cli",
588
- version: "0.0.158",
588
+ version: "0.0.159",
589
589
  type: "module",
590
590
  scripts: {
591
591
  "check-types": "tsc --noEmit",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@batijs/cli",
3
- "version": "0.0.158",
3
+ "version": "0.0.159",
4
4
  "type": "module",
5
5
  "keywords": [],
6
6
  "description": "Next-gen scaffolder. Get started with fully-functional apps, and choose any tool you want",
@@ -19,12 +19,12 @@
19
19
  "tsup": "^8.0.2",
20
20
  "typescript": "^5.3.3",
21
21
  "vite": "^5.1.1",
22
- "@batijs/build": "0.0.158",
23
- "@batijs/compile": "0.0.158"
22
+ "@batijs/build": "0.0.159",
23
+ "@batijs/compile": "0.0.159"
24
24
  },
25
25
  "dependencies": {
26
- "@batijs/core": "0.0.158",
27
- "@batijs/features": "0.0.158"
26
+ "@batijs/core": "0.0.159",
27
+ "@batijs/features": "0.0.159"
28
28
  },
29
29
  "bin": "./dist/index.js",
30
30
  "exports": {