@comunica/actor-query-operation-update-deleteinsert 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,12 +116,29 @@
|
|
|
116
116
|
"comment": "Actor that must be registered in the bus before this actor."
|
|
117
117
|
}
|
|
118
118
|
],
|
|
119
|
-
"
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
119
|
+
"memberFields": [
|
|
120
|
+
{
|
|
121
|
+
"@id": "caqoudi:components/ActorQueryOperationUpdateDeleteInsert.jsonld#ActorQueryOperationUpdateDeleteInsert__member_mediatorUpdateQuads",
|
|
122
|
+
"memberFieldName": "mediatorUpdateQuads",
|
|
123
|
+
"range": "cc:components/Mediator.jsonld#Mediator"
|
|
124
|
+
},
|
|
125
|
+
{
|
|
126
|
+
"@id": "caqoudi:components/ActorQueryOperationUpdateDeleteInsert.jsonld#ActorQueryOperationUpdateDeleteInsert__member_blankNodeCounter",
|
|
127
|
+
"memberFieldName": "blankNodeCounter",
|
|
128
|
+
"range": "xsd:number"
|
|
129
|
+
},
|
|
130
|
+
{
|
|
131
|
+
"@id": "caqoudi:components/ActorQueryOperationUpdateDeleteInsert.jsonld#ActorQueryOperationUpdateDeleteInsert__member_constructor",
|
|
132
|
+
"memberFieldName": "constructor"
|
|
133
|
+
},
|
|
134
|
+
{
|
|
135
|
+
"@id": "caqoudi:components/ActorQueryOperationUpdateDeleteInsert.jsonld#ActorQueryOperationUpdateDeleteInsert__member_testOperation",
|
|
136
|
+
"memberFieldName": "testOperation"
|
|
137
|
+
},
|
|
138
|
+
{
|
|
139
|
+
"@id": "caqoudi:components/ActorQueryOperationUpdateDeleteInsert.jsonld#ActorQueryOperationUpdateDeleteInsert__member_runOperation",
|
|
140
|
+
"memberFieldName": "runOperation"
|
|
141
|
+
}
|
|
125
142
|
],
|
|
126
143
|
"constructorArguments": [
|
|
127
144
|
{
|
|
@@ -169,8 +186,11 @@
|
|
|
169
186
|
"cbqo:components/ActorQueryOperationTypedMediated.jsonld#IActorQueryOperationTypedMediatedArgs"
|
|
170
187
|
],
|
|
171
188
|
"parameters": [],
|
|
172
|
-
"
|
|
173
|
-
|
|
189
|
+
"memberFields": [
|
|
190
|
+
{
|
|
191
|
+
"@id": "caqoudi:components/ActorQueryOperationUpdateDeleteInsert.jsonld#IActorQueryOperationUpdateDeleteInsertArgs__member_mediatorUpdateQuads",
|
|
192
|
+
"memberFieldName": "mediatorUpdateQuads"
|
|
193
|
+
}
|
|
174
194
|
],
|
|
175
195
|
"constructorArguments": []
|
|
176
196
|
}
|
|
@@ -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
|
"caqoudi": "npmd:@comunica/actor-query-operation-update-deleteinsert/^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-deleteinsert",
|
|
3
|
-
"version": "2.0.1
|
|
3
|
+
"version": "2.0.1",
|
|
4
4
|
"description": "A update-deleteinsert query-operation actor",
|
|
5
5
|
"lsd:module": true,
|
|
6
6
|
"main": "lib/index.js",
|
|
@@ -27,18 +27,18 @@
|
|
|
27
27
|
"lib/**/*.js"
|
|
28
28
|
],
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@comunica/actor-query-operation-construct": "2.0.1
|
|
31
|
-
"@comunica/bindings-factory": "2.0.1
|
|
32
|
-
"@comunica/bus-query-operation": "2.0.1
|
|
33
|
-
"@comunica/bus-rdf-update-quads": "2.0.1
|
|
34
|
-
"@comunica/core": "2.0.1
|
|
30
|
+
"@comunica/actor-query-operation-construct": "^2.0.1",
|
|
31
|
+
"@comunica/bindings-factory": "^2.0.1",
|
|
32
|
+
"@comunica/bus-query-operation": "^2.0.1",
|
|
33
|
+
"@comunica/bus-rdf-update-quads": "^2.0.1",
|
|
34
|
+
"@comunica/core": "^2.0.1",
|
|
35
35
|
"@rdfjs/types": "*",
|
|
36
|
-
"asynciterator": "^3.
|
|
36
|
+
"asynciterator": "^3.3.0"
|
|
37
37
|
},
|
|
38
38
|
"scripts": {
|
|
39
39
|
"build": "npm run build:ts && npm run build:components",
|
|
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
|
}
|