@stryke/unique-id 0.3.54 → 0.3.55
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/CHANGELOG.md +6 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
# Changelog for Stryke - Unique ID
|
|
4
4
|
|
|
5
|
+
## [0.3.54](https://github.com/storm-software/stryke/releases/tag/unique-id%400.3.54) (02/10/2026)
|
|
6
|
+
|
|
7
|
+
### Updated Dependencies
|
|
8
|
+
|
|
9
|
+
- Updated **hash** to **v0.12.49**
|
|
10
|
+
|
|
5
11
|
## [0.3.53](https://github.com/storm-software/stryke/releases/tag/unique-id%400.3.53) (02/09/2026)
|
|
6
12
|
|
|
7
13
|
### Updated Dependencies
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stryke/unique-id",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.55",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A package containing various helper functions to generate unique identifier strings",
|
|
6
6
|
"repository": {
|
|
@@ -32,5 +32,5 @@
|
|
|
32
32
|
"types": "./dist/index.d.cts",
|
|
33
33
|
"devDependencies": { "tsdown": "^0.17.2" },
|
|
34
34
|
"publishConfig": { "access": "public" },
|
|
35
|
-
"gitHead": "
|
|
35
|
+
"gitHead": "e569c1db49bd29cef0513170e5490a61a61578cf"
|
|
36
36
|
}
|