Skip to content

Commit

Permalink
fix: upgrade json-schema-to-ts
Browse files Browse the repository at this point in the history
  • Loading branch information
adlerfaulkner committed Oct 19, 2023
1 parent 2f9969a commit c1cef52
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 29 deletions.
48 changes: 21 additions & 27 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.4",
"version": "2.2.5",
"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 @@ -60,7 +60,7 @@
"@comake/skl-js-engine": "^0.11.1",
"@commitlint/cli": "^17.4.1",
"@commitlint/config-conventional": "^17.4.0",
"json-schema-to-ts": "^2.6.2"
"json-schema-to-ts": "^2.9.2"
},
"devDependencies": {
"@tsconfig/node16": "^1.0.3",
Expand Down

0 comments on commit c1cef52

Please sign in to comment.