diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7ee44aa5..e813eaf5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,30 @@
# Changelog
All notable changes to this project will be documented in this file.
+
+## [v1.3.0](https://github.com/maartyman/incremunica/compare/v1.2.2...v1.3.0) - 2024-04-23
+
+### TODO: categorize commits, choose titles from: Added, Changed, Deprecated, Removed, Fixed, Security.
+* [add new packages to package.json](https://github.com/maartyman/incremunica/commit/9eb8d4c2523be342d08739f7fff1ecc097a12821)
+* [Merge pull request #100 from maartyman/add-incremental-filter](https://github.com/maartyman/incremunica/commit/4f571d5884508525b9fcd42038347d0e24d8b554)
+* [partial implementation of the FILTER operator](https://github.com/maartyman/incremunica/commit/42be10d516645b9198795377b5991cf3df45b0cf)
+* [Merge pull request #99 from maartyman/add-optional](https://github.com/maartyman/incremunica/commit/aea11b668717ada65e15a98d117274bc6bd0bbc2)
+* [Added incremental optional operator](https://github.com/maartyman/incremunica/commit/8308ddaf74b60ec56902b511b8285291e90b8c2a)
+* [Merge pull request #98 from maartyman/add-minus](https://github.com/maartyman/incremunica/commit/c85d00ccf5e138df4df2101ebf7d2e49515aa1e1)
+* [added incremental minus operator](https://github.com/maartyman/incremunica/commit/8316d2908e4a64d776540ff0525d311c0f19eb7c)
+* [added variable initialization to hash bindings](https://github.com/maartyman/incremunica/commit/0b2fff89645edc90ffb028a04c0c2e90bed3c178)
+* [added bindingsToString method](https://github.com/maartyman/incremunica/commit/c740d7e60fe1c092dc294409e63f46afe893f556)
+* [Merge pull request #97 from maartyman/fix-readme](https://github.com/maartyman/incremunica/commit/a528f09bccb4bf4536d5a2adfadd89f506c92b84)
+* [Improved clarity on how to use Incremuncia](https://github.com/maartyman/incremunica/commit/19576cff9acbf16b7eb8dfe319cc6b0b8f54322d)
+* [Merge pull request #90 from maartyman/fix-automerge-renovate](https://github.com/maartyman/incremunica/commit/f6e59a7383852988a87769f713dfd6ae60420ab8)
+* [copied renovate settings](https://github.com/maartyman/incremunica/commit/052b720533eeb0b11ebf9e734624e057502e02b1)
+* [Merge pull request #86 from maartyman/fix-automerge-renovate](https://github.com/maartyman/incremunica/commit/06b466157aafceb51336df2fbdc96d2dea9f53fd)
+* [Merge branch 'master' into fix-automerge-renovate](https://github.com/maartyman/incremunica/commit/86083c9a84dfb0e028ec5d66a6aa23af4732db45)
+* [fix automerge properly](https://github.com/maartyman/incremunica/commit/1cb3992e7f47194f97e3dc63ce797061cad915cb)
+* [Update Comunica monorepo packages to v2.10.2](https://github.com/maartyman/incremunica/commit/4abf315c8e916860f9e2a262bd12bc6d14a21eaf)
+* [Update dependency node-polyfill-webpack-plugin to v3](https://github.com/maartyman/incremunica/commit/e2906c95b619cb830bde1d698fdac28dc8c03120)
+* [Merge pull request #82 from maartyman/next/major](https://github.com/maartyman/incremunica/commit/2814a2f88a4d780f4403561de7e217c3aa4f3952)
+
## [v1.2.2](https://github.com/maartyman/incremunica/compare/v1.2.1...v1.2.2) - 2023-12-06
diff --git a/engines/config-query-sparql-incremental/package.json b/engines/config-query-sparql-incremental/package.json
index 7c5f910f..831dc8bb 100644
--- a/engines/config-query-sparql-incremental/package.json
+++ b/engines/config-query-sparql-incremental/package.json
@@ -1,6 +1,6 @@
{
"name": "@incremunica/config-query-sparql-incremental",
- "version": "1.2.2",
+ "version": "1.3.0",
"description": "default configuration files for Comunica SPARQL Incremental",
"lsd:module": true,
"main": "lib/index.js",
diff --git a/engines/query-sparql-incremental/package.json b/engines/query-sparql-incremental/package.json
index 0fb93b9e..58025792 100644
--- a/engines/query-sparql-incremental/package.json
+++ b/engines/query-sparql-incremental/package.json
@@ -1,6 +1,6 @@
{
"name": "@incremunica/query-sparql-incremental",
- "version": "1.2.2",
+ "version": "1.3.0",
"description": "A SPARQL query engine for incremental querying over decentralized RDF knowledge graphs on the Web",
"main": "lib/index.js",
"typings": "lib/index",
@@ -202,23 +202,26 @@
"@comunica/runner": "2.10.0",
"@comunica/runner-cli": "2.10.0",
"@comunica/types": "2.10.0",
- "@incremunica/actor-guard-naive": "^1.2.2",
- "@incremunica/actor-query-operation-incremental-quadpattern": "^1.2.2",
- "@incremunica/actor-rdf-join-inner-incremental-full-hash": "^1.2.2",
- "@incremunica/actor-rdf-metadata-extract-guard-data": "^1.2.2",
- "@incremunica/actor-rdf-resolve-hypermedia-stream-none": "^1.2.2",
- "@incremunica/actor-rdf-resolve-quad-pattern-incremental-federated": "^1.2.2",
- "@incremunica/actor-rdf-resolve-quad-pattern-rdfjs-streaming-source": "^1.2.2",
- "@incremunica/actor-resource-watch-polling": "^1.2.2",
- "@incremunica/actor-resource-watch-solid-notification-websockets": "^1.2.2",
- "@incremunica/bus-guard": "^1.2.2",
- "@incremunica/bus-resource-watch": "^1.2.2",
- "@incremunica/context-entries": "^1.2.2",
- "@incremunica/hash-bindings": "^1.2.2",
- "@incremunica/incremental-bindings-factory": "^1.2.2",
- "@incremunica/incremental-inner-join": "^1.2.2",
- "@incremunica/incremental-rdf-streaming-store": "^1.2.2",
- "@incremunica/incremental-types": "^1.2.2"
+ "@incremunica/actor-guard-naive": "^1.3.0",
+ "@incremunica/actor-query-operation-incremental-filter": "^1.3.0",
+ "@incremunica/actor-query-operation-incremental-quadpattern": "^1.3.0",
+ "@incremunica/actor-rdf-join-incremental-minus-hash": "^1.3.0",
+ "@incremunica/actor-rdf-join-incremental-optional-hash": "^1.3.0",
+ "@incremunica/actor-rdf-join-inner-incremental-full-hash": "^1.3.0",
+ "@incremunica/actor-rdf-metadata-extract-guard-data": "^1.3.0",
+ "@incremunica/actor-rdf-resolve-hypermedia-stream-none": "^1.3.0",
+ "@incremunica/actor-rdf-resolve-quad-pattern-incremental-federated": "^1.3.0",
+ "@incremunica/actor-rdf-resolve-quad-pattern-rdfjs-streaming-source": "^1.3.0",
+ "@incremunica/actor-resource-watch-polling": "^1.3.0",
+ "@incremunica/actor-resource-watch-solid-notification-websockets": "^1.3.0",
+ "@incremunica/bus-guard": "^1.3.0",
+ "@incremunica/bus-resource-watch": "^1.3.0",
+ "@incremunica/context-entries": "^1.3.0",
+ "@incremunica/hash-bindings": "^1.3.0",
+ "@incremunica/incremental-bindings-factory": "^1.3.0",
+ "@incremunica/incremental-inner-join": "^1.3.0",
+ "@incremunica/incremental-rdf-streaming-store": "^1.3.0",
+ "@incremunica/incremental-types": "^1.3.0"
},
"scripts": {
"build": "npm run build:ts",
diff --git a/lerna.json b/lerna.json
index 3bc89905..55493d57 100644
--- a/lerna.json
+++ b/lerna.json
@@ -18,7 +18,7 @@
"packages/*"
],
"useWorkspaces": true,
- "version": "1.2.2",
+ "version": "1.3.0",
"loglevel": "success",
"registry": "https://registry.npmjs.org/",
"npmClient": "yarn",
diff --git a/packages/actor-guard-naive/package.json b/packages/actor-guard-naive/package.json
index 487f212e..d20faa5e 100644
--- a/packages/actor-guard-naive/package.json
+++ b/packages/actor-guard-naive/package.json
@@ -1,6 +1,6 @@
{
"name": "@incremunica/actor-guard-naive",
- "version": "1.2.2",
+ "version": "1.3.0",
"description": "A naive guard actor",
"lsd:module": true,
"main": "lib/index.js",
@@ -34,8 +34,8 @@
"dependencies": {
"@comunica/bus-dereference-rdf": "^2.10.0",
"@comunica/core": "^2.10.0",
- "@incremunica/bus-guard": "^1.2.2",
- "@incremunica/bus-resource-watch": "^1.2.2"
+ "@incremunica/bus-guard": "^1.3.0",
+ "@incremunica/bus-resource-watch": "^1.3.0"
},
"scripts": {
"build": "npm run build:ts && npm run build:components",
diff --git a/packages/actor-query-operation-incremental-filter/package.json b/packages/actor-query-operation-incremental-filter/package.json
index 96571976..c329ca87 100644
--- a/packages/actor-query-operation-incremental-filter/package.json
+++ b/packages/actor-query-operation-incremental-filter/package.json
@@ -1,6 +1,6 @@
{
"name": "@incremunica/actor-query-operation-incremental-filter",
- "version": "1.2.2",
+ "version": "1.3.0",
"description": "An incremental-filter query-operation actor",
"lsd:module": true,
"main": "lib/index.js",
@@ -36,8 +36,8 @@
"@comunica/core": "^2.10.0",
"@comunica/expression-evaluator": "^2.10.0",
"@comunica/types": "^2.10.0",
- "@incremunica/hash-bindings": "^1.2.2",
- "@incremunica/incremental-bindings-factory": "^1.2.2",
+ "@incremunica/hash-bindings": "^1.3.0",
+ "@incremunica/incremental-bindings-factory": "^1.3.0",
"asynciterator": "^3.8.1",
"sparqlalgebrajs": "^4.2.0"
},
diff --git a/packages/actor-query-operation-incremental-quadpattern/package.json b/packages/actor-query-operation-incremental-quadpattern/package.json
index 69bcc1f5..0c625666 100644
--- a/packages/actor-query-operation-incremental-quadpattern/package.json
+++ b/packages/actor-query-operation-incremental-quadpattern/package.json
@@ -1,6 +1,6 @@
{
"name": "@incremunica/actor-query-operation-incremental-quadpattern",
- "version": "1.2.2",
+ "version": "1.3.0",
"description": "An incremental quadpattern query-operation actor",
"lsd:module": true,
"main": "lib/index.js",
@@ -37,7 +37,7 @@
"@comunica/context-entries": "^2.10.0",
"@comunica/core": "^2.10.0",
"@comunica/types": "^2.10.0",
- "@incremunica/incremental-bindings-factory": "^1.2.2",
+ "@incremunica/incremental-bindings-factory": "^1.3.0",
"@rdfjs/types": "*",
"asynciterator": "^3.8.1",
"rdf-data-factory": "^1.1.1",
diff --git a/packages/actor-rdf-join-incremental-minus-hash/package.json b/packages/actor-rdf-join-incremental-minus-hash/package.json
index 69c5a59d..fd717bef 100644
--- a/packages/actor-rdf-join-incremental-minus-hash/package.json
+++ b/packages/actor-rdf-join-incremental-minus-hash/package.json
@@ -1,6 +1,6 @@
{
"name": "@incremunica/actor-rdf-join-incremental-minus-hash",
- "version": "1.2.2",
+ "version": "1.3.0",
"description": "An incremental-minus-hash rdf-join actor",
"lsd:module": true,
"main": "lib/index.js",
@@ -36,8 +36,8 @@
"@comunica/bus-rdf-join": "^2.10.1",
"@comunica/mediatortype-join-coefficients": "^2.10.0",
"@comunica/types": "^2.10.0",
- "@incremunica/hash-bindings": "^1.2.2",
- "@incremunica/incremental-types": "^1.2.2",
+ "@incremunica/hash-bindings": "^1.3.0",
+ "@incremunica/incremental-types": "^1.3.0",
"@rdfjs/types": "*",
"asynciterator": "^3.8.1"
},
diff --git a/packages/actor-rdf-join-incremental-optional-hash/package.json b/packages/actor-rdf-join-incremental-optional-hash/package.json
index 25d88e0e..38921c30 100644
--- a/packages/actor-rdf-join-incremental-optional-hash/package.json
+++ b/packages/actor-rdf-join-incremental-optional-hash/package.json
@@ -1,6 +1,6 @@
{
"name": "@incremunica/actor-rdf-join-incremental-optional-hash",
- "version": "1.2.2",
+ "version": "1.3.0",
"description": "An incremental-optional-hash rdf-join actor",
"lsd:module": true,
"main": "lib/index.js",
@@ -35,9 +35,9 @@
"@comunica/bus-rdf-join": "^2.10.1",
"@comunica/mediatortype-join-coefficients": "^2.10.0",
"@comunica/types": "^2.10.0",
- "@incremunica/incremental-bindings-factory": "^1.2.2",
- "@incremunica/incremental-inner-join": "^1.2.2",
- "@incremunica/incremental-types": "^1.2.2"
+ "@incremunica/incremental-bindings-factory": "^1.3.0",
+ "@incremunica/incremental-inner-join": "^1.3.0",
+ "@incremunica/incremental-types": "^1.3.0"
},
"scripts": {
"build": "npm run build:ts && npm run build:components",
diff --git a/packages/actor-rdf-join-inner-incremental-computational-multi-bind/package.json b/packages/actor-rdf-join-inner-incremental-computational-multi-bind/package.json
index 6635379b..c86d8a0b 100644
--- a/packages/actor-rdf-join-inner-incremental-computational-multi-bind/package.json
+++ b/packages/actor-rdf-join-inner-incremental-computational-multi-bind/package.json
@@ -1,6 +1,6 @@
{
"name": "@incremunica/actor-rdf-join-inner-incremental-computational-multi-bind",
- "version": "1.2.2",
+ "version": "1.3.0",
"description": "A inner-incremental-computational-multi-bind rdf-join actor",
"lsd:module": true,
"main": "lib/index.js",
@@ -39,9 +39,9 @@
"@comunica/context-entries": "^2.10.0",
"@comunica/mediatortype-join-coefficients": "^2.10.0",
"@comunica/types": "^2.10.0",
- "@incremunica/context-entries": "^1.2.2",
- "@incremunica/hash-bindings": "^1.2.2",
- "@incremunica/incremental-bindings-factory": "^1.2.2",
+ "@incremunica/context-entries": "^1.3.0",
+ "@incremunica/hash-bindings": "^1.3.0",
+ "@incremunica/incremental-bindings-factory": "^1.3.0",
"asynciterator": "^3.8.1",
"sparqlalgebrajs": "^4.0.5"
},
diff --git a/packages/actor-rdf-join-inner-incremental-full-hash/package.json b/packages/actor-rdf-join-inner-incremental-full-hash/package.json
index 4e2d9e6e..c84a87bb 100644
--- a/packages/actor-rdf-join-inner-incremental-full-hash/package.json
+++ b/packages/actor-rdf-join-inner-incremental-full-hash/package.json
@@ -1,6 +1,6 @@
{
"name": "@incremunica/actor-rdf-join-inner-incremental-full-hash",
- "version": "1.2.2",
+ "version": "1.3.0",
"description": "A inner-incremental-full-hash rdf-join actor",
"lsd:module": true,
"main": "lib/index.js",
@@ -35,9 +35,9 @@
"@comunica/bus-rdf-join": "^2.10.1",
"@comunica/mediatortype-join-coefficients": "^2.10.0",
"@comunica/types": "^2.10.0",
- "@incremunica/hash-bindings": "^1.2.2",
- "@incremunica/incremental-inner-join": "^1.2.2",
- "@incremunica/incremental-types": "^1.2.2"
+ "@incremunica/hash-bindings": "^1.3.0",
+ "@incremunica/incremental-inner-join": "^1.3.0",
+ "@incremunica/incremental-types": "^1.3.0"
},
"scripts": {
"build": "npm run build:ts && npm run build:components",
diff --git a/packages/actor-rdf-join-inner-incremental-memory-multi-bind/package.json b/packages/actor-rdf-join-inner-incremental-memory-multi-bind/package.json
index cad6a281..6b74231d 100644
--- a/packages/actor-rdf-join-inner-incremental-memory-multi-bind/package.json
+++ b/packages/actor-rdf-join-inner-incremental-memory-multi-bind/package.json
@@ -1,6 +1,6 @@
{
"name": "@incremunica/actor-rdf-join-inner-incremental-memory-multi-bind",
- "version": "1.2.2",
+ "version": "1.3.0",
"description": "A inner-incremental-memory-multi-bind rdf-join actor",
"lsd:module": true,
"main": "lib/index.js",
@@ -38,8 +38,8 @@
"@comunica/context-entries": "^2.10.0",
"@comunica/mediatortype-join-coefficients": "^2.10.0",
"@comunica/types": "^2.10.0",
- "@incremunica/hash-bindings": "^1.2.2",
- "@incremunica/incremental-bindings-factory": "^1.2.2",
+ "@incremunica/hash-bindings": "^1.3.0",
+ "@incremunica/incremental-bindings-factory": "^1.3.0",
"asynciterator": "^3.8.1",
"sparqlalgebrajs": "^4.0.5"
},
diff --git a/packages/actor-rdf-join-inner-incremental-multi-delta-query/package.json b/packages/actor-rdf-join-inner-incremental-multi-delta-query/package.json
index ae62bfa4..f5ba8c82 100644
--- a/packages/actor-rdf-join-inner-incremental-multi-delta-query/package.json
+++ b/packages/actor-rdf-join-inner-incremental-multi-delta-query/package.json
@@ -1,6 +1,6 @@
{
"name": "@incremunica/actor-rdf-join-inner-incremental-multi-delta-query",
- "version": "1.2.2",
+ "version": "1.3.0",
"description": "A inner-incremental-multi-delta-query rdf-join actor",
"lsd:module": true,
"main": "lib/index.js",
@@ -39,8 +39,8 @@
"@comunica/core": "^2.10.0",
"@comunica/mediatortype-join-coefficients": "^2.10.0",
"@comunica/types": "^2.10.0",
- "@incremunica/context-entries": "^1.2.2",
- "@incremunica/incremental-types": "^1.2.2",
+ "@incremunica/context-entries": "^1.3.0",
+ "@incremunica/incremental-types": "^1.3.0",
"asynciterator": "^3.8.1",
"n3": "^1.16.4",
"sparqlalgebrajs": "^4.1.0"
diff --git a/packages/actor-rdf-join-inner-incremental-nestedloop/package.json b/packages/actor-rdf-join-inner-incremental-nestedloop/package.json
index 86162c57..7af96d8e 100644
--- a/packages/actor-rdf-join-inner-incremental-nestedloop/package.json
+++ b/packages/actor-rdf-join-inner-incremental-nestedloop/package.json
@@ -1,6 +1,6 @@
{
"name": "@incremunica/actor-rdf-join-inner-incremental-nestedloop",
- "version": "1.2.2",
+ "version": "1.3.0",
"description": "A inner-incremental-nestedloop rdf-join actor",
"lsd:module": true,
"main": "lib/index.js",
@@ -35,8 +35,8 @@
"@comunica/bus-rdf-join": "^2.10.1",
"@comunica/mediatortype-join-coefficients": "^2.10.0",
"@comunica/types": "^2.10.0",
- "@incremunica/incremental-inner-join": "^1.2.2",
- "@incremunica/incremental-types": "^1.2.2"
+ "@incremunica/incremental-inner-join": "^1.3.0",
+ "@incremunica/incremental-types": "^1.3.0"
},
"scripts": {
"build": "npm run build:ts && npm run build:components",
diff --git a/packages/actor-rdf-join-inner-incremental-partial-hash/package.json b/packages/actor-rdf-join-inner-incremental-partial-hash/package.json
index 0a081a8b..867bf791 100644
--- a/packages/actor-rdf-join-inner-incremental-partial-hash/package.json
+++ b/packages/actor-rdf-join-inner-incremental-partial-hash/package.json
@@ -1,6 +1,6 @@
{
"name": "@incremunica/actor-rdf-join-inner-incremental-partial-hash",
- "version": "1.2.2",
+ "version": "1.3.0",
"description": "A inner-incremental-partial-hash rdf-join actor",
"lsd:module": true,
"main": "lib/index.js",
@@ -35,8 +35,8 @@
"@comunica/bus-rdf-join": "^2.10.1",
"@comunica/mediatortype-join-coefficients": "^2.10.0",
"@comunica/types": "^2.10.0",
- "@incremunica/incremental-inner-join": "^1.2.2",
- "@incremunica/incremental-types": "^1.2.2"
+ "@incremunica/incremental-inner-join": "^1.3.0",
+ "@incremunica/incremental-types": "^1.3.0"
},
"scripts": {
"build": "npm run build:ts && npm run build:components",
diff --git a/packages/actor-rdf-metadata-extract-guard-data/package.json b/packages/actor-rdf-metadata-extract-guard-data/package.json
index 5be07d4d..c9024ae3 100644
--- a/packages/actor-rdf-metadata-extract-guard-data/package.json
+++ b/packages/actor-rdf-metadata-extract-guard-data/package.json
@@ -1,6 +1,6 @@
{
"name": "@incremunica/actor-rdf-metadata-extract-guard-data",
- "version": "1.2.2",
+ "version": "1.3.0",
"description": "A guard-data rdf-metadata-extract actor",
"lsd:module": true,
"main": "lib/index.js",
diff --git a/packages/actor-rdf-resolve-hypermedia-stream-none/package.json b/packages/actor-rdf-resolve-hypermedia-stream-none/package.json
index 84a683ec..0a827ab3 100644
--- a/packages/actor-rdf-resolve-hypermedia-stream-none/package.json
+++ b/packages/actor-rdf-resolve-hypermedia-stream-none/package.json
@@ -1,6 +1,6 @@
{
"name": "@incremunica/actor-rdf-resolve-hypermedia-stream-none",
- "version": "1.2.2",
+ "version": "1.3.0",
"description": "A stream-none rdf-resolve-hypermedia actor",
"lsd:module": true,
"main": "lib/index.js",
@@ -34,10 +34,10 @@
"dependencies": {
"@comunica/bus-rdf-resolve-hypermedia": "^2.10.0",
"@comunica/core": "^2.10.0",
- "@incremunica/actor-rdf-resolve-quad-pattern-rdfjs-streaming-source": "^1.2.2",
- "@incremunica/bus-guard": "^1.2.2",
- "@incremunica/context-entries": "^1.2.2",
- "@incremunica/incremental-rdf-streaming-store": "^1.2.2"
+ "@incremunica/actor-rdf-resolve-quad-pattern-rdfjs-streaming-source": "^1.3.0",
+ "@incremunica/bus-guard": "^1.3.0",
+ "@incremunica/context-entries": "^1.3.0",
+ "@incremunica/incremental-rdf-streaming-store": "^1.3.0"
},
"scripts": {
"build": "npm run build:ts && npm run build:components",
diff --git a/packages/actor-rdf-resolve-quad-pattern-incremental-federated/package.json b/packages/actor-rdf-resolve-quad-pattern-incremental-federated/package.json
index 6bcfbbce..bd17214d 100644
--- a/packages/actor-rdf-resolve-quad-pattern-incremental-federated/package.json
+++ b/packages/actor-rdf-resolve-quad-pattern-incremental-federated/package.json
@@ -1,6 +1,6 @@
{
"name": "@incremunica/actor-rdf-resolve-quad-pattern-incremental-federated",
- "version": "1.2.2",
+ "version": "1.3.0",
"description": "An incremental federated rdf-resolve-quad-pattern actor",
"lsd:module": true,
"main": "lib/index.js",
diff --git a/packages/actor-rdf-resolve-quad-pattern-rdfjs-streaming-source/package.json b/packages/actor-rdf-resolve-quad-pattern-rdfjs-streaming-source/package.json
index 5805c39d..a0f067cf 100644
--- a/packages/actor-rdf-resolve-quad-pattern-rdfjs-streaming-source/package.json
+++ b/packages/actor-rdf-resolve-quad-pattern-rdfjs-streaming-source/package.json
@@ -1,6 +1,6 @@
{
"name": "@incremunica/actor-rdf-resolve-quad-pattern-rdfjs-streaming-source",
- "version": "1.2.2",
+ "version": "1.3.0",
"description": "A rdfjs-streaming-source rdf-resolve-quad-pattern actor",
"lsd:module": true,
"main": "lib/index.js",
@@ -36,9 +36,9 @@
"@comunica/core": "^2.10.0",
"@comunica/metadata": "^2.10.0",
"@comunica/types": "^2.10.0",
- "@incremunica/context-entries": "^1.2.2",
- "@incremunica/incremental-rdf-streaming-store": "^1.2.2",
- "@incremunica/incremental-types": "^1.2.2",
+ "@incremunica/context-entries": "^1.3.0",
+ "@incremunica/incremental-rdf-streaming-store": "^1.3.0",
+ "@incremunica/incremental-types": "^1.3.0",
"@rdfjs/types": "*",
"asynciterator": "^3.8.1"
},
diff --git a/packages/actor-resource-watch-polling/package.json b/packages/actor-resource-watch-polling/package.json
index 4b5d6f4a..93cbcd88 100644
--- a/packages/actor-resource-watch-polling/package.json
+++ b/packages/actor-resource-watch-polling/package.json
@@ -1,6 +1,6 @@
{
"name": "@incremunica/actor-resource-watch-polling",
- "version": "1.2.2",
+ "version": "1.3.0",
"description": "A polling-diff guard actor",
"lsd:module": true,
"main": "lib/index.js",
@@ -34,7 +34,7 @@
"dependencies": {
"@comunica/bus-http": "^2.10.0",
"@comunica/core": "^2.10.0",
- "@incremunica/bus-resource-watch": "^1.2.2"
+ "@incremunica/bus-resource-watch": "^1.3.0"
},
"scripts": {
"build": "npm run build:ts && npm run build:components",
diff --git a/packages/actor-resource-watch-solid-notification-websockets/package.json b/packages/actor-resource-watch-solid-notification-websockets/package.json
index 956c2792..56120921 100644
--- a/packages/actor-resource-watch-solid-notification-websockets/package.json
+++ b/packages/actor-resource-watch-solid-notification-websockets/package.json
@@ -1,6 +1,6 @@
{
"name": "@incremunica/actor-resource-watch-solid-notification-websockets",
- "version": "1.2.2",
+ "version": "1.3.0",
"description": "An incremunica solid notification resource watch actor",
"lsd:module": true,
"main": "lib/index.js",
@@ -34,7 +34,7 @@
"dependencies": {
"@comunica/bus-http": "^2.10.0",
"@comunica/core": "^2.10.0",
- "@incremunica/bus-resource-watch": "^1.2.2",
+ "@incremunica/bus-resource-watch": "^1.3.0",
"@solid-notifications/subscription": "^0.1.0",
"@solid-notifications/types": "^0.1.0",
"websocket-polyfill": "^0.0.3"
diff --git a/packages/bus-guard/package.json b/packages/bus-guard/package.json
index 84f58bd7..4c31b1f0 100644
--- a/packages/bus-guard/package.json
+++ b/packages/bus-guard/package.json
@@ -1,6 +1,6 @@
{
"name": "@incremunica/bus-guard",
- "version": "1.2.2",
+ "version": "1.3.0",
"description": "A comunica bus for guard events.",
"lsd:module": true,
"main": "lib/index.js",
@@ -32,8 +32,8 @@
],
"dependencies": {
"@comunica/core": "^2.10.0",
- "@incremunica/actor-rdf-resolve-quad-pattern-rdfjs-streaming-source": "^1.2.2",
- "@incremunica/incremental-types": "^1.2.2"
+ "@incremunica/actor-rdf-resolve-quad-pattern-rdfjs-streaming-source": "^1.3.0",
+ "@incremunica/incremental-types": "^1.3.0"
},
"scripts": {
"build": "npm run build:ts && npm run build:components",
diff --git a/packages/bus-resource-watch/package.json b/packages/bus-resource-watch/package.json
index aad0de07..e6bfb7be 100644
--- a/packages/bus-resource-watch/package.json
+++ b/packages/bus-resource-watch/package.json
@@ -1,6 +1,6 @@
{
"name": "@incremunica/bus-resource-watch",
- "version": "1.2.2",
+ "version": "1.3.0",
"description": "An incremunica bus for resource-watch events.",
"lsd:module": true,
"main": "lib/index.js",
diff --git a/packages/context-entries/package.json b/packages/context-entries/package.json
index d99d0dab..a91e8851 100644
--- a/packages/context-entries/package.json
+++ b/packages/context-entries/package.json
@@ -1,6 +1,6 @@
{
"name": "@incremunica/context-entries",
- "version": "1.2.2",
+ "version": "1.3.0",
"description": "A collection of reusable Incremunica context key definitions.",
"main": "lib/index.js",
"typings": "lib/index",
@@ -32,7 +32,7 @@
],
"dependencies": {
"@comunica/core": "^2.10.0",
- "@incremunica/incremental-types": "^1.2.2"
+ "@incremunica/incremental-types": "^1.3.0"
},
"scripts": {
"build": "node \"../../node_modules/typescript/bin/tsc\""
diff --git a/packages/dev-tools/package.json b/packages/dev-tools/package.json
index 1fa25166..a69cbc8c 100644
--- a/packages/dev-tools/package.json
+++ b/packages/dev-tools/package.json
@@ -1,6 +1,6 @@
{
"name": "@incremunica/dev-tools",
- "version": "1.2.2",
+ "version": "1.3.0",
"description": "Development tools for comunica/incremunica.",
"lsd:module": true,
"main": "lib/index.js",
@@ -35,6 +35,6 @@
"build:components": "componentsjs-generator"
},
"dependencies": {
- "@incremunica/incremental-types": "^1.2.2"
+ "@incremunica/incremental-types": "^1.3.0"
}
}
diff --git a/packages/hash-bindings/package.json b/packages/hash-bindings/package.json
index d6126cdd..f516bc5f 100644
--- a/packages/hash-bindings/package.json
+++ b/packages/hash-bindings/package.json
@@ -1,6 +1,6 @@
{
"name": "@incremunica/hash-bindings",
- "version": "1.2.2",
+ "version": "1.3.0",
"description": "A hash bindings class",
"lsd:module": true,
"main": "lib/index.js",
@@ -30,7 +30,7 @@
"lib/**/*.js.map"
],
"dependencies": {
- "@incremunica/incremental-types": "^1.2.2",
+ "@incremunica/incremental-types": "^1.3.0",
"@rdfjs/types": "*",
"rdf-string": "^1.6.3"
},
diff --git a/packages/incremental-bindings-factory/package.json b/packages/incremental-bindings-factory/package.json
index 2cd7036b..ad1c5aae 100644
--- a/packages/incremental-bindings-factory/package.json
+++ b/packages/incremental-bindings-factory/package.json
@@ -1,6 +1,6 @@
{
"name": "@incremunica/incremental-bindings-factory",
- "version": "1.2.2",
+ "version": "1.3.0",
"description": "Incremental bindings factory module for Comunica",
"main": "lib/index.js",
"typings": "lib/index",
@@ -29,7 +29,7 @@
"lib/**/*.js.map"
],
"dependencies": {
- "@incremunica/incremental-types": "^1.2.2",
+ "@incremunica/incremental-types": "^1.3.0",
"@rdfjs/types": "*",
"immutable": "^4.1.0",
"rdf-data-factory": "^1.1.1",
diff --git a/packages/incremental-inner-join/package.json b/packages/incremental-inner-join/package.json
index 2271ac30..8b0be459 100644
--- a/packages/incremental-inner-join/package.json
+++ b/packages/incremental-inner-join/package.json
@@ -1,6 +1,6 @@
{
"name": "@incremunica/incremental-inner-join",
- "version": "1.2.2",
+ "version": "1.3.0",
"description": "An incremental-inner-join base class",
"lsd:module": true,
"main": "lib/index.js",
@@ -32,7 +32,7 @@
"lib/**/*.js.map"
],
"dependencies": {
- "@incremunica/incremental-types": "^1.2.2",
+ "@incremunica/incremental-types": "^1.3.0",
"asynciterator": "^3.8.1"
},
"scripts": {
diff --git a/packages/incremental-jest/package.json b/packages/incremental-jest/package.json
index 3e123067..3211497f 100644
--- a/packages/incremental-jest/package.json
+++ b/packages/incremental-jest/package.json
@@ -1,6 +1,6 @@
{
"name": "@incremunica/incremental-jest",
- "version": "1.2.2",
+ "version": "1.3.0",
"description": "Jest utilities for incremunica",
"main": "lib/index.js",
"typings": "lib/index",
@@ -35,7 +35,7 @@
],
"dependencies": {
"@comunica/types": "^2.10.0",
- "@incremunica/incremental-bindings-factory": "^1.2.2",
+ "@incremunica/incremental-bindings-factory": "^1.3.0",
"@rdfjs/types": "*",
"arrayify-stream": "^2.0.1"
},
diff --git a/packages/incremental-rdf-streaming-store/package.json b/packages/incremental-rdf-streaming-store/package.json
index 830c60ed..d9a10fc1 100644
--- a/packages/incremental-rdf-streaming-store/package.json
+++ b/packages/incremental-rdf-streaming-store/package.json
@@ -1,6 +1,6 @@
{
"name": "@incremunica/incremental-rdf-streaming-store",
- "version": "1.2.2",
+ "version": "1.3.0",
"description": "An RDF Store where the match function gives a stream.",
"lsd:module": true,
"main": "lib/index.js",
@@ -43,7 +43,7 @@
"readable-stream": "^4.3.0"
},
"devDependencies": {
- "@incremunica/incremental-types": "^1.2.2"
+ "@incremunica/incremental-types": "^1.3.0"
},
"scripts": {
"build": "npm run build:ts && npm run build:components",
diff --git a/packages/incremental-types/package.json b/packages/incremental-types/package.json
index a8991327..3f9dbf8d 100644
--- a/packages/incremental-types/package.json
+++ b/packages/incremental-types/package.json
@@ -1,6 +1,6 @@
{
"name": "@incremunica/incremental-types",
- "version": "1.2.2",
+ "version": "1.3.0",
"description": "Types module for incremental Comunica",
"lsd:module": true,
"main": "lib/index.js",