zcb 0.2.7 → 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/package.json +5 -5
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",
|
|
@@ -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",
|
|
@@ -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",
|