@comunica/actor-query-operation-join 2.0.1-alpha.5.0 → 2.0.1-alpha.6.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.
|
@@ -116,24 +116,11 @@
|
|
|
116
116
|
"comment": "Actor that must be registered in the bus before this actor."
|
|
117
117
|
}
|
|
118
118
|
],
|
|
119
|
-
"
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
},
|
|
125
|
-
{
|
|
126
|
-
"@id": "caqoj:components/ActorQueryOperationJoin.jsonld#ActorQueryOperationJoin__member_constructor",
|
|
127
|
-
"memberFieldName": "constructor"
|
|
128
|
-
},
|
|
129
|
-
{
|
|
130
|
-
"@id": "caqoj:components/ActorQueryOperationJoin.jsonld#ActorQueryOperationJoin__member_testOperation",
|
|
131
|
-
"memberFieldName": "testOperation"
|
|
132
|
-
},
|
|
133
|
-
{
|
|
134
|
-
"@id": "caqoj:components/ActorQueryOperationJoin.jsonld#ActorQueryOperationJoin__member_runOperation",
|
|
135
|
-
"memberFieldName": "runOperation"
|
|
136
|
-
}
|
|
119
|
+
"memberKeys": [
|
|
120
|
+
"mediatorJoin",
|
|
121
|
+
"constructor",
|
|
122
|
+
"testOperation",
|
|
123
|
+
"runOperation"
|
|
137
124
|
],
|
|
138
125
|
"constructorArguments": [
|
|
139
126
|
{
|
|
@@ -181,11 +168,8 @@
|
|
|
181
168
|
"cbqo:components/ActorQueryOperationTypedMediated.jsonld#IActorQueryOperationTypedMediatedArgs"
|
|
182
169
|
],
|
|
183
170
|
"parameters": [],
|
|
184
|
-
"
|
|
185
|
-
|
|
186
|
-
"@id": "caqoj:components/ActorQueryOperationJoin.jsonld#IActorQueryOperationJoinArgs__member_mediatorJoin",
|
|
187
|
-
"memberFieldName": "mediatorJoin"
|
|
188
|
-
}
|
|
171
|
+
"memberKeys": [
|
|
172
|
+
"mediatorJoin"
|
|
189
173
|
],
|
|
190
174
|
"constructorArguments": []
|
|
191
175
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@comunica/actor-query-operation-join",
|
|
3
|
-
"version": "2.0.1-alpha.
|
|
3
|
+
"version": "2.0.1-alpha.6.0",
|
|
4
4
|
"description": "A join query-operation actor",
|
|
5
5
|
"lsd:module": true,
|
|
6
6
|
"main": "lib/index.js",
|
|
@@ -13,6 +13,7 @@
|
|
|
13
13
|
"publishConfig": {
|
|
14
14
|
"access": "public"
|
|
15
15
|
},
|
|
16
|
+
"sideEffects": false,
|
|
16
17
|
"keywords": [
|
|
17
18
|
"comunica",
|
|
18
19
|
"actor",
|
|
@@ -30,11 +31,11 @@
|
|
|
30
31
|
"lib/**/*.js"
|
|
31
32
|
],
|
|
32
33
|
"dependencies": {
|
|
33
|
-
"@comunica/bus-query-operation": "2.0.1-alpha.
|
|
34
|
-
"@comunica/bus-rdf-join": "2.0.1-alpha.
|
|
35
|
-
"@comunica/core": "2.0.1-alpha.
|
|
36
|
-
"@comunica/mediatortype-join-coefficients": "2.0.1-alpha.
|
|
37
|
-
"@comunica/types": "2.0.1-alpha.
|
|
34
|
+
"@comunica/bus-query-operation": "2.0.1-alpha.6.0",
|
|
35
|
+
"@comunica/bus-rdf-join": "2.0.1-alpha.6.0",
|
|
36
|
+
"@comunica/core": "2.0.1-alpha.6.0",
|
|
37
|
+
"@comunica/mediatortype-join-coefficients": "2.0.1-alpha.6.0",
|
|
38
|
+
"@comunica/types": "2.0.1-alpha.6.0",
|
|
38
39
|
"sparqlalgebrajs": "^4.0.0"
|
|
39
40
|
},
|
|
40
41
|
"scripts": {
|
|
@@ -42,5 +43,5 @@
|
|
|
42
43
|
"build:ts": "node \"../../node_modules/typescript/bin/tsc\"",
|
|
43
44
|
"build:components": "componentsjs-generator"
|
|
44
45
|
},
|
|
45
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "bbf46a068e635256495a40e784a4691b22e88bd3"
|
|
46
47
|
}
|