Skip to content

Commit d100e89

Browse files
github-actions[bot]tpluscode
authored andcommitted
Version Packages
1 parent 6b83456 commit d100e89

File tree

6 files changed

+17
-13
lines changed

6 files changed

+17
-13
lines changed

.changeset/poor-cherries-reply.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/three-donkeys-join.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/processor/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @hydrofoil/sparql-processor
22

3+
## 0.1.3
4+
5+
### Patch Changes
6+
7+
- 6b83456: Added overridable method `processSubquery`
8+
39
## 0.1.2
410

511
### Patch Changes

packages/processor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hydrofoil/sparql-processor",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"type": "module",
55
"main": "index.js",
66
"scripts": {

packages/shape-to-query/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @hydrofoil/shape-to-query
22

3+
## 0.13.5
4+
5+
### Patch Changes
6+
7+
- 6b83456: When SPARQL constraints generated blank nodes, the exact same blank nodes could be used in the query multiple times, causing invalid SPARQL queries. This change ensures that blank nodes are unique within the query, preventing such issues.
8+
- Updated dependencies [6b83456]
9+
- @hydrofoil/sparql-processor@0.1.3
10+
311
## 0.13.4
412

513
### Patch Changes

packages/shape-to-query/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hydrofoil/shape-to-query",
3-
"version": "0.13.4",
3+
"version": "0.13.5",
44
"type": "module",
55
"scripts": {
66
"prepack": "tsc",
@@ -24,7 +24,7 @@
2424
},
2525
"homepage": "https://shape-to-query.hypermedia.app/docs",
2626
"dependencies": {
27-
"@hydrofoil/sparql-processor": "^0.1.2",
27+
"@hydrofoil/sparql-processor": "^0.1.3",
2828
"@tpluscode/rdf-ns-builders": ">=3.0.2",
2929
"@tpluscode/rdf-string": "^1.3.3",
3030
"@types/sparqljs": "^3.1.11",

0 commit comments

Comments
 (0)