Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Bumped Comunica version from 3.2.3 to 4.2.0, resulting in increased execution speed of some queries (#212).
Breaking change for typed literals in query configuration, "variables" field; see README for new syntax.
- Removed not supported cosmetic fields from configuration file (#18).
- SPARQL edit fields have syntax coloring and validation now (#143).
- JSON and SPARQL edit fields have syntax coloring and validation now (#142 and #143).

### Fixed

Expand Down
102 changes: 102 additions & 0 deletions main/package-lock.json

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

1 change: 1 addition & 0 deletions main/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"@rdfjs/types": "^1.1.0",
"@triply/yasqe": "^4.2.28",
"events": "^3.3.0",
"jsonlint-mod": "^1.7.6",
"prop-types": "^15.8.1",
"query-sparql-link-traversal-solid-no-default-predicates": "^0.1.1",
"rdf-string": "^1.6.3",
Expand Down
Loading