Skip to content

Commit

Permalink
Use patch semver range for config deps
Browse files Browse the repository at this point in the history
  • Loading branch information
rubensworks committed Aug 30, 2024
1 parent 6da1c4a commit 74da898
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions engines/config-query-sparql-link-traversal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"build:components": "componentsjs-generator"
},
"dependencies": {
"@comunica/config-query-sparql": "^3.2.1",
"@comunica/config-query-sparql-solid": "^3.1.1"
"@comunica/config-query-sparql": "~3.2.1",
"@comunica/config-query-sparql-solid": "~3.1.1"
}
}
4 changes: 2 additions & 2 deletions engines/query-sparql-link-traversal-solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,13 +73,13 @@
"@comunica/actor-rdf-resolve-hypermedia-links-traverse-annotate-source-graph": "^0.5.0",
"@comunica/actor-rdf-resolve-hypermedia-links-traverse-prune-shapetrees": "^0.5.0",
"@comunica/actor-rdf-resolve-hypermedia-links-traverse-replace-conditional": "^0.5.0",
"@comunica/config-query-sparql-link-traversal": "^0.5.0",
"@comunica/config-query-sparql-link-traversal": "~0.5.0",
"@comunica/context-entries": "^3.2.1",
"@comunica/context-entries-link-traversal": "^0.5.0",
"@comunica/core": "^3.2.1",
"@comunica/mediatortype-time": "^3.2.1",
"@comunica/query-sparql-link-traversal": "^0.5.0",
"@comunica/query-sparql-solid": "^3.1.1",
"@comunica/query-sparql-solid": "~3.1.1",
"@comunica/runner-cli": "^3.2.1"
},
"browser": {
Expand Down
4 changes: 2 additions & 2 deletions engines/query-sparql-link-traversal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@
"@comunica/actor-rdf-resolve-hypermedia-links-queue-wrapper-limit-depth": "^0.5.0",
"@comunica/actor-rdf-resolve-hypermedia-links-traverse": "^0.5.0",
"@comunica/actor-rdf-resolve-hypermedia-links-traverse-replace-conditional": "^0.5.0",
"@comunica/config-query-sparql-link-traversal": "^0.5.0",
"@comunica/config-query-sparql-link-traversal": "~0.5.0",
"@comunica/mediator-combine-array": "^0.5.0",
"@comunica/query-sparql": "^3.2.3",
"@comunica/query-sparql": "~3.2.3",
"@comunica/runner-cli": "^3.2.1"
},
"browser": {
Expand Down

2 comments on commit 74da898

@rubensworks
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Benchmarks total results

Benchmark suite Current: 74da898 Previous: 6da1c4a Ratio
SolidBench 14454 ms 13844 ms 1.04

This comment was automatically generated by workflow using github-action-benchmark.

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Performance benchmarks succeeded! 🚀

[Summarized results] [Detailed results]

Please sign in to comment.