Skip to content

Commit

Permalink
release: 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Tienisto committed Sep 22, 2024
1 parent ef3fbe5 commit 396b78a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tempoid",
"version": "0.0.2",
"version": "0.0.3",
"description": "A library to generate URL-friendly, unique, and short IDs that are sortable by time. Inspired by nanoid and UUIDv7.",
"main": "./src/tempoId.js",
"type": "module",
Expand All @@ -24,5 +24,10 @@
"license": "MIT",
"engines": {
"node": ">=15.0.0"
},
"devDependencies": {
"nanoid": "^5.0.7",
"tinybench": "^2.9.0",
"uuid": "^10.0.0"
}
}

0 comments on commit 396b78a

Please sign in to comment.