git-truck 0.9.11 → 0.10.0

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
@@ -61,7 +61,7 @@ You can also define files to ignore.
61
61
  "log": "debug",
62
62
  "branch": "main",
63
63
  "unionedAuthors": [
64
- ["Bob", "Bobby Bob"],
64
+ ["Bob", "Bobby Bobb"],
65
65
  ["Alice", "aliiii", "alice alice"]
66
66
  ],
67
67
  "hiddenFiles": ["package-lock.json", "*.bin", "*.svg"],
package/build/index.js CHANGED
@@ -1852,7 +1852,7 @@ function handleRequest(request, responseStatusCode, responseHeaders, remixContex
1852
1852
  });
1853
1853
  }
1854
1854
 
1855
- // route:C:\Users\jonas\p\git-truck\src\root.tsx
1855
+ // route:C:\Users\Tjoms\Documents\GitHub\git-visual\src\root.tsx
1856
1856
  var root_exports = {};
1857
1857
  __export(root_exports, {
1858
1858
  CatchBoundary: () => CatchBoundary,
@@ -1878,7 +1878,7 @@ var styles_default = "/build/_assets/index-OING3CPO.css";
1878
1878
  // src/styles/Chart.css
1879
1879
  var Chart_default = "/build/_assets/Chart-OOZGWRB3.css";
1880
1880
 
1881
- // route:C:\Users\jonas\p\git-truck\src\root.tsx
1881
+ // route:C:\Users\Tjoms\Documents\GitHub\git-visual\src\root.tsx
1882
1882
  var import_react = require("react");
1883
1883
 
1884
1884
  // src/components/util.tsx
@@ -2098,7 +2098,7 @@ var SelectPlaceholder = import_styled_components2.default.div`
2098
2098
  border: 1px solid transparent;
2099
2099
  `;
2100
2100
 
2101
- // route:C:\Users\jonas\p\git-truck\src\root.tsx
2101
+ // route:C:\Users\Tjoms\Documents\GitHub\git-visual\src\root.tsx
2102
2102
  var meta = () => {
2103
2103
  return { title: "Git Truck" };
2104
2104
  };
@@ -2137,7 +2137,7 @@ var ErrorBoundary = ({ error: error2 }) => {
2137
2137
  return /* @__PURE__ */ React.createElement("html", null, /* @__PURE__ */ React.createElement("head", null, /* @__PURE__ */ React.createElement("title", null, "Oops! An error wasn't handled"), /* @__PURE__ */ React.createElement(import_remix2.Meta, null), /* @__PURE__ */ React.createElement(import_remix2.Links, null)), /* @__PURE__ */ React.createElement("body", null, /* @__PURE__ */ React.createElement("h1", null, error2.message), /* @__PURE__ */ React.createElement(Code, null, error2.stack), /* @__PURE__ */ React.createElement(import_remix2.Scripts, null)));
2138
2138
  };
2139
2139
 
2140
- // route:C:\Users\jonas\p\git-truck\src\routes\$repo.$.tsx
2140
+ // route:C:\Users\Tjoms\Documents\GitHub\git-visual\src\routes\$repo.$.tsx
2141
2141
  var repo_exports = {};
2142
2142
  __export(repo_exports, {
2143
2143
  ErrorBoundary: () => ErrorBoundary2,
@@ -4769,7 +4769,7 @@ async function latestVersion(packageName, options) {
4769
4769
 
4770
4770
  // package.json
4771
4771
  var name = "git-truck";
4772
- var version = "0.9.11";
4772
+ var version = "0.10.0";
4773
4773
  var private2 = false;
4774
4774
  var description = "Visualizing a Git repository";
4775
4775
  var license = "MIT";
@@ -6722,7 +6722,7 @@ function HiddenFiles() {
6722
6722
  }))), /* @__PURE__ */ React.createElement(Code, null, hiddenFileFormat(hidden))))) : null);
6723
6723
  }
6724
6724
 
6725
- // route:C:\Users\jonas\p\git-truck\src\routes\$repo.$.tsx
6725
+ // route:C:\Users\Tjoms\Documents\GitHub\git-visual\src\routes\$repo.$.tsx
6726
6726
  var import_semver_compare2 = __toESM(require("semver-compare"));
6727
6727
 
6728
6728
  // src/components/Details.tsx
@@ -7009,7 +7009,7 @@ function hasZeroContributions(authors2) {
7009
7009
  return true;
7010
7010
  }
7011
7011
 
7012
- // route:C:\Users\jonas\p\git-truck\src\routes\$repo.$.tsx
7012
+ // route:C:\Users\Tjoms\Documents\GitHub\git-visual\src\routes\$repo.$.tsx
7013
7013
  var import_path9 = require("path");
7014
7014
  var import_free_solid_svg_icons6 = require("@fortawesome/free-solid-svg-icons");
7015
7015
  var invalidateCache = false;
@@ -7117,7 +7117,7 @@ function Repo() {
7117
7117
  }), "You have unstaged changes"), /* @__PURE__ */ React.createElement(StyledP, null, "This means that some data might be incorrect. Please stash or commit changes and rerun analyzer.")) : null, /* @__PURE__ */ React.createElement(Grower, null), /* @__PURE__ */ React.createElement(Details, null), analyzerData.hiddenFiles.length > 0 ? /* @__PURE__ */ React.createElement(HiddenFiles, null) : null, /* @__PURE__ */ React.createElement(Legend, null))));
7118
7118
  }
7119
7119
 
7120
- // route:C:\Users\jonas\p\git-truck\src\routes\index.tsx
7120
+ // route:C:\Users\Tjoms\Documents\GitHub\git-visual\src\routes\index.tsx
7121
7121
  var routes_exports = {};
7122
7122
  __export(routes_exports, {
7123
7123
  action: () => action2,
@@ -7164,7 +7164,7 @@ function AnalyzingIndicator() {
7164
7164
  }), /* @__PURE__ */ React.createElement(LoadingText, null, "Analyzing...")));
7165
7165
  }
7166
7166
 
7167
- // route:C:\Users\jonas\p\git-truck\src\routes\index.tsx
7167
+ // route:C:\Users\Tjoms\Documents\GitHub\git-visual\src\routes\index.tsx
7168
7168
  var import_path10 = require("path");
7169
7169
  var import_react_use5 = require("react-use");
7170
7170
  var import_react17 = require("react");
@@ -7299,7 +7299,7 @@ var AnalyzedTag = import_styled_components18.default.span`
7299
7299
 
7300
7300
  // server-assets-manifest:@remix-run/dev/assets-manifest
7301
7301
  init_react();
7302
- var assets_manifest_default = { "version": "e39905f3", "entry": { "module": "/build/entry.client-BOQTIOMQ.js", "imports": ["/build/_shared/chunk-46KIHHI7.js", "/build/_shared/chunk-KAUONBO3.js"] }, "routes": { "root": { "id": "root", "parentId": void 0, "path": "", "index": void 0, "caseSensitive": void 0, "module": "/build/root-UA375Z3F.js", "imports": ["/build/_shared/chunk-J6HYE3WJ.js", "/build/_shared/chunk-D3JIIV5V.js"], "hasAction": false, "hasLoader": false, "hasCatchBoundary": true, "hasErrorBoundary": true }, "routes/$repo.$": { "id": "routes/$repo.$", "parentId": "root", "path": ":repo/*", "index": void 0, "caseSensitive": void 0, "module": "/build/routes/$repo.$-NA5MWLAP.js", "imports": ["/build/_shared/chunk-RAS7FZ4R.js"], "hasAction": true, "hasLoader": true, "hasCatchBoundary": false, "hasErrorBoundary": true }, "routes/index": { "id": "routes/index", "parentId": "root", "path": void 0, "index": true, "caseSensitive": void 0, "module": "/build/routes/index-CCM6DHM4.js", "imports": ["/build/_shared/chunk-RAS7FZ4R.js"], "hasAction": true, "hasLoader": true, "hasCatchBoundary": false, "hasErrorBoundary": false } }, "url": "/build/manifest-E39905F3.js" };
7302
+ var assets_manifest_default = { "version": "39afab9f", "entry": { "module": "/build/entry.client-BOQTIOMQ.js", "imports": ["/build/_shared/chunk-46KIHHI7.js", "/build/_shared/chunk-KAUONBO3.js"] }, "routes": { "root": { "id": "root", "parentId": void 0, "path": "", "index": void 0, "caseSensitive": void 0, "module": "/build/root-KTCD73S2.js", "imports": ["/build/_shared/chunk-J6HYE3WJ.js", "/build/_shared/chunk-D3JIIV5V.js"], "hasAction": false, "hasLoader": false, "hasCatchBoundary": true, "hasErrorBoundary": true }, "routes/$repo.$": { "id": "routes/$repo.$", "parentId": "root", "path": ":repo/*", "index": void 0, "caseSensitive": void 0, "module": "/build/routes/$repo.$-BRZO7ZIN.js", "imports": ["/build/_shared/chunk-RAS7FZ4R.js"], "hasAction": true, "hasLoader": true, "hasCatchBoundary": false, "hasErrorBoundary": true }, "routes/index": { "id": "routes/index", "parentId": "root", "path": void 0, "index": true, "caseSensitive": void 0, "module": "/build/routes/index-CKCHTV6Y.js", "imports": ["/build/_shared/chunk-RAS7FZ4R.js"], "hasAction": true, "hasLoader": true, "hasCatchBoundary": false, "hasErrorBoundary": false } }, "url": "/build/manifest-39AFAB9F.js" };
7303
7303
 
7304
7304
  // server-entry-module:@remix-run/dev/server-build
7305
7305
  var entry = { module: entry_server_exports };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "git-truck",
3
- "version": "0.9.11",
3
+ "version": "0.10.0",
4
4
  "private": false,
5
5
  "description": "Visualizing a Git repository",
6
6
  "license": "MIT",
@@ -1 +1 @@
1
- window.__remixManifest={"version":"e39905f3","entry":{"module":"/build/entry.client-BOQTIOMQ.js","imports":["/build/_shared/chunk-46KIHHI7.js","/build/_shared/chunk-KAUONBO3.js"]},"routes":{"root":{"id":"root","path":"","module":"/build/root-UA375Z3F.js","imports":["/build/_shared/chunk-J6HYE3WJ.js","/build/_shared/chunk-D3JIIV5V.js"],"hasAction":false,"hasLoader":false,"hasCatchBoundary":true,"hasErrorBoundary":true},"routes/$repo.$":{"id":"routes/$repo.$","parentId":"root","path":":repo/*","module":"/build/routes/$repo.$-NA5MWLAP.js","imports":["/build/_shared/chunk-RAS7FZ4R.js"],"hasAction":true,"hasLoader":true,"hasCatchBoundary":false,"hasErrorBoundary":true},"routes/index":{"id":"routes/index","parentId":"root","index":true,"module":"/build/routes/index-CCM6DHM4.js","imports":["/build/_shared/chunk-RAS7FZ4R.js"],"hasAction":true,"hasLoader":true,"hasCatchBoundary":false,"hasErrorBoundary":false}},"url":"/build/manifest-E39905F3.js"};
1
+ window.__remixManifest={"version":"39afab9f","entry":{"module":"/build/entry.client-BOQTIOMQ.js","imports":["/build/_shared/chunk-46KIHHI7.js","/build/_shared/chunk-KAUONBO3.js"]},"routes":{"root":{"id":"root","path":"","module":"/build/root-KTCD73S2.js","imports":["/build/_shared/chunk-J6HYE3WJ.js","/build/_shared/chunk-D3JIIV5V.js"],"hasAction":false,"hasLoader":false,"hasCatchBoundary":true,"hasErrorBoundary":true},"routes/$repo.$":{"id":"routes/$repo.$","parentId":"root","path":":repo/*","module":"/build/routes/$repo.$-BRZO7ZIN.js","imports":["/build/_shared/chunk-RAS7FZ4R.js"],"hasAction":true,"hasLoader":true,"hasCatchBoundary":false,"hasErrorBoundary":true},"routes/index":{"id":"routes/index","parentId":"root","index":true,"module":"/build/routes/index-CKCHTV6Y.js","imports":["/build/_shared/chunk-RAS7FZ4R.js"],"hasAction":true,"hasLoader":true,"hasCatchBoundary":false,"hasErrorBoundary":false}},"url":"/build/manifest-39AFAB9F.js"};