@batijs/cli 0.0.242 → 0.0.243

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.
@@ -42,11 +42,11 @@ var require_package = __commonJS({
42
42
  license: "MIT",
43
43
  devDependencies: {
44
44
  "@batijs/compile": "workspace:*",
45
- "@hattip/adapter-cloudflare-workers": "^0.0.46",
45
+ "@hattip/adapter-cloudflare-workers": "^0.0.47",
46
46
  "@types/node": "^18.19.14",
47
47
  "npm-run-all2": "^6.2.2",
48
48
  "vike-cloudflare": "^0.0.5",
49
- wrangler: "^3.69.1"
49
+ wrangler: "^3.70.0"
50
50
  },
51
51
  dependencies: {
52
52
  "@batijs/core": "workspace:*"
@@ -42,8 +42,8 @@ var require_package = __commonJS({
42
42
  },
43
43
  devDependencies: {
44
44
  "@batijs/compile": "workspace:^",
45
- "@eslint/js": "^9.8.0",
46
- eslint: "^9.8.0",
45
+ "@eslint/js": "^9.9.0",
46
+ eslint: "^9.9.0",
47
47
  "eslint-config-prettier": "^9.1.0",
48
48
  "eslint-plugin-prettier": "^5.2.1",
49
49
  "eslint-plugin-react": "^7.35.0",
@@ -50,7 +50,7 @@ var require_package = __commonJS({
50
50
  "@batijs/telefunc": "workspace:^",
51
51
  "@batijs/trpc": "workspace:^",
52
52
  "@batijs/ts-rest": "workspace:*",
53
- "@hattip/polyfills": "^0.0.46",
53
+ "@hattip/polyfills": "^0.0.47",
54
54
  "@trpc/server": "^10.45.2",
55
55
  "@types/express": "^4.17.21",
56
56
  "@types/node": "^18.19.14",
@@ -50,11 +50,11 @@ var require_package = __commonJS({
50
50
  "@batijs/telefunc": "workspace:^",
51
51
  "@batijs/trpc": "workspace:^",
52
52
  "@batijs/ts-rest": "workspace:*",
53
- "@hattip/adapter-node": "^0.0.46",
54
- "@hattip/adapter-vercel-edge": "^0.0.46",
55
- "@hattip/core": "^0.0.46",
56
- "@hattip/router": "^0.0.46",
57
- "@hattip/vite": "^0.0.46",
53
+ "@hattip/adapter-node": "^0.0.47",
54
+ "@hattip/adapter-vercel-edge": "^0.0.47",
55
+ "@hattip/core": "^0.0.47",
56
+ "@hattip/router": "^0.0.47",
57
+ "@hattip/vite": "^0.0.47",
58
58
  "@trpc/server": "^10.45.2",
59
59
  "@types/node": "^18.19.14",
60
60
  "cross-env": "^7.0.3",
@@ -51,13 +51,13 @@ var require_package = __commonJS({
51
51
  "@batijs/trpc": "workspace:^",
52
52
  "@batijs/ts-rest": "workspace:*",
53
53
  "@hono/node-server": "^1.12.0",
54
- "@hono/vite-dev-server": "^0.13.1",
54
+ "@hono/vite-dev-server": "^0.14.0",
55
55
  "@trpc/server": "^10.45.2",
56
56
  "@types/node": "^18.19.14",
57
57
  "@universal-middleware/hono": "^0.1.1",
58
58
  "cross-env": "^7.0.3",
59
59
  dotenv: "^16.4.5",
60
- hono: "^4.5.4",
60
+ hono: "^4.5.5",
61
61
  telefunc: "^0.1.76",
62
62
  tsx: "^4.17.0",
63
63
  vike: "^0.4.183",
@@ -49,7 +49,7 @@ var require_package = __commonJS({
49
49
  "@batijs/ts-rest": "workspace:*",
50
50
  "@types/node": "^18.19.14",
51
51
  "cross-fetch": "^4.0.0",
52
- "solid-js": "^1.8.19",
52
+ "solid-js": "^1.8.20",
53
53
  tailwindcss: "^3.4.9",
54
54
  typescript: "^5.5.4",
55
55
  vike: "^0.4.183",
package/dist/index.js CHANGED
@@ -1591,7 +1591,7 @@ var createDefaultQueryTester = function(query, options) {
1591
1591
  // package.json
1592
1592
  var package_default = {
1593
1593
  name: "@batijs/cli",
1594
- version: "0.0.242",
1594
+ version: "0.0.243",
1595
1595
  type: "module",
1596
1596
  scripts: {
1597
1597
  "check-types": "tsc --noEmit",
@@ -1954,7 +1954,7 @@ async function run() {
1954
1954
  const hooksMap = await retrieveHooks(hooks);
1955
1955
  const meta = {
1956
1956
  BATI: new Set(flags),
1957
- BATI_TEST: process.env.NODE_ENV === "test"
1957
+ BATI_TEST: Boolean(process.env.BATI_TEST)
1958
1958
  };
1959
1959
  await main(
1960
1960
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@batijs/cli",
3
- "version": "0.0.242",
3
+ "version": "0.0.243",
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.4",
21
21
  "unplugin-purge-polyfills": "^0.0.4",
22
22
  "vite": "^5.4.0",
23
- "@batijs/compile": "0.0.242",
24
- "@batijs/build": "0.0.242"
23
+ "@batijs/build": "0.0.243",
24
+ "@batijs/compile": "0.0.243"
25
25
  },
26
26
  "dependencies": {
27
- "@batijs/core": "0.0.242",
28
- "@batijs/features": "0.0.242"
27
+ "@batijs/core": "0.0.243",
28
+ "@batijs/features": "0.0.243"
29
29
  },
30
30
  "bin": "./dist/index.js",
31
31
  "exports": {