@comunica/actor-query-operation-update-clear 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.
|
@@ -78,7 +78,7 @@
|
|
|
78
78
|
},
|
|
79
79
|
"default": {
|
|
80
80
|
"@id": "cbqo:components/ActorQueryOperation.jsonld#ActorQueryOperation_default_bus",
|
|
81
|
-
"@type": "
|
|
81
|
+
"@type": "cbqo:components/BusQueryOperation.jsonld#BusQueryOperation"
|
|
82
82
|
},
|
|
83
83
|
"comment": "The bus this actor subscribes to."
|
|
84
84
|
},
|
|
@@ -116,11 +116,24 @@
|
|
|
116
116
|
"comment": "Actor that must be registered in the bus before this actor."
|
|
117
117
|
}
|
|
118
118
|
],
|
|
119
|
-
"
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
119
|
+
"memberFields": [
|
|
120
|
+
{
|
|
121
|
+
"@id": "caqoucl:components/ActorQueryOperationClear.jsonld#ActorQueryOperationClear__member_mediatorUpdateQuads",
|
|
122
|
+
"memberFieldName": "mediatorUpdateQuads",
|
|
123
|
+
"range": "cc:components/Mediator.jsonld#Mediator"
|
|
124
|
+
},
|
|
125
|
+
{
|
|
126
|
+
"@id": "caqoucl:components/ActorQueryOperationClear.jsonld#ActorQueryOperationClear__member_constructor",
|
|
127
|
+
"memberFieldName": "constructor"
|
|
128
|
+
},
|
|
129
|
+
{
|
|
130
|
+
"@id": "caqoucl:components/ActorQueryOperationClear.jsonld#ActorQueryOperationClear__member_testOperation",
|
|
131
|
+
"memberFieldName": "testOperation"
|
|
132
|
+
},
|
|
133
|
+
{
|
|
134
|
+
"@id": "caqoucl:components/ActorQueryOperationClear.jsonld#ActorQueryOperationClear__member_runOperation",
|
|
135
|
+
"memberFieldName": "runOperation"
|
|
136
|
+
}
|
|
124
137
|
],
|
|
125
138
|
"constructorArguments": [
|
|
126
139
|
{
|
|
@@ -168,8 +181,11 @@
|
|
|
168
181
|
"cbqo:components/ActorQueryOperationTypedMediated.jsonld#IActorQueryOperationTypedMediatedArgs"
|
|
169
182
|
],
|
|
170
183
|
"parameters": [],
|
|
171
|
-
"
|
|
172
|
-
|
|
184
|
+
"memberFields": [
|
|
185
|
+
{
|
|
186
|
+
"@id": "caqoucl:components/ActorQueryOperationClear.jsonld#IActorQueryOperationClearArgs__member_mediatorUpdateQuads",
|
|
187
|
+
"memberFieldName": "mediatorUpdateQuads"
|
|
188
|
+
}
|
|
173
189
|
],
|
|
174
190
|
"constructorArguments": []
|
|
175
191
|
}
|
|
@@ -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
|
"caqoucl": "npmd:@comunica/actor-query-operation-update-clear/^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-update-clear",
|
|
3
|
-
"version": "2.0.1
|
|
3
|
+
"version": "2.0.1",
|
|
4
4
|
"description": "A clear query-operation actor",
|
|
5
5
|
"lsd:module": true,
|
|
6
6
|
"main": "lib/index.js",
|
|
@@ -31,8 +31,8 @@
|
|
|
31
31
|
"lib/**/*.js"
|
|
32
32
|
],
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@comunica/bus-query-operation": "2.0.1
|
|
35
|
-
"@comunica/core": "2.0.1
|
|
34
|
+
"@comunica/bus-query-operation": "^2.0.1",
|
|
35
|
+
"@comunica/core": "^2.0.1",
|
|
36
36
|
"rdf-data-factory": "^1.0.4"
|
|
37
37
|
},
|
|
38
38
|
"scripts": {
|
|
@@ -40,5 +40,5 @@
|
|
|
40
40
|
"build:ts": "node \"../../node_modules/typescript/bin/tsc\"",
|
|
41
41
|
"build:components": "componentsjs-generator"
|
|
42
42
|
},
|
|
43
|
-
"gitHead": "
|
|
43
|
+
"gitHead": "4c66bfaa44f73786bc7403504e5fe571181430c7"
|
|
44
44
|
}
|