@dk/hipp 0.1.33 → 0.1.34
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 +8 -7
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -25,7 +25,8 @@ This creates a **State Conflict**:
|
|
|
25
25
|
**HIPP makes Git tags the source of truth** - the version is always extracted
|
|
26
26
|
from the tag, not `package.json`. You can leave `package.json` at `0.0.0` (HIPP
|
|
27
27
|
rewrites it during publish) or keep it in sync with your tag (HIPP verifies the
|
|
28
|
-
match).
|
|
28
|
+
match). The published package always has the correct semver from your git tag —
|
|
29
|
+
downstream consumers see normal versions and `npm install` works as expected.
|
|
29
30
|
|
|
30
31
|
---
|
|
31
32
|
|
|
@@ -257,21 +258,21 @@ PERFORMANCE OF THIS SOFTWARE.
|
|
|
257
258
|
Verify this package with [@dk/hipp](https://www.npmjs.com/package/@dk/hipp):
|
|
258
259
|
|
|
259
260
|
```bash
|
|
260
|
-
npx @dk/hipp verify @dk/hipp@0.1.
|
|
261
|
+
npx @dk/hipp verify @dk/hipp@0.1.34
|
|
261
262
|
```
|
|
262
263
|
|
|
263
264
|
```json
|
|
264
265
|
{
|
|
265
266
|
"origin": "git@github.com:dmytri/hipp.git",
|
|
266
|
-
"tag": "v0.1.
|
|
267
|
-
"revision": "
|
|
268
|
-
"hash": "
|
|
269
|
-
"signature": "
|
|
267
|
+
"tag": "v0.1.34",
|
|
268
|
+
"revision": "55f9f1d7305d9d88eb46a3d8f619bca05979edf4",
|
|
269
|
+
"hash": "4c9d71d9d766442078d3ca2ea97cb36038567883c4ffbaa20ba57b38c75edd20",
|
|
270
|
+
"signature": "TUB/PMMp7wLSgqlkw2hkf2b5YdvjbZ852MdyQBn/uhE4k1VntUlJOuK5L6I6aX1Aalkteqw7zKUhOWyCyfq4Bg==",
|
|
270
271
|
"name": "Dmytri Kleiner",
|
|
271
272
|
"email": "dev@dmytri.to",
|
|
272
273
|
"npm": "11.12.1",
|
|
273
274
|
"node": "v25.8.2",
|
|
274
275
|
"git": "git version 2.47.3",
|
|
275
|
-
"hipp": "0.1.
|
|
276
|
+
"hipp": "0.1.34"
|
|
276
277
|
}
|
|
277
278
|
```
|