git-truck 1.3.3 → 1.4.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.
- package/build/index.js +1 -1
- package/cli.js +1 -1
- package/package.json +1 -1
package/build/index.js
CHANGED
|
@@ -53492,7 +53492,7 @@ var import_perf_hooks = require("perf_hooks"), import_path2 = require("path");
|
|
|
53492
53492
|
// package.json
|
|
53493
53493
|
var package_default = {
|
|
53494
53494
|
name: "git-truck",
|
|
53495
|
-
version: "1.
|
|
53495
|
+
version: "1.4.1",
|
|
53496
53496
|
private: !1,
|
|
53497
53497
|
description: "Visualizing a Git repository",
|
|
53498
53498
|
license: "MIT",
|
package/cli.js
CHANGED
|
@@ -48756,7 +48756,7 @@ var import_path5 = __toESM(require("path"));
|
|
|
48756
48756
|
// package.json
|
|
48757
48757
|
var package_default = {
|
|
48758
48758
|
name: "git-truck",
|
|
48759
|
-
version: "1.
|
|
48759
|
+
version: "1.4.1",
|
|
48760
48760
|
private: false,
|
|
48761
48761
|
description: "Visualizing a Git repository",
|
|
48762
48762
|
license: "MIT",
|