@typespec/openapi3
Advanced tools
Comparing version 0.43.0 to 0.44.0-dev.1
{ | ||
"name": "@typespec/openapi3", | ||
"version": "0.43.0", | ||
"version": "0.44.0-dev.1", | ||
"author": "Microsoft Corporation", | ||
@@ -48,7 +48,7 @@ "description": "TypeSpec library for emitting OpenAPI 3.0 from the TypeSpec REST protocol binding", | ||
"peerDependencies": { | ||
"@typespec/versioning": "~0.43.0", | ||
"@typespec/compiler": "~0.43.0", | ||
"@typespec/http": "~0.43.0", | ||
"@typespec/rest": "~0.43.0", | ||
"@typespec/openapi": "~0.43.0" | ||
"@typespec/versioning": ">=0.43.0", | ||
"@typespec/compiler": ">=0.43.0", | ||
"@typespec/http": ">=0.43.0", | ||
"@typespec/rest": ">=0.43.0", | ||
"@typespec/openapi": ">=0.43.0" | ||
}, | ||
@@ -59,17 +59,17 @@ "devDependencies": { | ||
"@types/js-yaml": "~4.0.1", | ||
"@typespec/compiler": "~0.43.0", | ||
"@typespec/http": "~0.43.0", | ||
"@typespec/rest": "~0.43.0", | ||
"@typespec/openapi": "~0.43.0", | ||
"@typespec/versioning": "~0.43.0", | ||
"@typespec/eslint-config-typespec": "~0.6.0", | ||
"@typespec/library-linter": "~0.43.0", | ||
"@typespec/eslint-plugin": "~0.43.0", | ||
"eslint": "^8.12.0", | ||
"mocha": "~10.1.0", | ||
"@typespec/compiler": ">=0.43.0", | ||
"@typespec/http": ">=0.43.0", | ||
"@typespec/rest": ">=0.43.0", | ||
"@typespec/openapi": ">=0.43.0", | ||
"@typespec/versioning": ">=0.43.0", | ||
"@typespec/eslint-config-typespec": ">=0.6.0", | ||
"@typespec/library-linter": ">=0.43.0", | ||
"@typespec/eslint-plugin": ">=0.43.0", | ||
"eslint": "^8.36.0", | ||
"mocha": "~10.2.0", | ||
"mocha-junit-reporter": "~2.2.0", | ||
"mocha-multi-reporters": "~1.5.1", | ||
"c8": "~7.12.0", | ||
"rimraf": "~3.0.2", | ||
"typescript": "~4.9.3" | ||
"c8": "~7.13.0", | ||
"rimraf": "~5.0.0", | ||
"typescript": "~5.0.2" | ||
}, | ||
@@ -76,0 +76,0 @@ "scripts": { |
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
183786