@typespec/openapi3
Advanced tools
Comparing version 0.54.0-dev.2 to 0.54.0-dev.3
@@ -357,3 +357,4 @@ var __classPrivateFieldSet = (this && this.__classPrivateFieldSet) || function (receiver, state, value, kind, f) { | ||
if (!__classPrivateFieldGet(this, _OpenAPI3SchemaEmitter_metadataInfo, "f").isOptional(prop, visibility)) { | ||
requiredProps.push(prop.name); | ||
const encodedName = resolveEncodedName(this.emitter.getProgram(), prop, __classPrivateFieldGet(this, _OpenAPI3SchemaEmitter_instances, "m", _OpenAPI3SchemaEmitter_getContentType).call(this)); | ||
requiredProps.push(encodedName); | ||
} | ||
@@ -360,0 +361,0 @@ } |
{ | ||
"name": "@typespec/openapi3", | ||
"version": "0.54.0-dev.2", | ||
"version": "0.54.0-dev.3", | ||
"author": "Microsoft Corporation", | ||
@@ -44,25 +44,25 @@ "description": "TypeSpec library for emitting OpenAPI 3.0 from the TypeSpec REST protocol binding", | ||
"peerDependencies": { | ||
"@typespec/versioning": "~0.53.0 || >=0.54.0-dev <0.54.0", | ||
"@typespec/compiler": "~0.53.0 || >=0.54.0-dev <0.54.0", | ||
"@typespec/compiler": "~0.53.1 || >=0.54.0-dev <0.54.0", | ||
"@typespec/http": "~0.53.0 || >=0.54.0-dev <0.54.0", | ||
"@typespec/openapi": "~0.53.0 || >=0.54.0-dev <0.54.0" | ||
"@typespec/openapi": "~0.53.0 || >=0.54.0-dev <0.54.0", | ||
"@typespec/versioning": "~0.53.0 || >=0.54.0-dev <0.54.0" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "~18.11.9", | ||
"@typespec/compiler": "~0.53.0 || >=0.54.0-dev <0.54.0", | ||
"@types/node": "~18.11.19", | ||
"@typespec/compiler": "~0.53.1 || >=0.54.0-dev <0.54.0", | ||
"@typespec/eslint-config-typespec": "~0.53.0 || >=0.54.0-dev <0.54.0", | ||
"@typespec/eslint-plugin": "~0.53.0 || >=0.54.0-dev <0.54.0", | ||
"@typespec/http": "~0.53.0 || >=0.54.0-dev <0.54.0", | ||
"@typespec/library-linter": "~0.53.0 || >=0.54.0-dev <0.54.0", | ||
"@typespec/openapi": "~0.53.0 || >=0.54.0-dev <0.54.0", | ||
"@typespec/rest": "~0.53.0 || >=0.54.0-dev <0.54.0", | ||
"@typespec/openapi": "~0.53.0 || >=0.54.0-dev <0.54.0", | ||
"@typespec/versioning": "~0.53.0 || >=0.54.0-dev <0.54.0", | ||
"@typespec/eslint-config-typespec": "~0.53.0 || >=0.54.0-dev <0.54.0", | ||
"@typespec/library-linter": "~0.53.0 || >=0.54.0-dev <0.54.0", | ||
"@typespec/eslint-plugin": "~0.53.0 || >=0.54.0-dev <0.54.0", | ||
"@typespec/tspd": "~0.46.0", | ||
"eslint": "^8.55.0", | ||
"vitest": "^1.2.0", | ||
"@vitest/coverage-v8": "^1.1.0", | ||
"@vitest/ui": "~1.1.3", | ||
"c8": "~8.0.1", | ||
"rimraf": "~5.0.1", | ||
"typescript": "~5.3.3" | ||
"@vitest/coverage-v8": "^1.2.2", | ||
"@vitest/ui": "^1.2.2", | ||
"c8": "^9.1.0", | ||
"eslint": "^8.56.0", | ||
"rimraf": "~5.0.5", | ||
"typescript": "~5.3.3", | ||
"vitest": "^1.2.2", | ||
"@typespec/tspd": "~0.46.0" | ||
}, | ||
@@ -69,0 +69,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
259800
3334