@batijs/cli 0.0.623 → 0.0.624

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 +3 -3
package/dist/index.js CHANGED
@@ -2613,7 +2613,7 @@ function kebabCase(str, joiner) {
2613
2613
  //#endregion
2614
2614
  //#region package.json
2615
2615
  var name = "@batijs/cli";
2616
- var version = "0.0.623";
2616
+ var version = "0.0.624";
2617
2617
  var description = "Next-gen scaffolder. Get started with fully-functional apps, and choose any tool you want";
2618
2618
  //#endregion
2619
2619
  //#region rules.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@batijs/cli",
3
- "version": "0.0.623",
3
+ "version": "0.0.624",
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",
@@ -20,8 +20,8 @@
20
20
  "typescript": "^6.0.3",
21
21
  "unplugin-purge-polyfills": "^0.1.0",
22
22
  "vite": "^8.0.10",
23
- "@batijs/build": "0.0.623",
24
- "@batijs/compile": "0.0.623"
23
+ "@batijs/compile": "0.0.624",
24
+ "@batijs/build": "0.0.624"
25
25
  },
26
26
  "dependencies": {
27
27
  "@batijs/core": "",