@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.
- package/README.md +9 -6
- 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.
|
|
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.
|
|
264
|
-
"revision": "
|
|
265
|
-
"hash": "
|
|
266
|
-
"signature": "
|
|
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.
|
|
275
|
+
"hipp": "0.1.33"
|
|
273
276
|
}
|
|
274
277
|
```
|