Comparing version 3.0.4 to 3.0.5
# Changelog | ||
## v3.0.5 - 2024-06-19 | ||
### Maintenance | ||
- Changed naming convention of test files | ||
- Updated dev dependencies | ||
## v3.0.4 - 2023-09-18 | ||
@@ -4,0 +11,0 @@ |
{ | ||
"name": "scru128", | ||
"version": "3.0.4", | ||
"version": "3.0.5", | ||
"description": "SCRU128: Sortable, Clock and Random number-based Unique identifier", | ||
@@ -40,6 +40,6 @@ "type": "module", | ||
"devDependencies": { | ||
"mocha": "^10.2.0", | ||
"typedoc": "^0.25.1", | ||
"typescript": "^5.2.2" | ||
"mocha": "^10.4.0", | ||
"typedoc": "^0.25.13", | ||
"typescript": "^5.4.5" | ||
} | ||
} |
52045