@comunica/actor-rdf-join-inner-multi-sequential 3.0.1-alpha.45.0 → 3.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -23,7 +23,7 @@ After installing, this package can be added to your engine's configuration as fo
23
23
  {
24
24
  "@context": [
25
25
  ...
26
- "https://linkedsoftwaredependencies.org/bundles/npm/@comunica/actor-rdf-join-inner-multi-sequential/^3.0.0/components/context.jsonld"
26
+ "https://linkedsoftwaredependencies.org/bundles/npm/@comunica/actor-rdf-join-inner-multi-sequential/^3.0.0/components/context.jsonld"
27
27
  ],
28
28
  "actors": [
29
29
  ...
@@ -41,4 +41,3 @@ After installing, this package can be added to your engine's configuration as fo
41
41
 
42
42
  * `mediatorJoinSelectivity`: A mediator over the [RDF Join Selectivity bus](https://github.com/comunica/comunica/tree/master/packages/bus-rdf-join-selectivity).
43
43
  * `mediatorJoin`: A mediator over the [RDF Join bus](https://github.com/comunica/comunica/tree/master/packages/bus-rdf-join).
44
-
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "@context": [
3
- "https://linkedsoftwaredependencies.org/bundles/npm/componentsjs/^5.0.0/components/context.jsonld",
3
+ "https://linkedsoftwaredependencies.org/bundles/npm/componentsjs/^6.0.0/components/context.jsonld",
4
4
  {
5
5
  "npmd": "https://linkedsoftwaredependencies.org/bundles/npm/",
6
6
  "carjimse": "npmd:@comunica/actor-rdf-join-inner-multi-sequential/^3.0.0/",
package/package.json CHANGED
@@ -1,47 +1,47 @@
1
1
  {
2
2
  "name": "@comunica/actor-rdf-join-inner-multi-sequential",
3
- "version": "3.0.1-alpha.45.0",
3
+ "version": "3.0.1",
4
4
  "description": "A multi-sequential rdf-join actor",
5
5
  "lsd:module": true,
6
- "main": "lib/index.js",
7
- "typings": "lib/index",
6
+ "license": "MIT",
7
+ "homepage": "https://comunica.dev/",
8
8
  "repository": {
9
9
  "type": "git",
10
10
  "url": "https://github.com/comunica/comunica.git",
11
11
  "directory": "packages/actor-rdf-join-inner-multi-sequential"
12
12
  },
13
- "publishConfig": {
14
- "access": "public"
13
+ "bugs": {
14
+ "url": "https://github.com/comunica/comunica/issues"
15
15
  },
16
- "sideEffects": false,
17
16
  "keywords": [
18
17
  "comunica",
19
18
  "actor",
20
19
  "rdf-join",
21
20
  "multi-sequential"
22
21
  ],
23
- "license": "MIT",
24
- "bugs": {
25
- "url": "https://github.com/comunica/comunica/issues"
22
+ "sideEffects": false,
23
+ "main": "lib/index.js",
24
+ "typings": "lib/index",
25
+ "publishConfig": {
26
+ "access": "public"
26
27
  },
27
- "homepage": "https://comunica.dev/",
28
28
  "files": [
29
29
  "components",
30
30
  "lib/**/*.d.ts",
31
31
  "lib/**/*.js",
32
32
  "lib/**/*.js.map"
33
33
  ],
34
- "dependencies": {
35
- "@comunica/bus-query-operation": "3.0.1-alpha.45.0",
36
- "@comunica/bus-rdf-join": "3.0.1-alpha.45.0",
37
- "@comunica/mediatortype-join-coefficients": "3.0.1-alpha.45.0",
38
- "@comunica/types": "3.0.1-alpha.45.0",
39
- "sparqlalgebrajs": "^4.3.3"
40
- },
41
34
  "scripts": {
42
35
  "build": "npm run build:ts && npm run build:components",
43
36
  "build:ts": "node \"../../node_modules/typescript/bin/tsc\"",
44
37
  "build:components": "componentsjs-generator"
45
38
  },
46
- "gitHead": "b5a3900c24e29fa7b3243ab50bc9745d286fbce8"
39
+ "dependencies": {
40
+ "@comunica/bus-query-operation": "^3.0.1",
41
+ "@comunica/bus-rdf-join": "^3.0.1",
42
+ "@comunica/mediatortype-join-coefficients": "^3.0.1",
43
+ "@comunica/types": "^3.0.1",
44
+ "sparqlalgebrajs": "^4.3.3"
45
+ },
46
+ "gitHead": "9c0b537cd927d29590c287fe882185d88a65461b"
47
47
  }