git-truck 3.0.0 → 3.0.1
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.
|
@@ -180,7 +180,7 @@ function handleBrowserRequest(request, responseStatusCode, responseHeaders, reac
|
|
|
180
180
|
});
|
|
181
181
|
}
|
|
182
182
|
const name = "git-truck";
|
|
183
|
-
const version = "3.0.
|
|
183
|
+
const version = "3.0.1";
|
|
184
184
|
const description = "Visualizing a Git repository";
|
|
185
185
|
const main = "./cli.mjs";
|
|
186
186
|
const bin = "./cli.mjs";
|
|
@@ -263,7 +263,7 @@ const devDependencies = {
|
|
|
263
263
|
"@types/d3": "^7.4.3",
|
|
264
264
|
"@types/d3-hierarchy": "^3.1.7",
|
|
265
265
|
"@types/express": "^5.0.6",
|
|
266
|
-
"@types/node": "^
|
|
266
|
+
"@types/node": "^25.3.0",
|
|
267
267
|
"@types/randomstring": "^1.3.0",
|
|
268
268
|
"@types/react": "^19.2.14",
|
|
269
269
|
"@types/react-dom": "^19.2.3",
|
package/build/server/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { createRequestHandler } from "@react-router/express";
|
|
2
2
|
import express from "express";
|
|
3
3
|
const app = express();
|
|
4
|
-
app.use(createRequestHandler({ build: () => import("./assets/server-build-
|
|
4
|
+
app.use(createRequestHandler({ build: () => import("./assets/server-build-xXpv9ITX.js") }));
|
|
5
5
|
export { app };
|
package/cli.mjs
CHANGED
|
@@ -37723,7 +37723,7 @@ var require_express = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
|
37723
37723
|
//#endregion
|
|
37724
37724
|
//#region package.json
|
|
37725
37725
|
var import_express = /* @__PURE__ */ __toESM(require_express(), 1);
|
|
37726
|
-
var version = "3.0.
|
|
37726
|
+
var version = "3.0.1";
|
|
37727
37727
|
var homepage = "https://github.com/git-truck/git-truck#readme";
|
|
37728
37728
|
|
|
37729
37729
|
//#endregion
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "git-truck",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.1",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Visualizing a Git repository",
|
|
6
6
|
"license": "MIT",
|
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
"@types/d3": "^7.4.3",
|
|
86
86
|
"@types/d3-hierarchy": "^3.1.7",
|
|
87
87
|
"@types/express": "^5.0.6",
|
|
88
|
-
"@types/node": "^
|
|
88
|
+
"@types/node": "^25.3.0",
|
|
89
89
|
"@types/randomstring": "^1.3.0",
|
|
90
90
|
"@types/react": "^19.2.14",
|
|
91
91
|
"@types/react-dom": "^19.2.3",
|