avancement planning

This commit is contained in:
2026-05-26 11:58:39 +02:00
parent 619a2b240a
commit 150b97cd2e
4892 changed files with 99214 additions and 429382 deletions
+16 -10
View File
@@ -1,6 +1,6 @@
{
"name": "zod-to-json-schema",
"version": "3.24.6",
"version": "3.25.2",
"description": "Converts Zod schemas to Json Schemas",
"types": "./dist/types/index.d.ts",
"main": "./dist/cjs/index.js",
@@ -16,7 +16,7 @@
}
},
"scripts": {
"build:test": "npm --prefix ./dist-test test",
"build:test": "npm --prefix ./dist-test-v3 test && npm --prefix ./dist-test-v4 test",
"build:types": "tsc -p tsconfig.types.json",
"build:cjs": "tsc -p tsconfig.cjs.json && tsx postcjs.ts",
"build:esm": "tsc -p tsconfig.esm.json && tsx postesm.ts",
@@ -27,10 +27,14 @@
"test": "tsx test/index.ts",
"gen": "tsx createIndex.ts"
},
"c8": {
"exclude": ["createIndex.ts", "postcjs.ts", "postesm.ts", "test"]
},
"keywords": ["zod", "json", "schema", "open", "api", "conversion"],
"keywords": [
"zod",
"json",
"schema",
"open",
"api",
"conversion"
],
"author": "Stefan Terdell",
"contributors": [
"Hammad Asif (https://github.com/mrhammadasif)",
@@ -53,7 +57,9 @@
"Isaiah Marc Sanchez (https://github.com/imsanchez)",
"Mitchell Merry (https://github.com/mitchell-merry)",
"Enzo Monjardín (https://github.com/enzomonjardin)",
"Víctor Hernández (https://github.com/NanezX)"
"Víctor Hernández (https://github.com/NanezX)",
"Faïz Hernawan Abdillah (https://github.com/Abdillah)",
"Felix Mosheev (https://github.com/felixmosh)"
],
"repository": {
"type": "git",
@@ -61,7 +67,7 @@
},
"license": "ISC",
"peerDependencies": {
"zod": "^3.24.1"
"zod": "^3.25.28 || ^4"
},
"devDependencies": {
"@types/json-schema": "^7.0.9",
@@ -71,9 +77,9 @@
"ajv-formats": "^2.1.1",
"fast-diff": "^1.3.0",
"local-ref-resolver": "^0.2.0",
"rimraf": "^3.0.2",
"rimraf": "^6.1.3",
"tsx": "^4.19.0",
"typescript": "^5.1.3",
"zod": "^3.24.1"
"zod": "^3.25.28 || ^4"
}
}