@stryke/helpers 0.9.43 → 0.9.45

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 +16 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -2,6 +2,22 @@
2
2
 
3
3
  # Changelog for Stryke - Helpers
4
4
 
5
+ ## [0.9.44](https://github.com/storm-software/stryke/releases/tag/helpers%400.9.44) (03/02/2026)
6
+
7
+ ### Updated Dependencies
8
+
9
+ - Updated **type-checks** to **v0.5.27**
10
+ - Updated **convert** to **v0.6.42**
11
+ - Updated **types** to **v0.10.41**
12
+
13
+ ## [0.9.43](https://github.com/storm-software/stryke/releases/tag/helpers%400.9.43) (03/02/2026)
14
+
15
+ ### Updated Dependencies
16
+
17
+ - Updated **type-checks** to **v0.5.26**
18
+ - Updated **convert** to **v0.6.41**
19
+ - Updated **types** to **v0.10.40**
20
+
5
21
  ## [0.9.42](https://github.com/storm-software/stryke/releases/tag/helpers%400.9.42) (02/09/2026)
6
22
 
7
23
  ### Updated Dependencies
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stryke/helpers",
3
- "version": "0.9.43",
3
+ "version": "0.9.45",
4
4
  "type": "module",
5
5
  "description": "A package containing miscellaneous helper functions that are used across many different Storm Software projects.",
6
6
  "repository": {
@@ -125,5 +125,5 @@
125
125
  "types": "./dist/index.d.cts",
126
126
  "devDependencies": { "tsdown": "^0.17.2" },
127
127
  "publishConfig": { "access": "public" },
128
- "gitHead": "e569c1db49bd29cef0513170e5490a61a61578cf"
128
+ "gitHead": "c19d9de45cecf6e0cc805e04358c9dc9d9e4eb6a"
129
129
  }