@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.
- package/README.md +1 -1
- 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** -
|
|
287
|
+
- **@tnid/encryption** - Encrypt V0 TNIDs to V1 to hide timestamp information
|
|
288
288
|
|
|
289
289
|
## License
|
|
290
290
|
|