@batijs/cli 0.0.281 → 0.0.282

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
@@ -1677,7 +1677,7 @@ var createDefaultQueryTester = function(query, options) {
1677
1677
  // package.json
1678
1678
  var package_default = {
1679
1679
  name: "@batijs/cli",
1680
- version: "0.0.281",
1680
+ version: "0.0.282",
1681
1681
  type: "module",
1682
1682
  scripts: {
1683
1683
  "check-types": "tsc --noEmit",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@batijs/cli",
3
- "version": "0.0.281",
3
+ "version": "0.0.282",
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.6.2",
21
21
  "unplugin-purge-polyfills": "^0.0.6",
22
22
  "vite": "^5.4.7",
23
- "@batijs/build": "0.0.281",
24
- "@batijs/compile": "0.0.281"
23
+ "@batijs/build": "0.0.282",
24
+ "@batijs/compile": "0.0.282"
25
25
  },
26
26
  "dependencies": {
27
- "@batijs/core": "0.0.281",
28
- "@batijs/features": "0.0.281"
27
+ "@batijs/core": "0.0.282",
28
+ "@batijs/features": "0.0.282"
29
29
  },
30
30
  "bin": "./dist/index.js",
31
31
  "exports": {