@comunica/actor-rdf-join-optional-nestedloop 2.0.1-alpha.8.0 → 2.0.7-alpha.10.0
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.
|
@@ -105,10 +105,19 @@
|
|
|
105
105
|
"comment": "Actor that must be registered in the bus before this actor."
|
|
106
106
|
}
|
|
107
107
|
],
|
|
108
|
-
"
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
108
|
+
"memberFields": [
|
|
109
|
+
{
|
|
110
|
+
"@id": "carjon:components/ActorRdfJoinOptionalNestedLoop.jsonld#ActorRdfJoinOptionalNestedLoop__member_constructor",
|
|
111
|
+
"memberFieldName": "constructor"
|
|
112
|
+
},
|
|
113
|
+
{
|
|
114
|
+
"@id": "carjon:components/ActorRdfJoinOptionalNestedLoop.jsonld#ActorRdfJoinOptionalNestedLoop__member_getOutput",
|
|
115
|
+
"memberFieldName": "getOutput"
|
|
116
|
+
},
|
|
117
|
+
{
|
|
118
|
+
"@id": "carjon:components/ActorRdfJoinOptionalNestedLoop.jsonld#ActorRdfJoinOptionalNestedLoop__member_getJoinCoefficients",
|
|
119
|
+
"memberFieldName": "getJoinCoefficients"
|
|
120
|
+
}
|
|
112
121
|
],
|
|
113
122
|
"constructorArguments": [
|
|
114
123
|
{
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"@context": [
|
|
3
|
-
"https://linkedsoftwaredependencies.org/bundles/npm/componentsjs/^
|
|
3
|
+
"https://linkedsoftwaredependencies.org/bundles/npm/componentsjs/^5.0.0/components/context.jsonld",
|
|
4
4
|
{
|
|
5
5
|
"npmd": "https://linkedsoftwaredependencies.org/bundles/npm/",
|
|
6
6
|
"carjon": "npmd:@comunica/actor-rdf-join-optional-nestedloop/^2.0.0/",
|
package/lib/index.js
CHANGED
|
@@ -1,7 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
3
|
if (k2 === undefined) k2 = k;
|
|
4
|
-
Object.
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
5
9
|
}) : (function(o, m, k, k2) {
|
|
6
10
|
if (k2 === undefined) k2 = k;
|
|
7
11
|
o[k2] = m[k];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@comunica/actor-rdf-join-optional-nestedloop",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.7-alpha.10.0",
|
|
4
4
|
"description": "A optional-nestedloop rdf-join actor",
|
|
5
5
|
"lsd:module": true,
|
|
6
6
|
"main": "lib/index.js",
|
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
"lib/**/*.js"
|
|
32
32
|
],
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@comunica/bus-rdf-join": "2.0.
|
|
35
|
-
"@comunica/core": "2.0.
|
|
36
|
-
"@comunica/types": "2.0.
|
|
34
|
+
"@comunica/bus-rdf-join": "2.0.7-alpha.10.0",
|
|
35
|
+
"@comunica/core": "2.0.7-alpha.10.0",
|
|
36
|
+
"@comunica/types": "2.0.7-alpha.10.0",
|
|
37
37
|
"asyncjoin": "^1.0.5"
|
|
38
38
|
},
|
|
39
39
|
"scripts": {
|
|
@@ -41,5 +41,5 @@
|
|
|
41
41
|
"build:ts": "node \"../../node_modules/typescript/bin/tsc\"",
|
|
42
42
|
"build:components": "componentsjs-generator"
|
|
43
43
|
},
|
|
44
|
-
"gitHead": "
|
|
44
|
+
"gitHead": "9ad64da7bae9dda857e12b7bb0b3af58d5f0f2af"
|
|
45
45
|
}
|