git-truck 0.0.0-2bc59fb → 0.0.0-3089e5d
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/build/index.js +3 -3
- package/cli.js +172 -57258
- package/package.json +3 -3
package/build/index.js
CHANGED
|
@@ -48846,7 +48846,7 @@ var import_perf_hooks = require("perf_hooks"), import_path2 = require("path"), i
|
|
|
48846
48846
|
// package.json
|
|
48847
48847
|
var package_default = {
|
|
48848
48848
|
name: "git-truck",
|
|
48849
|
-
version: "0.0.0-
|
|
48849
|
+
version: "0.0.0-3089e5d",
|
|
48850
48850
|
private: !1,
|
|
48851
48851
|
description: "Visualizing a Git repository",
|
|
48852
48852
|
license: "MIT",
|
|
@@ -48865,7 +48865,7 @@ var package_default = {
|
|
|
48865
48865
|
"test:e2e": "npx playwright test",
|
|
48866
48866
|
"pretest:e2e": "npm run build",
|
|
48867
48867
|
build: "remix build && npm run build-cli",
|
|
48868
|
-
"build-cli": "
|
|
48868
|
+
"build-cli": "tsup --minify --treeshake --out-dir . ./src/cli.ts",
|
|
48869
48869
|
dev: "remix dev",
|
|
48870
48870
|
watch: "remix watch",
|
|
48871
48871
|
start: "remix-serve build",
|
|
@@ -48909,7 +48909,6 @@ var package_default = {
|
|
|
48909
48909
|
"d3-hierarchy": "^3.1.2",
|
|
48910
48910
|
"distinct-colors": "^3.0.0",
|
|
48911
48911
|
dotenv: "^16.0.3",
|
|
48912
|
-
esbuild: "^0.17.19",
|
|
48913
48912
|
eslint: "^8.40.0",
|
|
48914
48913
|
"eslint-config-prettier": "^8.8.0",
|
|
48915
48914
|
"eslint-plugin-prettier": "^4.2.1",
|
|
@@ -48940,6 +48939,7 @@ var package_default = {
|
|
|
48940
48939
|
tailwindcss: "^3.3.2",
|
|
48941
48940
|
"tiny-invariant": "^1.3.1",
|
|
48942
48941
|
"ts-jest": "^29.1.0",
|
|
48942
|
+
tsup: "^6.7.0",
|
|
48943
48943
|
typescript: "^5.0.4",
|
|
48944
48944
|
yargs: "^17.7.2"
|
|
48945
48945
|
},
|