@batijs/cli 0.0.219 → 0.0.220
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.
- package/dist/boilerplates/@batijs/cloudflare/files/$package.json.js +1 -1
- package/dist/boilerplates/@batijs/express/files/$package.json.js +1 -1
- package/dist/boilerplates/@batijs/fastify/files/$package.json.js +1 -1
- package/dist/boilerplates/@batijs/firebase-auth/files/$package.json.js +1 -1
- package/dist/boilerplates/@batijs/h3/files/$package.json.js +1 -1
- package/dist/boilerplates/@batijs/hattip/files/$package.json.js +1 -1
- package/dist/boilerplates/@batijs/hono/files/$package.json.js +3 -3
- package/dist/boilerplates/@batijs/react/files/$package.json.js +2 -2
- package/dist/boilerplates/@batijs/shared/files/package.json +1 -1
- package/dist/boilerplates/@batijs/solid/files/$package.json.js +1 -1
- package/dist/boilerplates/@batijs/tailwindcss/files/$package.json.js +1 -1
- package/dist/boilerplates/@batijs/telefunc/files/$package.json.js +1 -1
- package/dist/boilerplates/@batijs/vercel/files/$package.json.js +1 -1
- package/dist/boilerplates/@batijs/vue/files/$package.json.js +1 -1
- package/dist/index.js +2 -2
- package/package.json +6 -6
|
@@ -51,15 +51,15 @@ 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.
|
|
54
|
+
"@hono/vite-dev-server": "^0.13.0",
|
|
55
55
|
"@trpc/server": "^10.45.2",
|
|
56
56
|
"@types/node": "^18.19.14",
|
|
57
57
|
"cross-env": "^7.0.3",
|
|
58
58
|
dotenv: "^16.4.5",
|
|
59
|
-
hono: "^4.4.
|
|
59
|
+
hono: "^4.4.12",
|
|
60
60
|
telefunc: "^0.1.76",
|
|
61
61
|
tsx: "^4.16.2",
|
|
62
|
-
vike: "^0.4.
|
|
62
|
+
vike: "^0.4.179",
|
|
63
63
|
vite: "^5.3.3"
|
|
64
64
|
},
|
|
65
65
|
dependencies: {
|
|
@@ -60,8 +60,8 @@ var require_package = __commonJS({
|
|
|
60
60
|
"react-dom": "^18.3.1",
|
|
61
61
|
tailwindcss: "^3.4.4",
|
|
62
62
|
typescript: "^5.5.3",
|
|
63
|
-
vike: "^0.4.
|
|
64
|
-
"vike-react": "^0.4.
|
|
63
|
+
vike: "^0.4.179",
|
|
64
|
+
"vike-react": "^0.4.17",
|
|
65
65
|
vite: "^5.3.3",
|
|
66
66
|
"vite-plugin-compiled-react": "^1.1.3"
|
|
67
67
|
},
|
package/dist/index.js
CHANGED
|
@@ -1613,7 +1613,7 @@ var import_which_pm_runs = __toESM(require_which_pm_runs(), 1);
|
|
|
1613
1613
|
// package.json
|
|
1614
1614
|
var package_default = {
|
|
1615
1615
|
name: "@batijs/cli",
|
|
1616
|
-
version: "0.0.
|
|
1616
|
+
version: "0.0.220",
|
|
1617
1617
|
type: "module",
|
|
1618
1618
|
scripts: {
|
|
1619
1619
|
"check-types": "tsc --noEmit",
|
|
@@ -1636,7 +1636,7 @@ var package_default = {
|
|
|
1636
1636
|
colorette: "^2.0.20",
|
|
1637
1637
|
esbuild: "^0.23.0",
|
|
1638
1638
|
execa: "^9.3.0",
|
|
1639
|
-
rimraf: "^5.0.
|
|
1639
|
+
rimraf: "^5.0.8",
|
|
1640
1640
|
sift: "^17.1.3",
|
|
1641
1641
|
tsup: "^8.1.0",
|
|
1642
1642
|
typescript: "^5.5.3",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@batijs/cli",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.220",
|
|
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",
|
|
@@ -15,19 +15,19 @@
|
|
|
15
15
|
"colorette": "^2.0.20",
|
|
16
16
|
"esbuild": "^0.23.0",
|
|
17
17
|
"execa": "^9.3.0",
|
|
18
|
-
"rimraf": "^5.0.
|
|
18
|
+
"rimraf": "^5.0.8",
|
|
19
19
|
"sift": "^17.1.3",
|
|
20
20
|
"tsup": "^8.1.0",
|
|
21
21
|
"typescript": "^5.5.3",
|
|
22
22
|
"unplugin-purge-polyfills": "^0.0.4",
|
|
23
23
|
"vite": "^5.3.3",
|
|
24
24
|
"which-pm-runs": "^1.1.0",
|
|
25
|
-
"@batijs/
|
|
26
|
-
"@batijs/
|
|
25
|
+
"@batijs/compile": "0.0.220",
|
|
26
|
+
"@batijs/build": "0.0.220"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@batijs/features": "0.0.
|
|
30
|
-
"@batijs/core": "0.0.
|
|
29
|
+
"@batijs/features": "0.0.220",
|
|
30
|
+
"@batijs/core": "0.0.220"
|
|
31
31
|
},
|
|
32
32
|
"bin": "./dist/index.js",
|
|
33
33
|
"exports": {
|