@chnak/zod-to-markdown 1.0.3 → 1.0.5

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 CHANGED
@@ -1,41 +1,41 @@
1
- {
2
- "name": "@chnak/zod-to-markdown",
3
- "version": "1.0.3",
4
- "description": "A utility function to convert Zod schemas to Markdown documentation",
5
- "main": "lib/index.js",
6
- "types": "lib/index.d.ts",
7
- "publishConfig": {
8
- "access": "public"
9
- },
10
- "scripts": {
11
- "build": "tsc",
12
- "test": "jest",
13
- "prepublish": "npm run build"
14
- },
15
- "keywords": [
16
- "zod",
17
- "markdown",
18
- "documentation",
19
- "schema",
20
- "typescript"
21
- ],
22
- "license": "MIT",
23
- "repository": {
24
- "type": "git",
25
- "url": "https://github.com/chnak/zod-to-markdown.git"
26
- },
27
- "bugs": {
28
- "url": "https://github.com/chnak/zod-to-markdown/issues"
29
- },
30
- "homepage": "https://github.com/chnak/zod-to-markdown#readme",
31
- "dependencies": {
32
- "zod": "^3.24.0"
33
- },
34
- "devDependencies": {
35
- "@types/jest": "^29.5.12",
36
- "@types/node": "^14.0.0",
37
- "jest": "^29.7.0",
38
- "ts-jest": "^29.1.2",
39
- "typescript": "^4.0.0"
40
- }
41
- }
1
+ {
2
+ "name": "@chnak/zod-to-markdown",
3
+ "version": "1.0.5",
4
+ "description": "A utility function to convert Zod schemas to Markdown documentation",
5
+ "main": "lib/index.js",
6
+ "types": "lib/index.d.ts",
7
+ "publishConfig": {
8
+ "access": "public"
9
+ },
10
+ "scripts": {
11
+ "build": "tsc",
12
+ "test": "jest",
13
+ "prepublish": "npm run build"
14
+ },
15
+ "keywords": [
16
+ "zod",
17
+ "markdown",
18
+ "documentation",
19
+ "schema",
20
+ "typescript"
21
+ ],
22
+ "license": "MIT",
23
+ "repository": {
24
+ "type": "git",
25
+ "url": "https://github.com/chnak/zod-to-markdown.git"
26
+ },
27
+ "bugs": {
28
+ "url": "https://github.com/chnak/zod-to-markdown/issues"
29
+ },
30
+ "homepage": "https://github.com/chnak/zod-to-markdown#readme",
31
+ "dependencies": {
32
+ "zod": "^3.24.0"
33
+ },
34
+ "devDependencies": {
35
+ "@types/jest": "^29.5.12",
36
+ "@types/node": "^14.0.0",
37
+ "jest": "^29.7.0",
38
+ "ts-jest": "^29.1.2",
39
+ "typescript": "^4.0.0"
40
+ }
41
+ }