@comunica/actor-rdf-parse-html 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.
|
@@ -172,19 +172,10 @@
|
|
|
172
172
|
"comment": "Actor that must be registered in the bus before this actor."
|
|
173
173
|
}
|
|
174
174
|
],
|
|
175
|
-
"
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
},
|
|
180
|
-
{
|
|
181
|
-
"@id": "carph:components/ActorRdfParseHtml.jsonld#ActorRdfParseHtml__member_constructor",
|
|
182
|
-
"memberFieldName": "constructor"
|
|
183
|
-
},
|
|
184
|
-
{
|
|
185
|
-
"@id": "carph:components/ActorRdfParseHtml.jsonld#ActorRdfParseHtml__member_runHandle",
|
|
186
|
-
"memberFieldName": "runHandle"
|
|
187
|
-
}
|
|
175
|
+
"memberKeys": [
|
|
176
|
+
"busRdfParseHtml",
|
|
177
|
+
"constructor",
|
|
178
|
+
"runHandle"
|
|
188
179
|
],
|
|
189
180
|
"constructorArguments": [
|
|
190
181
|
{
|
|
@@ -241,11 +232,8 @@
|
|
|
241
232
|
"@type": "AbstractClass",
|
|
242
233
|
"requireElement": "IActorRdfParseHtmlArgs",
|
|
243
234
|
"parameters": [],
|
|
244
|
-
"
|
|
245
|
-
|
|
246
|
-
"@id": "carph:components/ActorRdfParseHtml.jsonld#IActorRdfParseHtmlArgs__member_busRdfParseHtml",
|
|
247
|
-
"memberFieldName": "busRdfParseHtml"
|
|
248
|
-
}
|
|
235
|
+
"memberKeys": [
|
|
236
|
+
"busRdfParseHtml"
|
|
249
237
|
],
|
|
250
238
|
"constructorArguments": []
|
|
251
239
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@comunica/actor-rdf-parse-html",
|
|
3
|
-
"version": "2.0.1-alpha.
|
|
3
|
+
"version": "2.0.1-alpha.6.0",
|
|
4
4
|
"description": "A html rdf-parse 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,9 +31,9 @@
|
|
|
30
31
|
"lib/**/*.js"
|
|
31
32
|
],
|
|
32
33
|
"dependencies": {
|
|
33
|
-
"@comunica/bus-rdf-parse": "2.0.1-alpha.
|
|
34
|
-
"@comunica/bus-rdf-parse-html": "2.0.1-alpha.
|
|
35
|
-
"@comunica/core": "2.0.1-alpha.
|
|
34
|
+
"@comunica/bus-rdf-parse": "2.0.1-alpha.6.0",
|
|
35
|
+
"@comunica/bus-rdf-parse-html": "2.0.1-alpha.6.0",
|
|
36
|
+
"@comunica/core": "2.0.1-alpha.6.0",
|
|
36
37
|
"@rdfjs/types": "*",
|
|
37
38
|
"htmlparser2": "^7.0.0"
|
|
38
39
|
},
|
|
@@ -41,5 +42,5 @@
|
|
|
41
42
|
"build:ts": "node \"../../node_modules/typescript/bin/tsc\"",
|
|
42
43
|
"build:components": "componentsjs-generator"
|
|
43
44
|
},
|
|
44
|
-
"gitHead": "
|
|
45
|
+
"gitHead": "bbf46a068e635256495a40e784a4691b22e88bd3"
|
|
45
46
|
}
|