@dk/hipp 0.1.32 → 0.1.33

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 +9 -6
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -40,6 +40,9 @@ your latest tag. The git tag is always the source of truth.
40
40
  { "name": "your-package", "version": "0.0.0" }
41
41
  ```
42
42
 
43
+ `0.0.0` is preferred — it eliminates version-bump commits and merge conflicts.
44
+ If your tooling requires a real version, leave it in sync with your latest tag.
45
+
43
46
  Ensure `package-lock.json` exists and is tracked by git.
44
47
 
45
48
  ### Tag and Publish
@@ -254,21 +257,21 @@ PERFORMANCE OF THIS SOFTWARE.
254
257
  Verify this package with [@dk/hipp](https://www.npmjs.com/package/@dk/hipp):
255
258
 
256
259
  ```bash
257
- npx @dk/hipp verify @dk/hipp@0.1.32
260
+ npx @dk/hipp verify @dk/hipp@0.1.33
258
261
  ```
259
262
 
260
263
  ```json
261
264
  {
262
265
  "origin": "git@github.com:dmytri/hipp.git",
263
- "tag": "v0.1.32",
264
- "revision": "2aa00fdf83fe709d8707ed1b568b104a21b8d3e8",
265
- "hash": "f130afe85486afc6f41d3c4f2439e3c9e4cee3fb36fd323a0476908e730daa90",
266
- "signature": "CfrmQ5a/cQwW7Sy3pYInuEdPOZH+SlrS3l7g6h0cQmNa38CcsVg9sZI1hG4XZSj9YT2cB6EAetDbOnljPqE8CA==",
266
+ "tag": "v0.1.33",
267
+ "revision": "9374cd1fb9e8046983abaebd21f4812bcc80ef5a",
268
+ "hash": "bb54c711b30be14366f26749253801f8a9ac13efaa774d2aa5f6044f5f9980bb",
269
+ "signature": "U7oLJCB+Efv5tWJ9Zy7kp4saa+i1K7Z7N8+vW6e0l0AZahQpTPhZiM1ZMC5MM5g8rxnjt/NxwwCUEacVoDiPCg==",
267
270
  "name": "Dmytri Kleiner",
268
271
  "email": "dev@dmytri.to",
269
272
  "npm": "11.12.1",
270
273
  "node": "v25.8.2",
271
274
  "git": "git version 2.47.3",
272
- "hipp": "0.1.32"
275
+ "hipp": "0.1.33"
273
276
  }
274
277
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dk/hipp",
3
- "version": "0.1.32",
3
+ "version": "0.1.33",
4
4
  "description": "High Integrity Package Publisher",
5
5
  "main": "hipp.js",
6
6
  "bin": {