@batijs/cli 0.0.224 → 0.0.226
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/README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<p align="center">
|
|
2
|
-
<img src="https://raw.githubusercontent.com/
|
|
2
|
+
<img src="https://raw.githubusercontent.com/vikejs/bati/main/website/assets/logo.svg" height="150">
|
|
3
3
|
</p>
|
|
4
4
|
|
|
5
5
|
<h1 align="center">
|
|
@@ -26,4 +26,4 @@ Next-gen scaffolder. Get started with fully-functional apps, and choose any tool
|
|
|
26
26
|
|
|
27
27
|
<hr>
|
|
28
28
|
|
|
29
|
-
**Not seeing your favorite tool? [Manually integrate it](https://vike.dev/integration) and/or upvote it [here](https://github.com/
|
|
29
|
+
**Not seeing your favorite tool? [Manually integrate it](https://vike.dev/integration) and/or upvote it [here](https://github.com/vikejs/bati/discussions/categories/integration-request).**
|
|
@@ -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
|
@@ -196,7 +196,7 @@ async function main(options, meta) {
|
|
|
196
196
|
} else if (parsed.name.startsWith("$") && parsed.ext.match(/\.tsx?$/)) {
|
|
197
197
|
throw new Error(
|
|
198
198
|
`Typescript file needs to be compiled before it can be executed: '${p}'.
|
|
199
|
-
Please report this issue to https://github.com/
|
|
199
|
+
Please report this issue to https://github.com/vikejs/bati`
|
|
200
200
|
);
|
|
201
201
|
} else if (parsed.name.startsWith("$") && parsed.ext.match(/\.jsx?$/)) {
|
|
202
202
|
transformAndWriteQ.add(async () => {
|
|
@@ -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.226",
|
|
1618
1618
|
type: "module",
|
|
1619
1619
|
scripts: {
|
|
1620
1620
|
"check-types": "tsc --noEmit",
|
|
@@ -1625,7 +1625,7 @@ var package_default = {
|
|
|
1625
1625
|
keywords: [],
|
|
1626
1626
|
description: "Next-gen scaffolder. Get started with fully-functional apps, and choose any tool you want",
|
|
1627
1627
|
author: "Jo\xEBl Charles <joel.charles91@gmail.com>es",
|
|
1628
|
-
repository: "https://github.com/
|
|
1628
|
+
repository: "https://github.com/vikejs/bati",
|
|
1629
1629
|
license: "MIT",
|
|
1630
1630
|
devDependencies: {
|
|
1631
1631
|
"@batijs/build": "workspace:*",
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@batijs/cli",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.226",
|
|
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",
|
|
7
7
|
"author": "Joël Charles <joel.charles91@gmail.com>es",
|
|
8
|
-
"repository": "https://github.com/
|
|
8
|
+
"repository": "https://github.com/vikejs/bati",
|
|
9
9
|
"license": "MIT",
|
|
10
10
|
"devDependencies": {
|
|
11
11
|
"@types/node": "^18.19.14",
|
|
@@ -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.226",
|
|
26
|
+
"@batijs/compile": "0.0.226"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@batijs/
|
|
30
|
-
"@batijs/
|
|
29
|
+
"@batijs/core": "0.0.226",
|
|
30
|
+
"@batijs/features": "0.0.226"
|
|
31
31
|
},
|
|
32
32
|
"bin": "./dist/index.js",
|
|
33
33
|
"exports": {
|