package-version-info 0.2.0 → 0.2.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/README.md CHANGED
@@ -51,7 +51,7 @@ npx package-version-info --output src/version-info.ts
51
51
  ```
52
52
 
53
53
  ```text
54
- ✅ Generated src/version-info.ts (v1.0.0, 2ms)
54
+ ✅ Generated src/version-info.ts (v1.0.0, 2.00ms)
55
55
  ```
56
56
 
57
57
  ### 3. Import it
@@ -135,7 +135,7 @@ npx package-version-info \
135
135
  Compact mode is designed for normal builds:
136
136
 
137
137
  ```text
138
- ✅ Generated src/version-info.ts (v1.0.0, 2ms)
138
+ ✅ Generated src/version-info.ts (v1.0.0, 2.00ms)
139
139
  ```
140
140
 
141
141
  Use verbose mode when diagnosing package, author, timestamp, Git, or output-path behavior:
package/bin/version_info CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "package-version-info",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "author": {
5
5
  "name": "Dominik Hladík",
6
6
  "email": "dominik.hladik@seznam.cz",