git-truck 1.1.8 → 1.1.9

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.
Files changed (2) hide show
  1. package/build/index.js +1 -1
  2. package/package.json +1 -1
package/build/index.js CHANGED
@@ -2301,7 +2301,7 @@ var import_path2 = require("path");
2301
2301
 
2302
2302
  // package.json
2303
2303
  var name = "git-truck";
2304
- var version = "1.1.8";
2304
+ var version = "1.1.9";
2305
2305
  var private2 = false;
2306
2306
  var description = "Visualizing a Git repository";
2307
2307
  var license = "MIT";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "git-truck",
3
- "version": "1.1.8",
3
+ "version": "1.1.9",
4
4
  "private": false,
5
5
  "description": "Visualizing a Git repository",
6
6
  "license": "MIT",