Skip to content

Commit

Permalink
fix: openapi types in openapi-operation-executor
Browse files Browse the repository at this point in the history
  • Loading branch information
adlerfaulkner committed Oct 18, 2023
1 parent caa1a89 commit 4ad3e1f
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 11 deletions.
38 changes: 29 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@comake/standard-sdk-js",
"version": "2.2.2",
"version": "2.2.3",
"description": "An open source SDK to integrate and interact with any API",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -56,7 +56,7 @@
"dist"
],
"dependencies": {
"@comake/openapi-operation-executor": "^0.10.0",
"@comake/openapi-operation-executor": "^0.11.2",
"@comake/skl-js-engine": "^0.11.1",
"@commitlint/cli": "^17.4.1",
"@commitlint/config-conventional": "^17.4.0",
Expand Down
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"sourceMap": true,
"outDir": "dist",
"resolveJsonModule": true,
"moduleResolution": "Node16",
"module": "node16",
"noErrorTruncation": true
},
Expand Down

0 comments on commit 4ad3e1f

Please sign in to comment.