@sinclair/typebox 0.33.20 → 0.33.21

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.
@@ -271,7 +271,7 @@ const ObjectMapping = (values) => Types.Object(values.reduce((properties, record
271
271
  return { ...properties, ...record };
272
272
  }, {}));
273
273
  // prettier-ignore
274
- const Object = index_1.Runtime.Tuple([
274
+ const _Object = index_1.Runtime.Tuple([
275
275
  index_1.Runtime.Const(LBrace),
276
276
  index_1.Runtime.Ref('Properties'),
277
277
  index_1.Runtime.Const(RBrace)
@@ -587,7 +587,7 @@ exports.Module = new index_1.Runtime.Module({
587
587
  Property,
588
588
  PropertyDelimiter,
589
589
  Properties,
590
- Object,
590
+ Object: _Object,
591
591
  Elements,
592
592
  Tuple,
593
593
  Parameter,
@@ -267,7 +267,7 @@ const ObjectMapping = (values) => Types.Object(values.reduce((properties, record
267
267
  return { ...properties, ...record };
268
268
  }, {}));
269
269
  // prettier-ignore
270
- const Object = Runtime.Tuple([
270
+ const _Object = Runtime.Tuple([
271
271
  Runtime.Const(LBrace),
272
272
  Runtime.Ref('Properties'),
273
273
  Runtime.Const(RBrace)
@@ -583,7 +583,7 @@ export const Module = new Runtime.Module({
583
583
  Property,
584
584
  PropertyDelimiter,
585
585
  Properties,
586
- Object,
586
+ Object: _Object,
587
587
  Elements,
588
588
  Tuple,
589
589
  Parameter,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sinclair/typebox",
3
- "version": "0.33.20",
3
+ "version": "0.33.21",
4
4
  "description": "Json Schema Type Builder with Static Type Resolution for TypeScript",
5
5
  "keywords": [
6
6
  "typescript",