json-schema-to-atd 0.76.4 → 0.77.1

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/dist/index.d.cts CHANGED
@@ -72,4 +72,5 @@ declare function jsonSchemaArrayToJtdArray(input: JsonSchemaArray, _: JsonSchema
72
72
  declare function jsonSchemaRecordToJtdRecord(input: JsonSchemaRecord, _: JsonSchemaContext): Schema;
73
73
  declare function jsonSchemaRefToJtdRef(input: JsonSchemaRef, context: JsonSchemaContext): Schema;
74
74
 
75
- export { type JsonSchemaArray, type JsonSchemaComplexType, JsonSchemaComplexTypeValues, type JsonSchemaContext, type JsonSchemaEnum, type JsonSchemaNullType, JsonSchemaNullTypeValues, type JsonSchemaObject, type JsonSchemaRecord, type JsonSchemaRef, type JsonSchemaScalarType, JsonSchemaScalarTypeValues, type JsonSchemaType, type JsonSchemaTypeBase, type JsonSchemaTypeValue, type JsonSchemaUint8Array, isJsonSchemaArray, isJsonSchemaEnum, isJsonSchemaNullType, isJsonSchemaObject, isJsonSchemaRecord, isJsonSchemaRef, isJsonSchemaScalarType, jsonSchemaArrayToJtdArray, jsonSchemaEnumToJtdEnum, jsonSchemaObjectToJtdObject, jsonSchemaRecordToJtdRecord, jsonSchemaRefToJtdRef, jsonSchemaScalarToJtdScalar, jsonSchemaToJtdSchema };
75
+ export { JsonSchemaComplexTypeValues, JsonSchemaNullTypeValues, JsonSchemaScalarTypeValues, isJsonSchemaArray, isJsonSchemaEnum, isJsonSchemaNullType, isJsonSchemaObject, isJsonSchemaRecord, isJsonSchemaRef, isJsonSchemaScalarType, jsonSchemaArrayToJtdArray, jsonSchemaEnumToJtdEnum, jsonSchemaObjectToJtdObject, jsonSchemaRecordToJtdRecord, jsonSchemaRefToJtdRef, jsonSchemaScalarToJtdScalar, jsonSchemaToJtdSchema };
76
+ export type { JsonSchemaArray, JsonSchemaComplexType, JsonSchemaContext, JsonSchemaEnum, JsonSchemaNullType, JsonSchemaObject, JsonSchemaRecord, JsonSchemaRef, JsonSchemaScalarType, JsonSchemaType, JsonSchemaTypeBase, JsonSchemaTypeValue, JsonSchemaUint8Array };
package/dist/index.d.mts CHANGED
@@ -72,4 +72,5 @@ declare function jsonSchemaArrayToJtdArray(input: JsonSchemaArray, _: JsonSchema
72
72
  declare function jsonSchemaRecordToJtdRecord(input: JsonSchemaRecord, _: JsonSchemaContext): Schema;
73
73
  declare function jsonSchemaRefToJtdRef(input: JsonSchemaRef, context: JsonSchemaContext): Schema;
74
74
 
75
- export { type JsonSchemaArray, type JsonSchemaComplexType, JsonSchemaComplexTypeValues, type JsonSchemaContext, type JsonSchemaEnum, type JsonSchemaNullType, JsonSchemaNullTypeValues, type JsonSchemaObject, type JsonSchemaRecord, type JsonSchemaRef, type JsonSchemaScalarType, JsonSchemaScalarTypeValues, type JsonSchemaType, type JsonSchemaTypeBase, type JsonSchemaTypeValue, type JsonSchemaUint8Array, isJsonSchemaArray, isJsonSchemaEnum, isJsonSchemaNullType, isJsonSchemaObject, isJsonSchemaRecord, isJsonSchemaRef, isJsonSchemaScalarType, jsonSchemaArrayToJtdArray, jsonSchemaEnumToJtdEnum, jsonSchemaObjectToJtdObject, jsonSchemaRecordToJtdRecord, jsonSchemaRefToJtdRef, jsonSchemaScalarToJtdScalar, jsonSchemaToJtdSchema };
75
+ export { JsonSchemaComplexTypeValues, JsonSchemaNullTypeValues, JsonSchemaScalarTypeValues, isJsonSchemaArray, isJsonSchemaEnum, isJsonSchemaNullType, isJsonSchemaObject, isJsonSchemaRecord, isJsonSchemaRef, isJsonSchemaScalarType, jsonSchemaArrayToJtdArray, jsonSchemaEnumToJtdEnum, jsonSchemaObjectToJtdObject, jsonSchemaRecordToJtdRecord, jsonSchemaRefToJtdRef, jsonSchemaScalarToJtdScalar, jsonSchemaToJtdSchema };
76
+ export type { JsonSchemaArray, JsonSchemaComplexType, JsonSchemaContext, JsonSchemaEnum, JsonSchemaNullType, JsonSchemaObject, JsonSchemaRecord, JsonSchemaRef, JsonSchemaScalarType, JsonSchemaType, JsonSchemaTypeBase, JsonSchemaTypeValue, JsonSchemaUint8Array };
package/dist/index.d.ts CHANGED
@@ -72,4 +72,5 @@ declare function jsonSchemaArrayToJtdArray(input: JsonSchemaArray, _: JsonSchema
72
72
  declare function jsonSchemaRecordToJtdRecord(input: JsonSchemaRecord, _: JsonSchemaContext): Schema;
73
73
  declare function jsonSchemaRefToJtdRef(input: JsonSchemaRef, context: JsonSchemaContext): Schema;
74
74
 
75
- export { type JsonSchemaArray, type JsonSchemaComplexType, JsonSchemaComplexTypeValues, type JsonSchemaContext, type JsonSchemaEnum, type JsonSchemaNullType, JsonSchemaNullTypeValues, type JsonSchemaObject, type JsonSchemaRecord, type JsonSchemaRef, type JsonSchemaScalarType, JsonSchemaScalarTypeValues, type JsonSchemaType, type JsonSchemaTypeBase, type JsonSchemaTypeValue, type JsonSchemaUint8Array, isJsonSchemaArray, isJsonSchemaEnum, isJsonSchemaNullType, isJsonSchemaObject, isJsonSchemaRecord, isJsonSchemaRef, isJsonSchemaScalarType, jsonSchemaArrayToJtdArray, jsonSchemaEnumToJtdEnum, jsonSchemaObjectToJtdObject, jsonSchemaRecordToJtdRecord, jsonSchemaRefToJtdRef, jsonSchemaScalarToJtdScalar, jsonSchemaToJtdSchema };
75
+ export { JsonSchemaComplexTypeValues, JsonSchemaNullTypeValues, JsonSchemaScalarTypeValues, isJsonSchemaArray, isJsonSchemaEnum, isJsonSchemaNullType, isJsonSchemaObject, isJsonSchemaRecord, isJsonSchemaRef, isJsonSchemaScalarType, jsonSchemaArrayToJtdArray, jsonSchemaEnumToJtdEnum, jsonSchemaObjectToJtdObject, jsonSchemaRecordToJtdRecord, jsonSchemaRefToJtdRef, jsonSchemaScalarToJtdScalar, jsonSchemaToJtdSchema };
76
+ export type { JsonSchemaArray, JsonSchemaComplexType, JsonSchemaContext, JsonSchemaEnum, JsonSchemaNullType, JsonSchemaObject, JsonSchemaRecord, JsonSchemaRef, JsonSchemaScalarType, JsonSchemaType, JsonSchemaTypeBase, JsonSchemaTypeValue, JsonSchemaUint8Array };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "json-schema-to-atd",
3
- "version": "0.76.4",
3
+ "version": "0.77.1",
4
4
  "license": "MIT",
5
5
  "author": {
6
6
  "name": "joshmossas",
@@ -22,6 +22,6 @@
22
22
  "dist"
23
23
  ],
24
24
  "dependencies": {
25
- "@arrirpc/type-defs": "0.76.4"
25
+ "@arrirpc/type-defs": "0.77.1"
26
26
  }
27
27
  }