@typespec/json-schema 0.51.0-dev.1 → 0.51.0-dev.2

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.
@@ -481,7 +481,7 @@ _JsonSchemaEmitter_seenIds = new WeakMap(), _JsonSchemaEmitter_typeForSourceFile
481
481
  applyConstraint(getMinValue, "minimum");
482
482
  applyConstraint(getMinValueExclusive, "exclusiveMinimum");
483
483
  applyConstraint(getMaxValue, "maximum");
484
- applyConstraint(getMaxValueExclusive, "exclusiveMinimum");
484
+ applyConstraint(getMaxValueExclusive, "exclusiveMaximum");
485
485
  applyConstraint(getPattern, "pattern");
486
486
  applyConstraint(getMinItems, "minItems");
487
487
  applyConstraint(getMaxItems, "maxItems");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@typespec/json-schema",
3
- "version": "0.51.0-dev.1",
3
+ "version": "0.51.0-dev.2",
4
4
  "author": "Microsoft Corporation",
5
5
  "description": "TypeSpec library for emitting TypeSpec to JSON Schema and converting JSON Schema to TypeSpec",
6
6
  "homepage": "https://github.com/microsoft/typespec",