Skip to content

Commit

Permalink
1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
timbl committed Nov 17, 2024
1 parent 3482eaa commit 8ead390
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 15 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

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

17 changes: 4 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mashlib",
"version": "1.9.0",
"version": "1.10.0",
"description": "Data mashup library",
"main": "./index.js",
"files": [
Expand Down Expand Up @@ -45,15 +45,10 @@
"url": "https://github.com/solidos/mashlib/issues"
},
"homepage": "https://github.com/solidos/mashlib",

"dependencies": {
"@inrupt/solid-client-authn-browser": "^2.2.4",
"rdflib": "^2.2.32",
"solid-logic": "^2.1.2",
"solid-panes": "^3.5.28",
"solid-ui": "^2.4.24"
"rdflib": "^2.2.34",
"solid-panes": "^3.5.36"
},

"devDependencies": {
"@babel/cli": "^7.24.1",
"@babel/core": "^7.24.3",
Expand Down Expand Up @@ -98,9 +93,5 @@
"path": "./dist/*[^.min].js",
"maxSize": "3 MB"
}
],
"dependencies": {
"rdflib": "^2.2.34",
"solid-panes": "^3.5.36"
}
]
}

0 comments on commit 8ead390

Please sign in to comment.