@stryke/helpers 0.10.23 → 0.10.24

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 +12 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -2,6 +2,18 @@
2
2
 
3
3
  # Changelog for Stryke - Helpers
4
4
 
5
+ ## [0.10.23](https://github.com/storm-software/stryke/releases/tag/helpers%400.10.23) (06/01/2026)
6
+
7
+ ### Bug Fixes
8
+
9
+ - **monorepo:** Resolve issue causing `.test.ts` files to be included in package ([6fe5e79d](https://github.com/storm-software/stryke/commit/6fe5e79d))
10
+
11
+ ### Updated Dependencies
12
+
13
+ - Updated **convert** to **v0.7.14**
14
+ - Updated **type-checks** to **v0.6.16**
15
+ - Updated **types** to **v0.12.11**
16
+
5
17
  ## [0.10.22](https://github.com/storm-software/stryke/releases/tag/helpers%400.10.22) (06/01/2026)
6
18
 
7
19
  ### Miscellaneous
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stryke/helpers",
3
- "version": "0.10.23",
3
+ "version": "0.10.24",
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.14",
101
- "@stryke/type-checks": "^0.6.16",
102
- "@stryke/types": "^0.12.11"
100
+ "@stryke/convert": "^0.7.15",
101
+ "@stryke/type-checks": "^0.6.17",
102
+ "@stryke/types": "^0.12.12"
103
103
  },
104
104
  "devDependencies": { "tsdown": "^0.21.10" },
105
105
  "publishConfig": { "access": "public" },
106
- "gitHead": "d660a476f1e788523a32652b8c0f96da7735891b"
106
+ "gitHead": "bd69eed49ebce911858f4439a92b2d4e6e20c6df"
107
107
  }