@tnid/core 0.0.4 → 0.0.5

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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -284,7 +284,7 @@ await db.query("INSERT INTO users (id) VALUES ($1)", [uuid]);
284
284
 
285
285
  ## Related Packages
286
286
 
287
- - **@tnid/encryption** - Format-preserving encryption to convert V0 (time-ordered) to V1 (random-looking) IDs
287
+ - **@tnid/encryption** - Encrypt V0 TNIDs to V1 to hide timestamp information
288
288
 
289
289
  ## License
290
290
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tnid/core",
3
- "version": "0.0.4",
3
+ "version": "0.0.5",
4
4
  "description": "Type-safe, named, unique identifiers (TNIDs) - UUID-compatible IDs with embedded type names",
5
5
  "keywords": [
6
6
  "uuid",