@batijs/cli 0.0.227 → 0.0.229

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
@@ -1588,7 +1588,7 @@ var createDefaultQueryTester = function(query, options) {
1588
1588
  // package.json
1589
1589
  var package_default = {
1590
1590
  name: "@batijs/cli",
1591
- version: "0.0.227",
1591
+ version: "0.0.229",
1592
1592
  type: "module",
1593
1593
  scripts: {
1594
1594
  "check-types": "tsc --noEmit",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@batijs/cli",
3
- "version": "0.0.227",
3
+ "version": "0.0.229",
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,12 +20,12 @@
20
20
  "typescript": "^5.5.3",
21
21
  "unplugin-purge-polyfills": "^0.0.4",
22
22
  "vite": "^5.3.3",
23
- "@batijs/build": "0.0.227",
24
- "@batijs/compile": "0.0.227"
23
+ "@batijs/build": "0.0.229",
24
+ "@batijs/compile": "0.0.229"
25
25
  },
26
26
  "dependencies": {
27
- "@batijs/features": "0.0.227",
28
- "@batijs/core": "0.0.227"
27
+ "@batijs/core": "0.0.229",
28
+ "@batijs/features": "0.0.229"
29
29
  },
30
30
  "bin": "./dist/index.js",
31
31
  "exports": {