@stryke/helpers 0.10.24 → 0.10.25
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 +10 -2
- package/README.md +8 -8
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,7 +1,15 @@
|
|
|
1
|
-

|
|
1
|
+

|
|
2
2
|
|
|
3
3
|
# Changelog for Stryke - Helpers
|
|
4
4
|
|
|
5
|
+
## [0.10.24](https://github.com/storm-software/stryke/releases/tag/helpers%400.10.24) (06/03/2026)
|
|
6
|
+
|
|
7
|
+
### Updated Dependencies
|
|
8
|
+
|
|
9
|
+
- Updated **convert** to **v0.7.15**
|
|
10
|
+
- Updated **type-checks** to **v0.6.17**
|
|
11
|
+
- Updated **types** to **v0.12.12**
|
|
12
|
+
|
|
5
13
|
## [0.10.23](https://github.com/storm-software/stryke/releases/tag/helpers%400.10.23) (06/01/2026)
|
|
6
14
|
|
|
7
15
|
### Bug Fixes
|
|
@@ -453,7 +461,7 @@
|
|
|
453
461
|
- Updated **convert** to **v0.6.27**
|
|
454
462
|
- Updated **types** to **v0.10.26**
|
|
455
463
|
|
|
456
|
-

|
|
464
|
+

|
|
457
465
|
|
|
458
466
|
# Changelog for Stryke - Helpers
|
|
459
467
|
|
package/README.md
CHANGED
|
@@ -5,9 +5,9 @@
|
|
|
5
5
|
|
|
6
6
|
<div align="center">
|
|
7
7
|
<picture>
|
|
8
|
-
<source media="(prefers-color-scheme: dark)" srcset="https://public.storm-cdn.com/storm-software/banner-1280x640-dark.gif">
|
|
9
|
-
<source media="(prefers-color-scheme: light)" srcset="https://public.storm-cdn.com/storm-software/banner-1280x640-light.gif">
|
|
10
|
-
<img src="https://public.storm-cdn.com/storm-software/banner-1280x640-dark.gif" width="100%" alt="Storm Software" />
|
|
8
|
+
<source media="(prefers-color-scheme: dark)" srcset="https://public.storm-cdn.com/storm-software/media/banner-1280x640-dark.gif">
|
|
9
|
+
<source media="(prefers-color-scheme: light)" srcset="https://public.storm-cdn.com/storm-software/media/banner-1280x640-light.gif">
|
|
10
|
+
<img src="https://public.storm-cdn.com/storm-software/media/banner-1280x640-dark.gif" width="100%" alt="Storm Software" />
|
|
11
11
|
</picture>
|
|
12
12
|
</div>
|
|
13
13
|
<br />
|
|
@@ -280,9 +280,9 @@ specification. Contributions of any kind welcome!
|
|
|
280
280
|
|
|
281
281
|
<div align="center">
|
|
282
282
|
<picture>
|
|
283
|
-
<source media="(prefers-color-scheme: dark)" srcset="https://public.storm-cdn.com/storm-software/banner-1280x320-dark.webp">
|
|
284
|
-
<source media="(prefers-color-scheme: light)" srcset="https://public.storm-cdn.com/storm-software/banner-1280x320-light.webp">
|
|
285
|
-
<img src="https://public.storm-cdn.com/storm-software/banner-1280x320-dark.webp" width="100%" alt="Storm Software" />
|
|
283
|
+
<source media="(prefers-color-scheme: dark)" srcset="https://public.storm-cdn.com/storm-software/media/banner-1280x320-dark.webp">
|
|
284
|
+
<source media="(prefers-color-scheme: light)" srcset="https://public.storm-cdn.com/storm-software/media/banner-1280x320-light.webp">
|
|
285
|
+
<img src="https://public.storm-cdn.com/storm-software/media/banner-1280x320-dark.webp" width="100%" alt="Storm Software" />
|
|
286
286
|
</picture>
|
|
287
287
|
</div>
|
|
288
288
|
<br />
|
|
@@ -314,9 +314,9 @@ generation of development tools, please reach out on our
|
|
|
314
314
|
|
|
315
315
|
<br />
|
|
316
316
|
|
|
317
|
-
<div align="center"><a href="https://stormsoftware.com" target="_blank"><img src="https://public.storm-cdn.com/
|
|
317
|
+
<div align="center"><a href="https://stormsoftware.com" target="_blank"><picture><source media="(prefers-color-scheme: dark)" srcset="https://public.storm-cdn.com/storm-software/icons/circle-dark.webp"><source media="(prefers-color-scheme: light)" srcset="https://public.storm-cdn.com/storm-software/icons/circle-light.webp"><img src="https://public.storm-cdn.com/storm-software/icons/circle-dark.webp" width="200px" alt="Storm Software" /></picture></a></div>
|
|
318
318
|
<br />
|
|
319
|
-
<div align="center"><a href="https://stormsoftware.com" target="_blank"><img src="https://public.storm-cdn.com/visit-us-
|
|
319
|
+
<div align="center"><a href="https://stormsoftware.com" target="_blank"><picture><source media="(prefers-color-scheme: dark)" srcset="https://public.storm-cdn.com/misc/text/visit-us-dark.png"><source media="(prefers-color-scheme: light)" srcset="https://public.storm-cdn.com/misc/text/visit-us-light.png"><img src="https://public.storm-cdn.com/misc/text/visit-us-dark.png" height="90px" alt="Visit us at stormsoftware.com" /></picture></a></div>
|
|
320
320
|
|
|
321
321
|
<br />
|
|
322
322
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stryke/helpers",
|
|
3
|
-
"version": "0.10.
|
|
3
|
+
"version": "0.10.25",
|
|
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.
|
|
101
|
-
"@stryke/type-checks": "^0.6.
|
|
102
|
-
"@stryke/types": "^0.12.
|
|
100
|
+
"@stryke/convert": "^0.7.16",
|
|
101
|
+
"@stryke/type-checks": "^0.6.18",
|
|
102
|
+
"@stryke/types": "^0.12.13"
|
|
103
103
|
},
|
|
104
104
|
"devDependencies": { "tsdown": "^0.21.10" },
|
|
105
105
|
"publishConfig": { "access": "public" },
|
|
106
|
-
"gitHead": "
|
|
106
|
+
"gitHead": "77fb709fd3f51171376ae66ded804dab282ef6b8"
|
|
107
107
|
}
|