zcb 0.0.15 → 0.0.17
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 +1 -1
- package/package.json +11 -11
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@ Build configs with type safety from zod schema.
|
|
|
5
5
|
[](https://badge.fury.io/js/zcb)
|
|
6
6
|
[](LICENSE)
|
|
7
7
|
|
|
8
|
-
Define a configuration schema with [`zod`](https://github.com/colinhacks/zod) and use the output of that in `zcb` to create a config builder with autocomplete and
|
|
8
|
+
Define a configuration schema with [`zod`](https://github.com/colinhacks/zod) and use the output of that in `zcb` to create a config builder with method autocomplete and value type validation.
|
|
9
9
|
|
|
10
10
|
Use our cli module to build and/or watch a config builder file and transform it into a literally typed config object.
|
|
11
11
|
|
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.0.
|
|
4
|
+
"version": "0.0.17",
|
|
5
5
|
"author": "Dylan Aubrey",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"homepage": "https://github.com/badbatch/zod-config-builder",
|
|
@@ -48,16 +48,16 @@
|
|
|
48
48
|
"@commitlint/config-conventional": "^17.6.3",
|
|
49
49
|
"@commitlint/prompt-cli": "^17.6.3",
|
|
50
50
|
"@jest/globals": "^29.5.0",
|
|
51
|
-
"@repodog/babel-config": "^1.1.
|
|
52
|
-
"@repodog/cli": "^1.1.
|
|
53
|
-
"@repodog/commitlint-config": "^1.1.
|
|
54
|
-
"@repodog/eslint-config": "^1.1.
|
|
55
|
-
"@repodog/jest-config": "^1.1.
|
|
56
|
-
"@repodog/markdownlint-config": "^1.1.
|
|
57
|
-
"@repodog/prettier-config": "^1.1.
|
|
58
|
-
"@repodog/rollup-config": "^1.1.
|
|
59
|
-
"@repodog/syncpack-config": "^1.1.
|
|
60
|
-
"@repodog/ts-config": "^1.1.
|
|
51
|
+
"@repodog/babel-config": "^1.1.4",
|
|
52
|
+
"@repodog/cli": "^1.1.5",
|
|
53
|
+
"@repodog/commitlint-config": "^1.1.4",
|
|
54
|
+
"@repodog/eslint-config": "^1.1.4",
|
|
55
|
+
"@repodog/jest-config": "^1.1.4",
|
|
56
|
+
"@repodog/markdownlint-config": "^1.1.4",
|
|
57
|
+
"@repodog/prettier-config": "^1.1.4",
|
|
58
|
+
"@repodog/rollup-config": "^1.1.4",
|
|
59
|
+
"@repodog/syncpack-config": "^1.1.4",
|
|
60
|
+
"@repodog/ts-config": "^1.1.4",
|
|
61
61
|
"@rollup/plugin-babel": "^6.0.3",
|
|
62
62
|
"@rollup/plugin-image": "^3.0.2",
|
|
63
63
|
"@rollup/plugin-json": "^6.0.0",
|