@batijs/cli 0.0.216 → 0.0.217

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
@@ -1613,7 +1613,7 @@ var import_which_pm_runs = __toESM(require_which_pm_runs(), 1);
1613
1613
  // package.json
1614
1614
  var package_default = {
1615
1615
  name: "@batijs/cli",
1616
- version: "0.0.216",
1616
+ version: "0.0.217",
1617
1617
  type: "module",
1618
1618
  scripts: {
1619
1619
  "check-types": "tsc --noEmit",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@batijs/cli",
3
- "version": "0.0.216",
3
+ "version": "0.0.217",
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",
@@ -22,12 +22,12 @@
22
22
  "unplugin-purge-polyfills": "^0.0.4",
23
23
  "vite": "^5.3.2",
24
24
  "which-pm-runs": "^1.1.0",
25
- "@batijs/compile": "0.0.216",
26
- "@batijs/build": "0.0.216"
25
+ "@batijs/build": "0.0.217",
26
+ "@batijs/compile": "0.0.217"
27
27
  },
28
28
  "dependencies": {
29
- "@batijs/features": "0.0.216",
30
- "@batijs/core": "0.0.216"
29
+ "@batijs/core": "0.0.217",
30
+ "@batijs/features": "0.0.217"
31
31
  },
32
32
  "bin": "./dist/index.js",
33
33
  "exports": {