@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.
- package/README.md +5 -5
- 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.
|
|
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.
|
|
283
|
-
"revision": "
|
|
282
|
+
"tag": "v0.1.40",
|
|
283
|
+
"revision": "53c50c6f0263dd2f24b2b195e116d4ec03c77c1f",
|
|
284
284
|
"hash": "af45dd66df7b54705c7c0c2a5e3bd24222727bc34668e2d89c8079175cdd1df4",
|
|
285
|
-
"signature": "
|
|
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.
|
|
291
|
+
"hipp": "0.1.40"
|
|
292
292
|
}
|
|
293
293
|
```
|