@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 +4 -4
- package/llms.txt +1 -1
- package/meta/build.json +2 -2
- package/meta/packages.json +13 -13
- package/package.json +13 -13
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) |
|
|
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) |
|
|
50
|
-
| number | [@helpers4/number](https://www.npmjs.com/package/@helpers4/number) | [Source](https://github.com/helpers4/helpers4/tree/main/helpers/number) |
|
|
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) |
|
|
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
package/meta/build.json
CHANGED
package/meta/packages.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
|
-
"@helpers4/all": "2.0.0-alpha.
|
|
3
|
-
"@helpers4/array": "2.0.0-alpha.
|
|
4
|
-
"@helpers4/date": "2.0.0-alpha.
|
|
5
|
-
"@helpers4/function": "2.0.0-alpha.
|
|
6
|
-
"@helpers4/math": "2.0.0-alpha.
|
|
7
|
-
"@helpers4/number": "2.0.0-alpha.
|
|
8
|
-
"@helpers4/object": "2.0.0-alpha.
|
|
9
|
-
"@helpers4/observable": "2.0.0-alpha.
|
|
10
|
-
"@helpers4/promise": "2.0.0-alpha.
|
|
11
|
-
"@helpers4/string": "2.0.0-alpha.
|
|
12
|
-
"@helpers4/type": "2.0.0-alpha.
|
|
13
|
-
"@helpers4/url": "2.0.0-alpha.
|
|
14
|
-
"@helpers4/version": "2.0.0-alpha.
|
|
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.
|
|
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.
|
|
31
|
-
"@helpers4/date": "2.0.0-alpha.
|
|
32
|
-
"@helpers4/function": "2.0.0-alpha.
|
|
33
|
-
"@helpers4/math": "2.0.0-alpha.
|
|
34
|
-
"@helpers4/number": "2.0.0-alpha.
|
|
35
|
-
"@helpers4/object": "2.0.0-alpha.
|
|
36
|
-
"@helpers4/observable": "2.0.0-alpha.
|
|
37
|
-
"@helpers4/promise": "2.0.0-alpha.
|
|
38
|
-
"@helpers4/string": "2.0.0-alpha.
|
|
39
|
-
"@helpers4/type": "2.0.0-alpha.
|
|
40
|
-
"@helpers4/url": "2.0.0-alpha.
|
|
41
|
-
"@helpers4/version": "2.0.0-alpha.
|
|
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
|
}
|