@helpers4/all 2.0.0-alpha.14 → 2.0.0-alpha.15

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/README.md CHANGED
@@ -44,15 +44,15 @@ This package includes all the following helpers4 categories:
44
44
  | Name | Package | Source Code | Description |
45
45
  |------|---------|-------------|-------------|
46
46
  | array | [@helpers4/array](https://www.npmjs.com/package/@helpers4/array) | [Source](https://github.com/helpers4/helpers4/tree/main/helpers/array) | Array manipulation utilities |
47
- | date | [@helpers4/date](https://www.npmjs.com/package/@helpers4/date) | [Source](https://github.com/helpers4/helpers4/tree/main/helpers/date) | date utilities |
47
+ | date | [@helpers4/date](https://www.npmjs.com/package/@helpers4/date) | [Source](https://github.com/helpers4/helpers4/tree/main/helpers/date) | Date and time utility functions |
48
48
  | function | [@helpers4/function](https://www.npmjs.com/package/@helpers4/function) | [Source](https://github.com/helpers4/helpers4/tree/main/helpers/function) | Function utilities and type guards |
49
- | math | [@helpers4/math](https://www.npmjs.com/package/@helpers4/math) | [Source](https://github.com/helpers4/helpers4/tree/main/helpers/math) | math utilities |
50
- | number | [@helpers4/number](https://www.npmjs.com/package/@helpers4/number) | [Source](https://github.com/helpers4/helpers4/tree/main/helpers/number) | number utilities |
49
+ | math | [@helpers4/math](https://www.npmjs.com/package/@helpers4/math) | [Source](https://github.com/helpers4/helpers4/tree/main/helpers/math) | Mathematical utility functions and calculations |
50
+ | number | [@helpers4/number](https://www.npmjs.com/package/@helpers4/number) | [Source](https://github.com/helpers4/helpers4/tree/main/helpers/number) | Number utility functions and validation |
51
51
  | object | [@helpers4/object](https://www.npmjs.com/package/@helpers4/object) | [Source](https://github.com/helpers4/helpers4/tree/main/helpers/object) | Object manipulation utilities |
52
52
  | observable | [@helpers4/observable](https://www.npmjs.com/package/@helpers4/observable) | [Source](https://github.com/helpers4/helpers4/tree/main/helpers/observable) | Observable utilities and combinators |
53
53
  | promise | [@helpers4/promise](https://www.npmjs.com/package/@helpers4/promise) | [Source](https://github.com/helpers4/helpers4/tree/main/helpers/promise) | Promise utilities and error handling |
54
54
  | string | [@helpers4/string](https://www.npmjs.com/package/@helpers4/string) | [Source](https://github.com/helpers4/helpers4/tree/main/helpers/string) | String manipulation and formatting utilities |
55
- | type | [@helpers4/type](https://www.npmjs.com/package/@helpers4/type) | [Source](https://github.com/helpers4/helpers4/tree/main/helpers/type) | type utilities |
55
+ | type | [@helpers4/type](https://www.npmjs.com/package/@helpers4/type) | [Source](https://github.com/helpers4/helpers4/tree/main/helpers/type) | Type checking and validation utilities |
56
56
  | url | [@helpers4/url](https://www.npmjs.com/package/@helpers4/url) | [Source](https://github.com/helpers4/helpers4/tree/main/helpers/url) | URL parsing and manipulation utilities |
57
57
  | version | [@helpers4/version](https://www.npmjs.com/package/@helpers4/version) | [Source](https://github.com/helpers4/helpers4/tree/main/helpers/version) | Version string manipulation utilities |
58
58
 
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.14 — License: LGPL-3.0-or-later
4
+ > Version: 2.0.0-alpha.15 — License: LGPL-3.0-or-later
5
5
 
6
6
  ## About
7
7
 
package/meta/build.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
- "buildDate": "2026-04-17T22:43:08.918Z",
3
- "version": "2.0.0-alpha.14",
2
+ "buildDate": "2026-04-18T16:31:19.118Z",
3
+ "version": "2.0.0-alpha.15",
4
4
  "categories": [
5
5
  "array",
6
6
  "date",
@@ -1,15 +1,15 @@
1
1
  {
2
- "@helpers4/all": "2.0.0-alpha.14",
3
- "@helpers4/array": "2.0.0-alpha.14",
4
- "@helpers4/date": "2.0.0-alpha.14",
5
- "@helpers4/function": "2.0.0-alpha.14",
6
- "@helpers4/math": "2.0.0-alpha.14",
7
- "@helpers4/number": "2.0.0-alpha.14",
8
- "@helpers4/object": "2.0.0-alpha.14",
9
- "@helpers4/observable": "2.0.0-alpha.14",
10
- "@helpers4/promise": "2.0.0-alpha.14",
11
- "@helpers4/string": "2.0.0-alpha.14",
12
- "@helpers4/type": "2.0.0-alpha.14",
13
- "@helpers4/url": "2.0.0-alpha.14",
14
- "@helpers4/version": "2.0.0-alpha.14"
2
+ "@helpers4/all": "2.0.0-alpha.15",
3
+ "@helpers4/array": "2.0.0-alpha.15",
4
+ "@helpers4/date": "2.0.0-alpha.15",
5
+ "@helpers4/function": "2.0.0-alpha.15",
6
+ "@helpers4/math": "2.0.0-alpha.15",
7
+ "@helpers4/number": "2.0.0-alpha.15",
8
+ "@helpers4/object": "2.0.0-alpha.15",
9
+ "@helpers4/observable": "2.0.0-alpha.15",
10
+ "@helpers4/promise": "2.0.0-alpha.15",
11
+ "@helpers4/string": "2.0.0-alpha.15",
12
+ "@helpers4/type": "2.0.0-alpha.15",
13
+ "@helpers4/url": "2.0.0-alpha.15",
14
+ "@helpers4/version": "2.0.0-alpha.15"
15
15
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@helpers4/all",
3
- "version": "2.0.0-alpha.14",
3
+ "version": "2.0.0-alpha.15",
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,17 +27,17 @@
27
27
  "llms.txt"
28
28
  ],
29
29
  "peerDependencies": {
30
- "@helpers4/array": "2.0.0-alpha.14",
31
- "@helpers4/date": "2.0.0-alpha.14",
32
- "@helpers4/function": "2.0.0-alpha.14",
33
- "@helpers4/math": "2.0.0-alpha.14",
34
- "@helpers4/number": "2.0.0-alpha.14",
35
- "@helpers4/object": "2.0.0-alpha.14",
36
- "@helpers4/observable": "2.0.0-alpha.14",
37
- "@helpers4/promise": "2.0.0-alpha.14",
38
- "@helpers4/string": "2.0.0-alpha.14",
39
- "@helpers4/type": "2.0.0-alpha.14",
40
- "@helpers4/url": "2.0.0-alpha.14",
41
- "@helpers4/version": "2.0.0-alpha.14"
30
+ "@helpers4/array": "2.0.0-alpha.15",
31
+ "@helpers4/date": "2.0.0-alpha.15",
32
+ "@helpers4/function": "2.0.0-alpha.15",
33
+ "@helpers4/math": "2.0.0-alpha.15",
34
+ "@helpers4/number": "2.0.0-alpha.15",
35
+ "@helpers4/object": "2.0.0-alpha.15",
36
+ "@helpers4/observable": "2.0.0-alpha.15",
37
+ "@helpers4/promise": "2.0.0-alpha.15",
38
+ "@helpers4/string": "2.0.0-alpha.15",
39
+ "@helpers4/type": "2.0.0-alpha.15",
40
+ "@helpers4/url": "2.0.0-alpha.15",
41
+ "@helpers4/version": "2.0.0-alpha.15"
42
42
  }
43
43
  }