@comunica/actor-rdf-join-inner-multi-sequential 2.0.1-alpha.9.0 → 2.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.
|
@@ -110,12 +110,31 @@
|
|
|
110
110
|
"comment": "Actor that must be registered in the bus before this actor."
|
|
111
111
|
}
|
|
112
112
|
],
|
|
113
|
-
"
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
113
|
+
"memberFields": [
|
|
114
|
+
{
|
|
115
|
+
"@id": "carjimse:components/ActorRdfJoinMultiSequential.jsonld#ActorRdfJoinMultiSequential__member_mediatorJoin",
|
|
116
|
+
"memberFieldName": "mediatorJoin",
|
|
117
|
+
"range": "cc:components/Mediator.jsonld#Mediator"
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
"@id": "carjimse:components/ActorRdfJoinMultiSequential.jsonld#ActorRdfJoinMultiSequential__member_FACTORY",
|
|
121
|
+
"memberFieldName": "FACTORY",
|
|
122
|
+
"range": {
|
|
123
|
+
"@type": "ParameterRangeWildcard"
|
|
124
|
+
}
|
|
125
|
+
},
|
|
126
|
+
{
|
|
127
|
+
"@id": "carjimse:components/ActorRdfJoinMultiSequential.jsonld#ActorRdfJoinMultiSequential__member_constructor",
|
|
128
|
+
"memberFieldName": "constructor"
|
|
129
|
+
},
|
|
130
|
+
{
|
|
131
|
+
"@id": "carjimse:components/ActorRdfJoinMultiSequential.jsonld#ActorRdfJoinMultiSequential__member_getOutput",
|
|
132
|
+
"memberFieldName": "getOutput"
|
|
133
|
+
},
|
|
134
|
+
{
|
|
135
|
+
"@id": "carjimse:components/ActorRdfJoinMultiSequential.jsonld#ActorRdfJoinMultiSequential__member_getJoinCoefficients",
|
|
136
|
+
"memberFieldName": "getJoinCoefficients"
|
|
137
|
+
}
|
|
119
138
|
],
|
|
120
139
|
"constructorArguments": [
|
|
121
140
|
{
|
|
@@ -163,8 +182,11 @@
|
|
|
163
182
|
"cbrj:components/ActorRdfJoin.jsonld#IActorRdfJoinArgs"
|
|
164
183
|
],
|
|
165
184
|
"parameters": [],
|
|
166
|
-
"
|
|
167
|
-
|
|
185
|
+
"memberFields": [
|
|
186
|
+
{
|
|
187
|
+
"@id": "carjimse:components/ActorRdfJoinMultiSequential.jsonld#IActorRdfJoinMultiSequentialArgs__member_mediatorJoin",
|
|
188
|
+
"memberFieldName": "mediatorJoin"
|
|
189
|
+
}
|
|
168
190
|
],
|
|
169
191
|
"constructorArguments": []
|
|
170
192
|
}
|
|
@@ -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
|
"carjimse": "npmd:@comunica/actor-rdf-join-inner-multi-sequential/^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-inner-multi-sequential",
|
|
3
|
-
"version": "2.0.1
|
|
3
|
+
"version": "2.0.1",
|
|
4
4
|
"description": "A multi-sequential rdf-join actor",
|
|
5
5
|
"lsd:module": true,
|
|
6
6
|
"main": "lib/index.js",
|
|
@@ -31,11 +31,11 @@
|
|
|
31
31
|
"lib/**/*.js"
|
|
32
32
|
],
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@comunica/bus-query-operation": "2.0.1
|
|
35
|
-
"@comunica/bus-rdf-join": "2.0.1
|
|
36
|
-
"@comunica/core": "2.0.1
|
|
37
|
-
"@comunica/mediatortype-join-coefficients": "2.0.1
|
|
38
|
-
"@comunica/types": "2.0.1
|
|
34
|
+
"@comunica/bus-query-operation": "^2.0.1",
|
|
35
|
+
"@comunica/bus-rdf-join": "^2.0.1",
|
|
36
|
+
"@comunica/core": "^2.0.1",
|
|
37
|
+
"@comunica/mediatortype-join-coefficients": "^2.0.1",
|
|
38
|
+
"@comunica/types": "^2.0.1",
|
|
39
39
|
"sparqlalgebrajs": "^4.0.0"
|
|
40
40
|
},
|
|
41
41
|
"scripts": {
|
|
@@ -43,5 +43,5 @@
|
|
|
43
43
|
"build:ts": "node \"../../node_modules/typescript/bin/tsc\"",
|
|
44
44
|
"build:components": "componentsjs-generator"
|
|
45
45
|
},
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "4c66bfaa44f73786bc7403504e5fe571181430c7"
|
|
47
47
|
}
|