@stryke/helpers 0.10.14 → 0.10.16

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 +8 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -2,6 +2,14 @@
2
2
 
3
3
  # Changelog for Stryke - Helpers
4
4
 
5
+ ## [0.10.15](https://github.com/storm-software/stryke/releases/tag/helpers%400.10.15) (05/08/2026)
6
+
7
+ ### Updated Dependencies
8
+
9
+ - Updated **type-checks** to **v0.6.8**
10
+ - Updated **convert** to **v0.7.6**
11
+ - Updated **types** to **v0.12.3**
12
+
5
13
  ## [0.10.14](https://github.com/storm-software/stryke/releases/tag/helpers%400.10.14) (05/07/2026)
6
14
 
7
15
  ### Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stryke/helpers",
3
- "version": "0.10.14",
3
+ "version": "0.10.16",
4
4
  "private": false,
5
5
  "description": "A package containing miscellaneous helper functions that are used across many different Storm Software projects.",
6
6
  "repository": {
@@ -97,11 +97,11 @@
97
97
  "module": "./dist/index.mjs",
98
98
  "types": "./dist/index.d.cts",
99
99
  "dependencies": {
100
- "@stryke/convert": "^0.7.5",
101
- "@stryke/type-checks": "^0.6.7",
102
- "@stryke/types": "^0.12.2"
100
+ "@stryke/convert": "^0.7.7",
101
+ "@stryke/type-checks": "^0.6.9",
102
+ "@stryke/types": "^0.12.4"
103
103
  },
104
104
  "devDependencies": { "tsdown": "^0.21.10" },
105
105
  "publishConfig": { "access": "public" },
106
- "gitHead": "2ed697a18e476a0415c784f7e12e46770ea397e0"
106
+ "gitHead": "b4ff7288e87cebd30fa8787c420e563b13bef1c8"
107
107
  }