Skip to content

Commit

Permalink
Merge pull request #56 from comake/update-openapi-executor-dependency
Browse files Browse the repository at this point in the history
Update openapi executor dependency
  • Loading branch information
mithyalabs authored Dec 31, 2024
2 parents 00ab3b6 + 74b8f62 commit b6a22e4
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 21 deletions.
37 changes: 19 additions & 18 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@comake/skl-js-engine",
"version": "0.25.1",
"version": "0.26.0",
"description": "Standard Knowledge Language Javascript Engine",
"keywords": [
"skl",
Expand Down Expand Up @@ -42,7 +42,7 @@
]
},
"dependencies": {
"@comake/openapi-operation-executor": "^0.12.1",
"@comake/openapi-operation-executor": "^0.13.0",
"@comake/rmlmapper-js": "^0.5.2",
"@comunica/query-sparql-rdfjs": "^2.10.0",
"@rdfjs/data-model": "^1.3.0",
Expand Down Expand Up @@ -83,7 +83,7 @@
"eslint-plugin-tsdoc": "^0.2.16",
"eslint-plugin-unused-imports": "^2.0.0",
"fs": "^0.0.1-security",
"husky": "^8.0.3",
"husky": "^9.1.7",
"jest": "^29.5.0",
"jsdom": "^20.0.0",
"ts-jest": "^29.1.0",
Expand Down

0 comments on commit b6a22e4

Please sign in to comment.