@helpers4/all 2.0.0-alpha.2 → 2.0.0-alpha.21
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/LICENSE.md +150 -650
- package/README.md +23 -17
- package/llms.txt +6909 -0
- package/meta/build.json +14 -6
- package/meta/packages.json +14 -12
- package/package.json +20 -16
package/meta/build.json
CHANGED
|
@@ -1,10 +1,19 @@
|
|
|
1
1
|
{
|
|
2
|
-
"buildDate": "
|
|
3
|
-
"version": "2.0.0-alpha.
|
|
2
|
+
"buildDate": "2026-04-26T15:48:18.823Z",
|
|
3
|
+
"version": "2.0.0-alpha.21",
|
|
4
|
+
"mutationDashboardUrl": "https://dashboard.stryker-mutator.io/reports/github.com/helpers4/typescript/v2.0.0-alpha.21",
|
|
5
|
+
"runtimes": {
|
|
6
|
+
"node": ">=24.0.0",
|
|
7
|
+
"deno": "compatible",
|
|
8
|
+
"bun": "compatible",
|
|
9
|
+
"browser": "ES2022+"
|
|
10
|
+
},
|
|
4
11
|
"categories": [
|
|
5
12
|
"array",
|
|
13
|
+
"commit",
|
|
6
14
|
"date",
|
|
7
15
|
"function",
|
|
16
|
+
"math",
|
|
8
17
|
"number",
|
|
9
18
|
"object",
|
|
10
19
|
"observable",
|
|
@@ -14,9 +23,8 @@
|
|
|
14
23
|
"url",
|
|
15
24
|
"version"
|
|
16
25
|
],
|
|
17
|
-
"totalCategories":
|
|
18
|
-
"buildTool": "
|
|
19
|
-
"
|
|
20
|
-
"nodeVersion": "24.3.0",
|
|
26
|
+
"totalCategories": 13,
|
|
27
|
+
"buildTool": "vite",
|
|
28
|
+
"nodeVersion": "24.14.1",
|
|
21
29
|
"platform": "linux"
|
|
22
30
|
}
|
package/meta/packages.json
CHANGED
|
@@ -1,14 +1,16 @@
|
|
|
1
1
|
{
|
|
2
|
-
"@helpers4/all": "2.0.0-alpha.
|
|
3
|
-
"@helpers4/array": "2.0.0-alpha.
|
|
4
|
-
"@helpers4/
|
|
5
|
-
"@helpers4/
|
|
6
|
-
"@helpers4/
|
|
7
|
-
"@helpers4/
|
|
8
|
-
"@helpers4/
|
|
9
|
-
"@helpers4/
|
|
10
|
-
"@helpers4/
|
|
11
|
-
"@helpers4/
|
|
12
|
-
"@helpers4/
|
|
13
|
-
"@helpers4/
|
|
2
|
+
"@helpers4/all": "2.0.0-alpha.21",
|
|
3
|
+
"@helpers4/array": "2.0.0-alpha.21",
|
|
4
|
+
"@helpers4/commit": "2.0.0-alpha.21",
|
|
5
|
+
"@helpers4/date": "2.0.0-alpha.21",
|
|
6
|
+
"@helpers4/function": "2.0.0-alpha.21",
|
|
7
|
+
"@helpers4/math": "2.0.0-alpha.21",
|
|
8
|
+
"@helpers4/number": "2.0.0-alpha.21",
|
|
9
|
+
"@helpers4/object": "2.0.0-alpha.21",
|
|
10
|
+
"@helpers4/observable": "2.0.0-alpha.21",
|
|
11
|
+
"@helpers4/promise": "2.0.0-alpha.21",
|
|
12
|
+
"@helpers4/string": "2.0.0-alpha.21",
|
|
13
|
+
"@helpers4/type": "2.0.0-alpha.21",
|
|
14
|
+
"@helpers4/url": "2.0.0-alpha.21",
|
|
15
|
+
"@helpers4/version": "2.0.0-alpha.21"
|
|
14
16
|
}
|
package/package.json
CHANGED
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@helpers4/all",
|
|
3
|
-
"version": "2.0.0-alpha.
|
|
3
|
+
"version": "2.0.0-alpha.21",
|
|
4
4
|
"description": "Complete collection of helpers4 utilities - all categories in one convenient package.",
|
|
5
5
|
"author": "baxyz <baxy@etik.com>",
|
|
6
|
-
"license": "
|
|
6
|
+
"license": "LGPL-3.0",
|
|
7
|
+
"homepage": "https://helpers4.dev/typescript/",
|
|
7
8
|
"repository": {
|
|
8
9
|
"type": "git",
|
|
9
|
-
"url": "git+https://github.com/helpers4/
|
|
10
|
+
"url": "git+https://github.com/helpers4/typescript.git"
|
|
10
11
|
},
|
|
11
12
|
"type": "module",
|
|
12
13
|
"keywords": [
|
|
@@ -22,19 +23,22 @@
|
|
|
22
23
|
"LICENSE.md",
|
|
23
24
|
"package.json",
|
|
24
25
|
"README.md",
|
|
25
|
-
"meta/"
|
|
26
|
+
"meta/",
|
|
27
|
+
"llms.txt"
|
|
26
28
|
],
|
|
27
|
-
"
|
|
28
|
-
"@helpers4/array": "2.0.0-alpha.
|
|
29
|
-
"@helpers4/
|
|
30
|
-
"@helpers4/
|
|
31
|
-
"@helpers4/
|
|
32
|
-
"@helpers4/
|
|
33
|
-
"@helpers4/
|
|
34
|
-
"@helpers4/
|
|
35
|
-
"@helpers4/
|
|
36
|
-
"@helpers4/
|
|
37
|
-
"@helpers4/
|
|
38
|
-
"@helpers4/
|
|
29
|
+
"peerDependencies": {
|
|
30
|
+
"@helpers4/array": "2.0.0-alpha.21",
|
|
31
|
+
"@helpers4/commit": "2.0.0-alpha.21",
|
|
32
|
+
"@helpers4/date": "2.0.0-alpha.21",
|
|
33
|
+
"@helpers4/function": "2.0.0-alpha.21",
|
|
34
|
+
"@helpers4/math": "2.0.0-alpha.21",
|
|
35
|
+
"@helpers4/number": "2.0.0-alpha.21",
|
|
36
|
+
"@helpers4/object": "2.0.0-alpha.21",
|
|
37
|
+
"@helpers4/observable": "2.0.0-alpha.21",
|
|
38
|
+
"@helpers4/promise": "2.0.0-alpha.21",
|
|
39
|
+
"@helpers4/string": "2.0.0-alpha.21",
|
|
40
|
+
"@helpers4/type": "2.0.0-alpha.21",
|
|
41
|
+
"@helpers4/url": "2.0.0-alpha.21",
|
|
42
|
+
"@helpers4/version": "2.0.0-alpha.21"
|
|
39
43
|
}
|
|
40
44
|
}
|