@batijs/cli 0.0.639 → 0.0.640

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.
@@ -24,7 +24,7 @@ var package_default = {
24
24
  "dotenv": "^17.4.2",
25
25
  "kysely": "^0.29.2",
26
26
  "kysely-d1": "^0.4.0",
27
- "kysely-postgres-js": "^2.0.0",
27
+ "kysely-postgres-js": "^3.0.0",
28
28
  "postgres": "^3.4.9",
29
29
  "tsx": "^4.22.4",
30
30
  "vite": "^8.0.16"
@@ -3,7 +3,7 @@
3
3
  import { loadPackageJson, packageManager } from "@batijs/core";
4
4
  //#region ../../boilerplates/kysely/dist/files/$package.json.mjs
5
5
  async function getPackageJson(props) {
6
- const packageJson = await loadPackageJson(props, await import("../../../../asset-package.json-D7kdz2IG.js").then((x) => x.default));
6
+ const packageJson = await loadPackageJson(props, await import("../../../../asset-package.json-DRHqqgDI.js").then((x) => x.default));
7
7
  if (props.meta.BATI.hasD1) return packageJson.addDependencies(["kysely", "kysely-d1"]);
8
8
  const hasPostgres = props.meta.BATI.has("postgres");
9
9
  const bunDirect = packageManager().name === "bun" && hasPostgres;
@@ -22,7 +22,7 @@ var package_default = {
22
22
  "dotenv": "^17.4.2",
23
23
  "kysely": "^0.29.2",
24
24
  "kysely-d1": "^0.4.0",
25
- "kysely-postgres-js": "^2.0.0",
25
+ "kysely-postgres-js": "^3.0.0",
26
26
  "postgres": "^3.4.9",
27
27
  "tsx": "^4.22.4",
28
28
  "vite": "^8.0.16"
package/dist/index.js CHANGED
@@ -2637,7 +2637,7 @@ function kebabCase(str, joiner) {
2637
2637
  //#endregion
2638
2638
  //#region package.json
2639
2639
  var name = "@batijs/cli";
2640
- var version = "0.0.639";
2640
+ var version = "0.0.640";
2641
2641
  var description = "Next-gen scaffolder. Get started with fully-functional apps, and choose any tool you want";
2642
2642
  //#endregion
2643
2643
  //#region rules.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@batijs/cli",
3
- "version": "0.0.639",
3
+ "version": "0.0.640",
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.639",
17
- "@batijs/compile": "0.0.639",
16
+ "@batijs/build": "0.0.640",
17
+ "@batijs/compile": "0.0.640",
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.639",
34
- "@batijs/features": "0.0.639"
33
+ "@batijs/core": "0.0.640",
34
+ "@batijs/features": "0.0.640"
35
35
  },
36
36
  "bin": "./cli.js",
37
37
  "exports": {