@comunica/actor-rdf-parse-html-script
Advanced tools
Comparing version 3.0.1-alpha.45.0 to 3.0.1-alpha.46.0
@@ -15,3 +15,3 @@ import type { MediatorRdfParseHandle, MediatorRdfParseMediaTypes } from '@comunica/bus-rdf-parse'; | ||
constructor(args: IActorRdfParseHtmlScriptArgs); | ||
test(action: IActionRdfParseHtml): Promise<IActorTest>; | ||
test(_action: IActionRdfParseHtml): Promise<IActorTest>; | ||
run(action: IActionRdfParseHtml): Promise<IActorRdfParseHtmlOutput>; | ||
@@ -18,0 +18,0 @@ } |
@@ -16,3 +16,3 @@ "use strict"; | ||
} | ||
async test(action) { | ||
async test(_action) { | ||
return true; | ||
@@ -19,0 +19,0 @@ } |
{ | ||
"name": "@comunica/actor-rdf-parse-html-script", | ||
"version": "3.0.1-alpha.45.0", | ||
"version": "3.0.1-alpha.46.0", | ||
"description": "A html-script rdf-parse actor", | ||
"lsd:module": true, | ||
"main": "lib/index.js", | ||
"typings": "lib/index", | ||
"license": "MIT", | ||
"homepage": "https://comunica.dev/", | ||
"repository": { | ||
@@ -13,6 +13,5 @@ "type": "git", | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
"bugs": { | ||
"url": "https://github.com/comunica/comunica/issues" | ||
}, | ||
"sideEffects": false, | ||
"keywords": [ | ||
@@ -24,7 +23,8 @@ "comunica", | ||
], | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/comunica/comunica/issues" | ||
"sideEffects": false, | ||
"main": "lib/index.js", | ||
"typings": "lib/index", | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"homepage": "https://comunica.dev/", | ||
"files": [ | ||
@@ -36,8 +36,13 @@ "components", | ||
], | ||
"scripts": { | ||
"build": "npm run build:ts && npm run build:components", | ||
"build:ts": "node \"../../node_modules/typescript/bin/tsc\"", | ||
"build:components": "componentsjs-generator" | ||
}, | ||
"dependencies": { | ||
"@comunica/bus-rdf-parse": "3.0.1-alpha.45.0", | ||
"@comunica/bus-rdf-parse-html": "3.0.1-alpha.45.0", | ||
"@comunica/context-entries": "3.0.1-alpha.45.0", | ||
"@comunica/core": "3.0.1-alpha.45.0", | ||
"@comunica/types": "3.0.1-alpha.45.0", | ||
"@comunica/bus-rdf-parse": "3.0.1-alpha.46.0", | ||
"@comunica/bus-rdf-parse-html": "3.0.1-alpha.46.0", | ||
"@comunica/context-entries": "3.0.1-alpha.46.0", | ||
"@comunica/core": "3.0.1-alpha.46.0", | ||
"@comunica/types": "3.0.1-alpha.46.0", | ||
"@rdfjs/types": "*", | ||
@@ -47,8 +52,3 @@ "readable-stream": "^4.4.2", | ||
}, | ||
"scripts": { | ||
"build": "npm run build:ts && npm run build:components", | ||
"build:ts": "node \"../../node_modules/typescript/bin/tsc\"", | ||
"build:components": "componentsjs-generator" | ||
}, | ||
"gitHead": "b5a3900c24e29fa7b3243ab50bc9745d286fbce8" | ||
"gitHead": "c115712ec55d79c83712e7046a387d5e3a177023" | ||
} |
@@ -26,3 +26,3 @@ # Comunica Html Script RDF Parse Actor | ||
... | ||
"https://linkedsoftwaredependencies.org/bundles/npm/@comunica/actor-rdf-parse-html-script/^3.0.0/components/context.jsonld" | ||
"https://linkedsoftwaredependencies.org/bundles/npm/@comunica/actor-rdf-parse-html-script/^3.0.0/components/context.jsonld" | ||
], | ||
@@ -29,0 +29,0 @@ "actors": [ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
44336
+ Added@comunica/actor-abstract-mediatyped@3.0.1-alpha.46.0(transitive)
+ Added@comunica/actor-abstract-parse@3.0.1-alpha.46.0(transitive)
+ Added@comunica/bus-rdf-parse@3.0.1-alpha.46.0(transitive)
+ Added@comunica/bus-rdf-parse-html@3.0.1-alpha.46.0(transitive)
+ Added@comunica/context-entries@3.0.1-alpha.46.0(transitive)
+ Added@comunica/core@3.0.1-alpha.46.0(transitive)
+ Added@comunica/types@3.0.1-alpha.46.0(transitive)
- Removed@comunica/actor-abstract-mediatyped@3.0.1-alpha.45.0(transitive)
- Removed@comunica/actor-abstract-parse@3.0.1-alpha.45.0(transitive)
- Removed@comunica/bus-rdf-parse@3.0.1-alpha.45.0(transitive)
- Removed@comunica/bus-rdf-parse-html@3.0.1-alpha.45.0(transitive)
- Removed@comunica/context-entries@3.0.1-alpha.45.0(transitive)
- Removed@comunica/core@3.0.1-alpha.45.0(transitive)
- Removed@comunica/types@3.0.1-alpha.45.0(transitive)