File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "name" : " @dylanbulmer/api" ,
3- "version" : " 2.0.0-beta.3" ,
4- "main" : " index.js" ,
3+ "version" : " 2.0.0-beta.4" ,
54 "author" : " Dylan Bulmer <dylan@dylanbulmer.com>" ,
65 "license" : " MIT" ,
76 "bin" : {
8- "api" : " dist /cjs/index.js"
7+ "api" : " . /cjs/index.js"
98 },
9+ "main" : " ./cjs/index.js" ,
10+ "module" : " ./esm/index.js" ,
11+ "types" : " ./types/index.d.ts" ,
1012 "exports" : {
1113 "." : {
1214 "require" : " ./cjs/index.js" ,
Original file line number Diff line number Diff line change 11import { OpenAPIV3_1 } from "openapi-types" ;
2- import * as Responses from "../classes/responses " ;
2+ import { Responses } from "../" ;
33
44const settings : OpenAPIV3_1 . Document = {
55 openapi : "3.1.0" ,
@@ -8,7 +8,7 @@ const settings: OpenAPIV3_1.Document = {
88 servers : [
99 {
1010 url : `http://localhost:8000/api/` ,
11- description : "Dev Server"
11+ description : "Dev Server" ,
1212 } ,
1313 ] ,
1414
You can’t perform that action at this time.
0 commit comments