@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/meta/build.json CHANGED
@@ -1,10 +1,19 @@
1
1
  {
2
- "buildDate": "2025-09-03T22:07:48.745Z",
3
- "version": "2.0.0-alpha.2",
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": 11,
18
- "buildTool": "bun",
19
- "bunVersion": "1.2.21",
20
- "nodeVersion": "24.3.0",
26
+ "totalCategories": 13,
27
+ "buildTool": "vite",
28
+ "nodeVersion": "24.14.1",
21
29
  "platform": "linux"
22
30
  }
@@ -1,14 +1,16 @@
1
1
  {
2
- "@helpers4/all": "2.0.0-alpha.2",
3
- "@helpers4/array": "2.0.0-alpha.2",
4
- "@helpers4/date": "2.0.0-alpha.2",
5
- "@helpers4/function": "2.0.0-alpha.2",
6
- "@helpers4/number": "2.0.0-alpha.2",
7
- "@helpers4/object": "2.0.0-alpha.2",
8
- "@helpers4/observable": "2.0.0-alpha.2",
9
- "@helpers4/promise": "2.0.0-alpha.2",
10
- "@helpers4/string": "2.0.0-alpha.2",
11
- "@helpers4/type": "2.0.0-alpha.2",
12
- "@helpers4/url": "2.0.0-alpha.2",
13
- "@helpers4/version": "2.0.0-alpha.2"
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.2",
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": "AGPL-3.0",
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/helpers4.git"
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
- "dependencies": {
28
- "@helpers4/array": "2.0.0-alpha.2",
29
- "@helpers4/date": "2.0.0-alpha.2",
30
- "@helpers4/function": "2.0.0-alpha.2",
31
- "@helpers4/number": "2.0.0-alpha.2",
32
- "@helpers4/object": "2.0.0-alpha.2",
33
- "@helpers4/observable": "2.0.0-alpha.2",
34
- "@helpers4/promise": "2.0.0-alpha.2",
35
- "@helpers4/string": "2.0.0-alpha.2",
36
- "@helpers4/type": "2.0.0-alpha.2",
37
- "@helpers4/url": "2.0.0-alpha.2",
38
- "@helpers4/version": "2.0.0-alpha.2"
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
  }