@batijs/cli 0.0.224 → 0.0.225
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.
|
@@ -51,7 +51,7 @@ 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.
|
|
54
|
+
"@hono/vite-dev-server": "^0.13.1",
|
|
55
55
|
"@trpc/server": "^10.45.2",
|
|
56
56
|
"@types/node": "^18.19.14",
|
|
57
57
|
"@universal-middleware/hono": "^0.1.1",
|
|
@@ -55,7 +55,7 @@ var require_package = __commonJS({
|
|
|
55
55
|
"@types/react-dom": "^18.3.0",
|
|
56
56
|
"@vitejs/plugin-react": "^4.3.1",
|
|
57
57
|
"cross-fetch": "^4.0.0",
|
|
58
|
-
"eslint-plugin-react": "^7.34.
|
|
58
|
+
"eslint-plugin-react": "^7.34.4",
|
|
59
59
|
react: "^18.3.1",
|
|
60
60
|
"react-dom": "^18.3.1",
|
|
61
61
|
tailwindcss: "^3.4.4",
|
package/dist/index.js
CHANGED
|
@@ -1614,7 +1614,7 @@ var import_which_pm_runs = __toESM(require_which_pm_runs(), 1);
|
|
|
1614
1614
|
// package.json
|
|
1615
1615
|
var package_default = {
|
|
1616
1616
|
name: "@batijs/cli",
|
|
1617
|
-
version: "0.0.
|
|
1617
|
+
version: "0.0.225",
|
|
1618
1618
|
type: "module",
|
|
1619
1619
|
scripts: {
|
|
1620
1620
|
"check-types": "tsc --noEmit",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@batijs/cli",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.225",
|
|
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",
|
|
@@ -22,12 +22,12 @@
|
|
|
22
22
|
"unplugin-purge-polyfills": "^0.0.4",
|
|
23
23
|
"vite": "^5.3.3",
|
|
24
24
|
"which-pm-runs": "^1.1.0",
|
|
25
|
-
"@batijs/build": "0.0.
|
|
26
|
-
"@batijs/compile": "0.0.
|
|
25
|
+
"@batijs/build": "0.0.225",
|
|
26
|
+
"@batijs/compile": "0.0.225"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@batijs/
|
|
30
|
-
"@batijs/
|
|
29
|
+
"@batijs/core": "0.0.225",
|
|
30
|
+
"@batijs/features": "0.0.225"
|
|
31
31
|
},
|
|
32
32
|
"bin": "./dist/index.js",
|
|
33
33
|
"exports": {
|