@batijs/cli 0.0.659 → 0.0.660

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.
@@ -1,4 +1,4 @@
1
- import { features } from "../../asset-packages/features/dist/features-CGdfnf9U.mjs";
1
+ import { features } from "../../asset-packages/features/dist/features-H0oiz0KO.mjs";
2
2
  import { SKILLS_DIR } from "../../asset-packages/features/dist/index.mjs";
3
3
  //#region compose.ts
4
4
  /**
@@ -1,4 +1,4 @@
1
- //#region ../../packages/features/dist/features-CGdfnf9U.js
1
+ //#region ../../packages/features/dist/features-H0oiz0KO.js
2
2
  /**
3
3
  * In forder to have an icon that has different colors based on dark/light mode:
4
4
  *
@@ -32,6 +32,7 @@ const features = [
32
32
  }],
33
33
  tooltip: "Vike cannot be disabled. It is the foundation that allows all others tools to work cohesively",
34
34
  invisibleCli: true,
35
+ invisibleWeb: true,
35
36
  readonly: true
36
37
  },
37
38
  {
@@ -1,4 +1,4 @@
1
- import "./features-CGdfnf9U.mjs";
1
+ import "./features-H0oiz0KO.mjs";
2
2
  //#region ../../packages/features/dist/index.js
3
3
  /** Skills are written to the cross-tool `.agents/` standard, read by Codex/Gemini/Cursor/Copilot. */
4
4
  const SKILLS_DIR = ".agents/skills";
package/dist/index.js CHANGED
@@ -2638,7 +2638,7 @@ function kebabCase(str, joiner) {
2638
2638
  //#endregion
2639
2639
  //#region package.json
2640
2640
  var name = "@batijs/cli";
2641
- var version = "0.0.659";
2641
+ var version = "0.0.660";
2642
2642
  var description = "Next-gen scaffolder. Get started with fully-functional apps, and choose any tool you want";
2643
2643
  //#endregion
2644
2644
  //#region rules.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@batijs/cli",
3
- "version": "0.0.659",
3
+ "version": "0.0.660",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "check-types": "tsc --noEmit",
@@ -13,8 +13,8 @@
13
13
  "repository": "https://github.com/vikejs/bati",
14
14
  "license": "MIT",
15
15
  "devDependencies": {
16
- "@batijs/build": "0.0.659",
17
- "@batijs/compile": "0.0.659",
16
+ "@batijs/build": "0.0.660",
17
+ "@batijs/compile": "0.0.660",
18
18
  "@inquirer/prompts": "^8.5.2",
19
19
  "@types/node": "^20.19.37",
20
20
  "@types/which": "^3.0.4",
@@ -30,8 +30,8 @@
30
30
  "vite": "^8.0.16"
31
31
  },
32
32
  "dependencies": {
33
- "@batijs/core": "0.0.659",
34
- "@batijs/features": "0.0.659"
33
+ "@batijs/core": "0.0.660",
34
+ "@batijs/features": "0.0.660"
35
35
  },
36
36
  "bin": "./cli.js",
37
37
  "exports": {