zcb 0.2.7 → 0.2.8
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/dist/production.analysis.txt +18 -18
- package/package.json +4 -4
|
@@ -1,49 +1,49 @@
|
|
|
1
1
|
-----------------------------
|
|
2
2
|
Rollup File Analysis
|
|
3
3
|
-----------------------------
|
|
4
|
-
bundle size: 7.
|
|
4
|
+
bundle size: 7.858 KB
|
|
5
5
|
original size: 13.621 KB
|
|
6
|
-
code reduction:
|
|
6
|
+
code reduction: 42.31 %
|
|
7
7
|
module count: 7
|
|
8
8
|
|
|
9
9
|
███████████░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
|
10
10
|
file: /src/utils/transformConfig.ts
|
|
11
|
-
bundle space:
|
|
12
|
-
rendered size: 1.
|
|
11
|
+
bundle space: 22.7 %
|
|
12
|
+
rendered size: 1.784 KB
|
|
13
13
|
original size: 4.068 KB
|
|
14
|
-
code reduction: 56.
|
|
14
|
+
code reduction: 56.15 %
|
|
15
15
|
dependents: 1
|
|
16
16
|
- /src/utils/transformWriteConfig.ts
|
|
17
17
|
|
|
18
18
|
███████████░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
|
19
19
|
file: /src/cli.ts
|
|
20
|
-
bundle space:
|
|
21
|
-
rendered size: 1.
|
|
20
|
+
bundle space: 22.68 %
|
|
21
|
+
rendered size: 1.782 KB
|
|
22
22
|
original size: 2.304 KB
|
|
23
|
-
code reduction:
|
|
23
|
+
code reduction: 22.66 %
|
|
24
24
|
dependents: 0
|
|
25
25
|
|
|
26
26
|
███████████░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
|
27
27
|
file: /src/utils/importValidateTransformWriteConfig.ts
|
|
28
|
-
bundle space:
|
|
29
|
-
rendered size: 1.
|
|
28
|
+
bundle space: 22.56 %
|
|
29
|
+
rendered size: 1.773 KB
|
|
30
30
|
original size: 2.071 KB
|
|
31
|
-
code reduction:
|
|
31
|
+
code reduction: 14.39 %
|
|
32
32
|
dependents: 1
|
|
33
33
|
- /src/cli.ts
|
|
34
34
|
|
|
35
|
-
|
|
35
|
+
██████░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
|
36
36
|
file: /src/utils/transformWriteConfig.ts
|
|
37
|
-
bundle space:
|
|
38
|
-
rendered size:
|
|
37
|
+
bundle space: 13.51 %
|
|
38
|
+
rendered size: 1.062 KB
|
|
39
39
|
original size: 1.375 KB
|
|
40
|
-
code reduction:
|
|
40
|
+
code reduction: 22.76 %
|
|
41
41
|
dependents: 1
|
|
42
42
|
- /src/utils/importValidateTransformWriteConfig.ts
|
|
43
43
|
|
|
44
44
|
████░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
|
45
45
|
file: /src/types.ts
|
|
46
|
-
bundle space:
|
|
46
|
+
bundle space: 8.63 %
|
|
47
47
|
rendered size: 678 Bytes
|
|
48
48
|
original size: 2.649 KB
|
|
49
49
|
code reduction: 74.41 %
|
|
@@ -54,7 +54,7 @@ dependents: 3
|
|
|
54
54
|
|
|
55
55
|
███░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
|
56
56
|
file: /src/transformers/setupExperiments.ts
|
|
57
|
-
bundle space:
|
|
57
|
+
bundle space: 6.88 %
|
|
58
58
|
rendered size: 541 Bytes
|
|
59
59
|
original size: 710 Bytes
|
|
60
60
|
code reduction: 23.8 %
|
|
@@ -63,7 +63,7 @@ dependents: 1
|
|
|
63
63
|
|
|
64
64
|
█░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
|
65
65
|
file: /src/transformers/removeDisabledSlices.ts
|
|
66
|
-
bundle space: 3.
|
|
66
|
+
bundle space: 3.03 %
|
|
67
67
|
rendered size: 238 Bytes
|
|
68
68
|
original size: 444 Bytes
|
|
69
69
|
code reduction: 46.4 %
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "zcb",
|
|
3
3
|
"description": "Build configs with type safety from zod schema.",
|
|
4
|
-
"version": "0.2.
|
|
4
|
+
"version": "0.2.8",
|
|
5
5
|
"author": "Dylan Aubrey",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"homepage": "https://github.com/badbatch/zod-config-builder",
|
|
@@ -53,9 +53,9 @@
|
|
|
53
53
|
"@jest/globals": "^29.7.0",
|
|
54
54
|
"@repodog/cli": "^1.6.36",
|
|
55
55
|
"@repodog/commitlint-config": "^19.0.3",
|
|
56
|
-
"@repodog/eslint-config": "^9.0.
|
|
56
|
+
"@repodog/eslint-config": "^9.0.7",
|
|
57
57
|
"@repodog/eslint-config-jest": "^9.0.3",
|
|
58
|
-
"@repodog/jest-config": "^29.0.
|
|
58
|
+
"@repodog/jest-config": "^29.0.3",
|
|
59
59
|
"@repodog/markdownlint-config": "^1.2.4",
|
|
60
60
|
"@repodog/prettier-config": "^3.0.2",
|
|
61
61
|
"@repodog/rollup-config": "^4.0.3",
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
"@swc/jest": "^0.2.36",
|
|
68
68
|
"@types/jest": "^29.5.13",
|
|
69
69
|
"@types/node": "^22.5.5",
|
|
70
|
-
"cts-types": "^0.0.
|
|
70
|
+
"cts-types": "^0.0.7",
|
|
71
71
|
"del-cli": "^6.0.0",
|
|
72
72
|
"eslint": "^9.11.0",
|
|
73
73
|
"generate-changelog": "^1.8.0",
|