@comunica/actor-query-operation-path-seq 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.
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
},
|
|
74
74
|
"default": {
|
|
75
75
|
"@id": "cbqo:components/ActorQueryOperation.jsonld#ActorQueryOperation_default_bus",
|
|
76
|
-
"@type": "
|
|
76
|
+
"@type": "cbqo:components/BusQueryOperation.jsonld#BusQueryOperation"
|
|
77
77
|
},
|
|
78
78
|
"comment": "The bus this actor subscribes to."
|
|
79
79
|
},
|
|
@@ -111,10 +111,20 @@
|
|
|
111
111
|
"comment": "Actor that must be registered in the bus before this actor."
|
|
112
112
|
}
|
|
113
113
|
],
|
|
114
|
-
"
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
114
|
+
"memberFields": [
|
|
115
|
+
{
|
|
116
|
+
"@id": "caqops:components/ActorQueryOperationPathSeq.jsonld#ActorQueryOperationPathSeq__member_mediatorJoin",
|
|
117
|
+
"memberFieldName": "mediatorJoin",
|
|
118
|
+
"range": "cc:components/Mediator.jsonld#Mediator"
|
|
119
|
+
},
|
|
120
|
+
{
|
|
121
|
+
"@id": "caqops:components/ActorQueryOperationPathSeq.jsonld#ActorQueryOperationPathSeq__member_constructor",
|
|
122
|
+
"memberFieldName": "constructor"
|
|
123
|
+
},
|
|
124
|
+
{
|
|
125
|
+
"@id": "caqops:components/ActorQueryOperationPathSeq.jsonld#ActorQueryOperationPathSeq__member_runOperation",
|
|
126
|
+
"memberFieldName": "runOperation"
|
|
127
|
+
}
|
|
118
128
|
],
|
|
119
129
|
"constructorArguments": [
|
|
120
130
|
{
|
|
@@ -162,8 +172,11 @@
|
|
|
162
172
|
"cbqo:components/ActorQueryOperationTypedMediated.jsonld#IActorQueryOperationTypedMediatedArgs"
|
|
163
173
|
],
|
|
164
174
|
"parameters": [],
|
|
165
|
-
"
|
|
166
|
-
|
|
175
|
+
"memberFields": [
|
|
176
|
+
{
|
|
177
|
+
"@id": "caqops:components/ActorQueryOperationPathSeq.jsonld#IActorQueryOperationPathSeq__member_mediatorJoin",
|
|
178
|
+
"memberFieldName": "mediatorJoin"
|
|
179
|
+
}
|
|
167
180
|
],
|
|
168
181
|
"constructorArguments": []
|
|
169
182
|
}
|
|
@@ -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
|
"caqops": "npmd:@comunica/actor-query-operation-path-seq/^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-query-operation-path-seq",
|
|
3
|
-
"version": "2.0.1
|
|
3
|
+
"version": "2.0.1",
|
|
4
4
|
"description": "A path-seq query-operation actor",
|
|
5
5
|
"lsd:module": true,
|
|
6
6
|
"main": "lib/index.js",
|
|
@@ -31,12 +31,12 @@
|
|
|
31
31
|
"lib/**/*.js"
|
|
32
32
|
],
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@comunica/actor-abstract-path": "2.0.1
|
|
35
|
-
"@comunica/bus-query-operation": "2.0.1
|
|
36
|
-
"@comunica/bus-rdf-join": "2.0.1
|
|
37
|
-
"@comunica/core": "2.0.1
|
|
38
|
-
"@comunica/mediatortype-join-coefficients": "2.0.1
|
|
39
|
-
"@comunica/types": "2.0.1
|
|
34
|
+
"@comunica/actor-abstract-path": "^2.0.1",
|
|
35
|
+
"@comunica/bus-query-operation": "^2.0.1",
|
|
36
|
+
"@comunica/bus-rdf-join": "^2.0.1",
|
|
37
|
+
"@comunica/core": "^2.0.1",
|
|
38
|
+
"@comunica/mediatortype-join-coefficients": "^2.0.1",
|
|
39
|
+
"@comunica/types": "^2.0.1",
|
|
40
40
|
"sparqlalgebrajs": "^4.0.0"
|
|
41
41
|
},
|
|
42
42
|
"scripts": {
|
|
@@ -44,5 +44,5 @@
|
|
|
44
44
|
"build:ts": "node \"../../node_modules/typescript/bin/tsc\"",
|
|
45
45
|
"build:components": "componentsjs-generator"
|
|
46
46
|
},
|
|
47
|
-
"gitHead": "
|
|
47
|
+
"gitHead": "4c66bfaa44f73786bc7403504e5fe571181430c7"
|
|
48
48
|
}
|