@batijs/cli 0.0.200 → 0.0.201

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.
@@ -66,7 +66,7 @@ async function getPackageJson(props) {
66
66
  const packageJson = await loadAsJson(props);
67
67
  setScripts(packageJson, {
68
68
  lint: {
69
- value: "biome lint --apply .",
69
+ value: "biome lint --write .",
70
70
  precedence: 0
71
71
  },
72
72
  format: {
@@ -114,8 +114,8 @@ import { addDependency, loadAsJson } from "@batijs/core";
114
114
  async function getPackageJson(props) {
115
115
  const packageJson = await loadAsJson(props);
116
116
  return addDependency(packageJson, await Promise.resolve().then(() => __toESM(require_package(), 1)).then((x) => x.default), {
117
- devDependencies: ["dotenv"],
118
- dependencies: ["firebase", "firebase-admin", "firebaseui"]
117
+ devDependencies: ["dotenv", "@types/cookie"],
118
+ dependencies: ["firebase", "firebase-admin", "firebaseui", "cookie"]
119
119
  });
120
120
  }
121
121
  export {
package/dist/index.js CHANGED
@@ -1559,7 +1559,7 @@ var import_which_pm_runs = __toESM(require_which_pm_runs(), 1);
1559
1559
  // package.json
1560
1560
  var package_default = {
1561
1561
  name: "@batijs/cli",
1562
- version: "0.0.200",
1562
+ version: "0.0.201",
1563
1563
  type: "module",
1564
1564
  scripts: {
1565
1565
  "check-types": "tsc --noEmit",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@batijs/cli",
3
- "version": "0.0.200",
3
+ "version": "0.0.201",
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",
@@ -21,12 +21,12 @@
21
21
  "typescript": "^5.4.5",
22
22
  "vite": "^5.2.13",
23
23
  "which-pm-runs": "^1.1.0",
24
- "@batijs/build": "0.0.200",
25
- "@batijs/compile": "0.0.200"
24
+ "@batijs/compile": "0.0.201",
25
+ "@batijs/build": "0.0.201"
26
26
  },
27
27
  "dependencies": {
28
- "@batijs/core": "0.0.200",
29
- "@batijs/features": "0.0.200"
28
+ "@batijs/core": "0.0.201",
29
+ "@batijs/features": "0.0.201"
30
30
  },
31
31
  "bin": "./dist/index.js",
32
32
  "exports": {