@stryke/hash 0.12.31 → 0.12.32

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +10 -4
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,13 @@
1
+ ![Storm Software's logo banner](https://public.storm-cdn.com/storm-software/banner-1280x320.gif)
2
+
3
+ # Changelog for Stryke - Hash
4
+
5
+ ## [0.12.31](https://github.com/storm-software/stryke/releases/tag/hash%400.12.31) (12/18/2025)
6
+
7
+ ### Updated Dependencies
8
+
9
+ - Updated **fs** to **v0.33.25**
10
+
1
11
  ![Storm Software's logo banner](https://public.storm-cdn.com/storm-software/optimized/banner-1280x320.gif)
2
12
 
3
13
  # Changelog for Stryke - Hash
@@ -14,10 +24,6 @@
14
24
  - Updated **convert** to **v0.6.28**
15
25
  - Updated **fs** to **v0.33.24**
16
26
 
17
- ![Storm Software's logo banner](https://public.storm-cdn.com/storm-software/banner-1280x320.gif)
18
-
19
- # Changelog for Stryke - Hash
20
-
21
27
  ## [0.12.29](https://github.com/storm-software/stryke/releases/tag/hash%400.12.29) (12/18/2025)
22
28
 
23
29
  ### Updated Dependencies
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stryke/hash",
3
- "version": "0.12.31",
3
+ "version": "0.12.32",
4
4
  "type": "module",
5
5
  "description": "A package containing utility functions that hash data using various algorithms.",
6
6
  "repository": {
@@ -41,5 +41,5 @@
41
41
  "dependencies": { "js-xxhash": "^4.0.0", "ohash": "^2.0.11" },
42
42
  "devDependencies": { "tsdown": "^0.17.2" },
43
43
  "publishConfig": { "access": "public" },
44
- "gitHead": "562e4b64add5e6c076ae803315d2768582148620"
44
+ "gitHead": "91cfc26c66c3042fd25e7c39d65f2a9cc88fb920"
45
45
  }