@typespec/openapi3
Advanced tools
Comparing version 0.50.0-dev.6 to 0.50.0-dev.7
{ | ||
"name": "@typespec/openapi3", | ||
"version": "0.50.0-dev.6", | ||
"version": "0.50.0-dev.7", | ||
"author": "Microsoft Corporation", | ||
"description": "TypeSpec library for emitting OpenAPI 3.0 from the TypeSpec REST protocol binding", | ||
"homepage": "https://microsoft.github.io/typespec", | ||
"readme": "https://github.com/microsoft/typespec/blob/master/README.md", | ||
"readme": "https://github.com/microsoft/typespec/blob/main/README.md", | ||
"license": "MIT", | ||
@@ -23,13 +23,9 @@ "repository": { | ||
"exports": { | ||
".": "./dist/src/index.js", | ||
"./testing": "./dist/src/testing/index.js" | ||
}, | ||
"typesVersions": { | ||
"*": { | ||
"*": [ | ||
"./dist/src/index.d.ts" | ||
], | ||
"testing": [ | ||
"./dist/src/testing/index.d.ts" | ||
] | ||
".": { | ||
"default": "./dist/src/index.js", | ||
"types": "./dist/src/index.d.ts" | ||
}, | ||
"./testing": { | ||
"default": "./dist/src/testing/index.js", | ||
"types": "./dist/src/testing/index.d.ts" | ||
} | ||
@@ -36,0 +32,0 @@ }, |
202843