Skip to content

Commit

Permalink
fix: upgrade rmlmapper for bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
adlerfaulkner committed Mar 31, 2023
1 parent 6fa3a59 commit c2312cf
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
18 changes: 9 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/skl-js-engine",
"version": "0.7.3",
"version": "0.7.4",
"description": "Standard Knowledge Language Javascript Engine",
"keywords": [
"skl",
Expand Down Expand Up @@ -43,7 +43,7 @@
},
"dependencies": {
"@comake/openapi-operation-executor": "^0.9.0",
"@comake/rmlmapper-js": "^0.2.2",
"@comake/rmlmapper-js": "^0.2.3",
"@rdfjs/data-model": "^1.3.0",
"jsonld": "^5.2.0",
"luxon": "^3.1.1",
Expand Down
2 changes: 1 addition & 1 deletion test/deploy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"main": "./dist/index.js",
"dependencies": {
"@comake/skl-js-engine": "file:./comake-skl-js-engine-0.7.3.tgz",
"@comake/skl-js-engine": "file:./comake-skl-js-engine-0.7.4.tgz",
"jsonld": "^6.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit c2312cf

Please sign in to comment.