We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf4b139 commit 6757f26Copy full SHA for 6757f26
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "typescript-json-schema",
3
- "version": "0.53.0",
+ "version": "0.53.1",
4
"description": "typescript-json-schema generates JSON Schema files from your Typescript sources",
5
"main": "dist/typescript-json-schema.js",
6
"typings": "dist/typescript-json-schema.d.ts",
@@ -44,11 +44,11 @@
44
"@types/json-schema": "^7.0.9",
45
"@types/node": "^16.9.2",
46
"glob": "^7.1.7",
47
+ "path-equal": "1.1.2",
48
"safe-stable-stringify": "^2.2.0",
49
"ts-node": "^10.2.1",
50
"typescript": "~4.6.0",
- "yargs": "^17.1.1",
51
- "path-equal": "1.1.2"
+ "yargs": "^17.1.1"
52
},
53
"devDependencies": {
54
"@types/chai": "^4.2.21",
0 commit comments