Fix patches

This commit is contained in:
Rory&
2026-05-24 01:52:24 +02:00
parent f073128035
commit bdad4ae634
2 changed files with 2 additions and 2 deletions
@@ -1,8 +1,8 @@
diff --git a/node_modules/typescript-json-schema/dist/typescript-json-schema.js b/node_modules/typescript-json-schema/dist/typescript-json-schema.js
index 3eab401..69658a4 100644
index e59b11e..9e0e0c4 100644
--- a/node_modules/typescript-json-schema/dist/typescript-json-schema.js
+++ b/node_modules/typescript-json-schema/dist/typescript-json-schema.js
@@ -470,6 +470,9 @@ var JsonSchemaGenerator = (function () {
@@ -420,6 +420,9 @@ class JsonSchemaGenerator {
else if (flags & ts.TypeFlags.Boolean) {
definition.type = "boolean";
}