@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.
Files changed (2) hide show
  1. package/README.md +8 -7
  2. 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.33
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.33",
267
- "revision": "9374cd1fb9e8046983abaebd21f4812bcc80ef5a",
268
- "hash": "bb54c711b30be14366f26749253801f8a9ac13efaa774d2aa5f6044f5f9980bb",
269
- "signature": "U7oLJCB+Efv5tWJ9Zy7kp4saa+i1K7Z7N8+vW6e0l0AZahQpTPhZiM1ZMC5MM5g8rxnjt/NxwwCUEacVoDiPCg==",
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.33"
276
+ "hipp": "0.1.34"
276
277
  }
277
278
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dk/hipp",
3
- "version": "0.1.33",
3
+ "version": "0.1.34",
4
4
  "description": "High Integrity Package Publisher",
5
5
  "main": "hipp.js",
6
6
  "bin": {