Skip to content

Commit

Permalink
Finalize TypeScript implementation of TypeID (#58)
Browse files Browse the repository at this point in the history
Add final tests, bump version number, change package.json appropriately.

Note that because `typeid-ts` is already taken in npm, I'm planning to
rename the directory, package and repo to `typeid-js`. But I wanted to
get in this diff in first, and then I'll do the renaming.
  • Loading branch information
loreto committed Jun 30, 2023
1 parent 37dd36a commit 99745df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/valid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# decoding and re-encoding the id, the result is the same as the original.
#
# In other words, the following property should always hold:
# random_typeid: encode(decode(random_typeid))
# random_typeid == encode(decode(random_typeid))
#
# Finally, while implementations should be able to decode the values below,
# note that not all of them are UUIDv7s. When *generating* new random typeids,
Expand Down

0 comments on commit 99745df

Please sign in to comment.