package-version-info 0.2.3 → 0.2.4

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
@@ -110,7 +110,10 @@ npx package-version-info
110
110
  | `--verbose` | — | Disabled | Display detailed generation progress. |
111
111
  | `--input <path>` | `-i` | `package.json` | Input package file. |
112
112
  | `--output <path>` | `-o` | `version-info.ts` | Generated TypeScript file. |
113
- | `--git <path>` | `-g` | `.git` | Git directory used for branch and commit metadata. |
113
+ | `--git <path>` | `-g` | `.git` | Git directory or pointer file used for branch and commit metadata. |
114
+
115
+ The Git path may be a regular `.git` directory or the `.git` pointer file used by linked
116
+ worktrees and submodules.
114
117
 
115
118
  ### Common examples
116
119
 
Binary file
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "package-version-info",
3
- "version": "0.2.3",
3
+ "version": "0.2.4",
4
4
  "author": {
5
5
  "name": "Dominik Hladík",
6
6
  "email": "dominik.hladik@seznam.cz",