Skip to content

Commit 762b928

Browse files
committed
chore: update comunica to v2.1.0
1 parent bde15f4 commit 762b928

48 files changed

Lines changed: 2122 additions & 2103 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

engines/config-query-sparql-incremental/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@
4040
"build:components": "componentsjs-generator"
4141
},
4242
"dependencies": {
43-
"@comunica/config-query-sparql": "^4.0.1"
43+
"@comunica/config-query-sparql": "^4.1.0"
4444
}
4545
}

engines/query-sparql-incremental/package.json

Lines changed: 191 additions & 191 deletions
Large diffs are not rendered by default.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"clean-monorepo": "yarn clean-monorepo:top-level && yarn clean-monorepo:packages && yarn clean-monorepo:engines && yarn clean-monorepo:yarn-error && yarn clean-monorepo:componentsjs-error"
3939
},
4040
"devDependencies": {
41-
"@comunica/utils-jest": "^4.0.1",
41+
"@comunica/utils-jest": "^4.1.0",
4242
"@comunica/utils-monorepo": "^4.0.1",
4343
"@playwright/test": "^1.47.2",
4444
"@rubensworks/eslint-config": "^3.0.0",

packages/actor-bindings-aggregator-factory-average/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@
3737
"build:components": "componentsjs-generator"
3838
},
3939
"dependencies": {
40-
"@comunica/bus-function-factory": "^4.0.2",
41-
"@comunica/context-entries": "^4.0.2",
42-
"@comunica/core": "^4.0.1",
43-
"@comunica/types": "^4.0.2",
44-
"@comunica/utils-expression-evaluator": "^4.0.2",
40+
"@comunica/bus-function-factory": "^4.1.0",
41+
"@comunica/context-entries": "^4.1.0",
42+
"@comunica/core": "^4.1.0",
43+
"@comunica/types": "^4.1.0",
44+
"@comunica/utils-expression-evaluator": "^4.1.0",
4545
"@incremunica/bus-bindings-aggregator-factory": "^2.1.0",
4646
"@rdfjs/types": "*",
4747
"rdf-string": "^2.0.1"

packages/actor-bindings-aggregator-factory-count/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@
3737
"build:components": "componentsjs-generator"
3838
},
3939
"dependencies": {
40-
"@comunica/core": "^4.0.1",
41-
"@comunica/types": "^4.0.2",
42-
"@comunica/utils-expression-evaluator": "^4.0.2",
40+
"@comunica/core": "^4.1.0",
41+
"@comunica/types": "^4.1.0",
42+
"@comunica/utils-expression-evaluator": "^4.1.0",
4343
"@incremunica/bus-bindings-aggregator-factory": "^2.1.0",
4444
"@rdfjs/types": "*",
4545
"rdf-string": "^2.0.1",

packages/actor-bindings-aggregator-factory-group-concat/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@
3737
"build:components": "componentsjs-generator"
3838
},
3939
"dependencies": {
40-
"@comunica/context-entries": "^4.0.2",
41-
"@comunica/core": "^4.0.1",
42-
"@comunica/types": "^4.0.2",
43-
"@comunica/utils-expression-evaluator": "^4.0.2",
40+
"@comunica/context-entries": "^4.1.0",
41+
"@comunica/core": "^4.1.0",
42+
"@comunica/types": "^4.1.0",
43+
"@comunica/utils-expression-evaluator": "^4.1.0",
4444
"@incremunica/bus-bindings-aggregator-factory": "^2.1.0",
4545
"@rdfjs/types": "*",
4646
"rdf-string": "^2.0.1"

packages/actor-bindings-aggregator-factory-max/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@
3737
"build:components": "componentsjs-generator"
3838
},
3939
"dependencies": {
40-
"@comunica/bus-term-comparator-factory": "^4.0.2",
41-
"@comunica/core": "^4.0.1",
42-
"@comunica/types": "^4.0.2",
40+
"@comunica/bus-term-comparator-factory": "^4.1.0",
41+
"@comunica/core": "^4.1.0",
42+
"@comunica/types": "^4.1.0",
4343
"@incremunica/bus-bindings-aggregator-factory": "^2.1.0",
4444
"@rdfjs/types": "*",
4545
"avl": "^1.5.3",

packages/actor-bindings-aggregator-factory-min/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@
3737
"build:components": "componentsjs-generator"
3838
},
3939
"dependencies": {
40-
"@comunica/bus-term-comparator-factory": "^4.0.2",
41-
"@comunica/core": "^4.0.1",
42-
"@comunica/types": "^4.0.2",
40+
"@comunica/bus-term-comparator-factory": "^4.1.0",
41+
"@comunica/core": "^4.1.0",
42+
"@comunica/types": "^4.1.0",
4343
"@incremunica/bus-bindings-aggregator-factory": "^2.1.0",
4444
"@rdfjs/types": "*",
4545
"avl": "^1.5.3",

packages/actor-bindings-aggregator-factory-sample/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737
"build:components": "componentsjs-generator"
3838
},
3939
"dependencies": {
40-
"@comunica/core": "^4.0.1",
41-
"@comunica/types": "^4.0.2",
40+
"@comunica/core": "^4.1.0",
41+
"@comunica/types": "^4.1.0",
4242
"@incremunica/bus-bindings-aggregator-factory": "^2.1.0",
4343
"@rdfjs/types": "*",
4444
"rdf-string": "^2.0.1"

packages/actor-bindings-aggregator-factory-sum/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@
3737
"build:components": "componentsjs-generator"
3838
},
3939
"dependencies": {
40-
"@comunica/bus-function-factory": "^4.0.2",
41-
"@comunica/context-entries": "^4.0.2",
42-
"@comunica/core": "^4.0.1",
43-
"@comunica/types": "^4.0.2",
44-
"@comunica/utils-expression-evaluator": "^4.0.2",
40+
"@comunica/bus-function-factory": "^4.1.0",
41+
"@comunica/context-entries": "^4.1.0",
42+
"@comunica/core": "^4.1.0",
43+
"@comunica/types": "^4.1.0",
44+
"@comunica/utils-expression-evaluator": "^4.1.0",
4545
"@incremunica/bus-bindings-aggregator-factory": "^2.1.0",
4646
"@rdfjs/types": "*",
4747
"rdf-string": "^2.0.1"

0 commit comments

Comments
 (0)