zcb 0.2.8 → 0.2.9
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 +2 -2
|
@@ -1,49 +1,49 @@
|
|
|
1
1
|
-----------------------------
|
|
2
2
|
Rollup File Analysis
|
|
3
3
|
-----------------------------
|
|
4
|
-
bundle size: 7.
|
|
4
|
+
bundle size: 7.5 KB
|
|
5
5
|
original size: 13.621 KB
|
|
6
|
-
code reduction:
|
|
6
|
+
code reduction: 44.94 %
|
|
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: 23.43 %
|
|
12
|
+
rendered size: 1.757 KB
|
|
13
13
|
original size: 4.068 KB
|
|
14
|
-
code reduction: 56.
|
|
14
|
+
code reduction: 56.81 %
|
|
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: 23.41 %
|
|
21
|
+
rendered size: 1.756 KB
|
|
22
22
|
original size: 2.304 KB
|
|
23
|
-
code reduction:
|
|
23
|
+
code reduction: 23.78 %
|
|
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: 23.37 %
|
|
29
|
+
rendered size: 1.753 KB
|
|
30
30
|
original size: 2.071 KB
|
|
31
|
-
code reduction:
|
|
31
|
+
code reduction: 15.35 %
|
|
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: 10.36 %
|
|
38
|
+
rendered size: 777 Bytes
|
|
39
39
|
original size: 1.375 KB
|
|
40
|
-
code reduction:
|
|
40
|
+
code reduction: 43.49 %
|
|
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: 9.04 %
|
|
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: 7.21 %
|
|
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.17 %
|
|
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.9",
|
|
5
5
|
"author": "Dylan Aubrey",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"homepage": "https://github.com/badbatch/zod-config-builder",
|
|
@@ -97,10 +97,10 @@
|
|
|
97
97
|
"compile:esm": "rollup -c ./rollup.config.cjs",
|
|
98
98
|
"compile:types": "tsc --project ./tsconfig.build.json && cts-types build dist/types/esm dist/types/cjs",
|
|
99
99
|
"cut:changelog": "changelog",
|
|
100
|
+
"installActivateMise": "sh shellScripts/installActivateMise.sh",
|
|
100
101
|
"lint": "pnpm run /^lint:.*/",
|
|
101
102
|
"lint:code": "eslint .",
|
|
102
103
|
"lint:docs": "markdownlint-cli2 --config \".markdownlint.json\" \"**/*.md\" \"!**/node_modules/**\"",
|
|
103
|
-
"postinstall": "sh shellScripts/installActivateMise.sh",
|
|
104
104
|
"repodog": "repodog",
|
|
105
105
|
"syncpack": "syncpack format && syncpack list-mismatches && syncpack lint-semver-ranges",
|
|
106
106
|
"test": "COMPILER=swc node --require=suppress-experimental-warnings --experimental-vm-modules node_modules/jest/bin/jest.js",
|