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 +2 -2
- package/bin/version_info +0 -0
- package/package.json +1 -1
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,
|
|
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,
|
|
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
|