@helpers4/all 2.0.0-alpha.22 → 2.0.0-alpha.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.
package/llms.txt CHANGED
@@ -1,7 +1,7 @@
1
1
  # @helpers4/all
2
2
 
3
3
  > Complete collection of tree-shakable TypeScript utility functions.
4
- > Version: 2.0.0-alpha.22 — License: LGPL-3.0-or-later
4
+ > Version: 2.0.0-alpha.24 — License: LGPL-3.0-or-later
5
5
 
6
6
  ## About
7
7
 
@@ -4235,8 +4235,8 @@ boundaries.
4235
4235
  Inserts ZWS at each camelCase boundary so a long identifier can wrap in a narrow column.
4236
4236
 
4237
4237
  ```typescript
4238
- injectWordBreaks('yieldExplorerValue')
4239
- // => 'yield\u200BExplorer\u200BValue'
4238
+ injectWordBreaks('getUserProfileData')
4239
+ // => 'get\u200BUser\u200BProfile\u200BData'
4240
4240
  ```
4241
4241
 
4242
4242
  *Comma-separated tokens*
package/meta/build.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
- "buildDate": "2026-04-27T20:06:15.796Z",
3
- "version": "2.0.0-alpha.22",
4
- "mutationDashboardUrl": "https://dashboard.stryker-mutator.io/reports/github.com/helpers4/typescript/v2.0.0-alpha.22",
2
+ "buildDate": "2026-04-29T21:45:43.189Z",
3
+ "version": "2.0.0-alpha.24",
4
+ "mutationDashboardUrl": "https://dashboard.stryker-mutator.io/reports/github.com/helpers4/typescript/v2.0.0-alpha.24",
5
5
  "runtimes": {
6
6
  "node": ">=24.0.0",
7
7
  "deno": "compatible",
@@ -1,16 +1,16 @@
1
1
  {
2
- "@helpers4/all": "2.0.0-alpha.22",
3
- "@helpers4/array": "2.0.0-alpha.22",
4
- "@helpers4/commit": "2.0.0-alpha.22",
5
- "@helpers4/date": "2.0.0-alpha.22",
6
- "@helpers4/function": "2.0.0-alpha.22",
7
- "@helpers4/math": "2.0.0-alpha.22",
8
- "@helpers4/number": "2.0.0-alpha.22",
9
- "@helpers4/object": "2.0.0-alpha.22",
10
- "@helpers4/observable": "2.0.0-alpha.22",
11
- "@helpers4/promise": "2.0.0-alpha.22",
12
- "@helpers4/string": "2.0.0-alpha.22",
13
- "@helpers4/type": "2.0.0-alpha.22",
14
- "@helpers4/url": "2.0.0-alpha.22",
15
- "@helpers4/version": "2.0.0-alpha.22"
2
+ "@helpers4/all": "2.0.0-alpha.24",
3
+ "@helpers4/array": "2.0.0-alpha.24",
4
+ "@helpers4/commit": "2.0.0-alpha.24",
5
+ "@helpers4/date": "2.0.0-alpha.24",
6
+ "@helpers4/function": "2.0.0-alpha.24",
7
+ "@helpers4/math": "2.0.0-alpha.24",
8
+ "@helpers4/number": "2.0.0-alpha.24",
9
+ "@helpers4/object": "2.0.0-alpha.24",
10
+ "@helpers4/observable": "2.0.0-alpha.24",
11
+ "@helpers4/promise": "2.0.0-alpha.24",
12
+ "@helpers4/string": "2.0.0-alpha.24",
13
+ "@helpers4/type": "2.0.0-alpha.24",
14
+ "@helpers4/url": "2.0.0-alpha.24",
15
+ "@helpers4/version": "2.0.0-alpha.24"
16
16
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@helpers4/all",
3
- "version": "2.0.0-alpha.22",
3
+ "version": "2.0.0-alpha.24",
4
4
  "description": "Complete collection of helpers4 utilities - all categories in one convenient package.",
5
5
  "author": "baxyz <baxy@etik.com>",
6
6
  "license": "LGPL-3.0",
@@ -27,18 +27,18 @@
27
27
  "llms.txt"
28
28
  ],
29
29
  "peerDependencies": {
30
- "@helpers4/array": "2.0.0-alpha.22",
31
- "@helpers4/commit": "2.0.0-alpha.22",
32
- "@helpers4/date": "2.0.0-alpha.22",
33
- "@helpers4/function": "2.0.0-alpha.22",
34
- "@helpers4/math": "2.0.0-alpha.22",
35
- "@helpers4/number": "2.0.0-alpha.22",
36
- "@helpers4/object": "2.0.0-alpha.22",
37
- "@helpers4/observable": "2.0.0-alpha.22",
38
- "@helpers4/promise": "2.0.0-alpha.22",
39
- "@helpers4/string": "2.0.0-alpha.22",
40
- "@helpers4/type": "2.0.0-alpha.22",
41
- "@helpers4/url": "2.0.0-alpha.22",
42
- "@helpers4/version": "2.0.0-alpha.22"
30
+ "@helpers4/array": "2.0.0-alpha.24",
31
+ "@helpers4/commit": "2.0.0-alpha.24",
32
+ "@helpers4/date": "2.0.0-alpha.24",
33
+ "@helpers4/function": "2.0.0-alpha.24",
34
+ "@helpers4/math": "2.0.0-alpha.24",
35
+ "@helpers4/number": "2.0.0-alpha.24",
36
+ "@helpers4/object": "2.0.0-alpha.24",
37
+ "@helpers4/observable": "2.0.0-alpha.24",
38
+ "@helpers4/promise": "2.0.0-alpha.24",
39
+ "@helpers4/string": "2.0.0-alpha.24",
40
+ "@helpers4/type": "2.0.0-alpha.24",
41
+ "@helpers4/url": "2.0.0-alpha.24",
42
+ "@helpers4/version": "2.0.0-alpha.24"
43
43
  }
44
44
  }