mirror: A fast canonicalisation utility for stable object equality
0

Configure Feed

Select the types of activity you want to include in your feed.

release: 0.2.1

Marais Rossouw (Jun 26, 2026, 8:42 AM +1000) faf9a8b1 9842e2ed

+2 -2
+1 -1
deno.json
··· 1 1 { 2 - "version": "0.2.0", 2 + "version": "0.2.1", 3 3 "name": "@mr/object-identity", 4 4 "license": "MIT", 5 5 "exports": "./lib/mod.ts",
+1 -1
package.json
··· 1 1 { 2 2 "name": "object-identity", 3 - "version": "0.2.0", 3 + "version": "0.2.1", 4 4 "description": "Canonicalize any value into a tiny, stable identity string. Structural fingerprints for cache keys, deduping, and memoization.", 5 5 "repository": { 6 6 "type": "git",