@dk/hipp 0.1.36 → 0.1.40

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 +5 -5
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -273,21 +273,21 @@ PERFORMANCE OF THIS SOFTWARE.
273
273
  Verify this package with [@dk/hipp](https://www.npmjs.com/package/@dk/hipp):
274
274
 
275
275
  ```bash
276
- npx @dk/hipp --verify @dk/hipp@0.1.36
276
+ npx @dk/hipp --verify @dk/hipp@0.1.40
277
277
  ```
278
278
 
279
279
  ```json
280
280
  {
281
281
  "origin": "git@github.com:dmytri/hipp.git",
282
- "tag": "v0.1.36",
283
- "revision": "e3190c19274fd1dcf9c9f8d4f3a0af842214e4b7",
282
+ "tag": "v0.1.40",
283
+ "revision": "53c50c6f0263dd2f24b2b195e116d4ec03c77c1f",
284
284
  "hash": "af45dd66df7b54705c7c0c2a5e3bd24222727bc34668e2d89c8079175cdd1df4",
285
- "signature": "hFkmTxDeTNHOhvvVlySj2Amg5Wq2vuFR1fJzBU0d4Th5ixMvkbpdLcYiHu719sZVAWsUycnu56pH2rXZCvN+BA==",
285
+ "signature": "LxM3pd+3c7lXqtLAesfEM4gx0NSso3zQchm+EBmhK4X23CScWJQeWS/VC5PdVOiDWj8KquFUMzyrOG4Hj5ViCw==",
286
286
  "name": "Dmytri Kleiner",
287
287
  "email": "dev@dmytri.to",
288
288
  "npm": "11.12.1",
289
289
  "node": "v25.8.2",
290
290
  "git": "git version 2.47.3",
291
- "hipp": "0.1.36"
291
+ "hipp": "0.1.40"
292
292
  }
293
293
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dk/hipp",
3
- "version": "0.1.36",
3
+ "version": "0.1.40",
4
4
  "description": "High Integrity Package Publisher",
5
5
  "main": "hipp.js",
6
6
  "bin": {