@comunica/actor-rdf-metadata-extract-hydra-pagesize
Advanced tools
Comparing version 3.3.0 to 4.0.1-alpha.48.0
import type { IActionRdfMetadataExtract, IActorRdfMetadataExtractOutput, IActorRdfMetadataExtractArgs } from '@comunica/bus-rdf-metadata-extract'; | ||
import { ActorRdfMetadataExtract } from '@comunica/bus-rdf-metadata-extract'; | ||
import type { IActorTest } from '@comunica/core'; | ||
import type { IActorTest, TestResult } from '@comunica/core'; | ||
/** | ||
@@ -10,3 +10,3 @@ * A comunica Hydra Pagesize RDF Metadata Extract Actor. | ||
constructor(args: IActorRdfMetadataExtractHydraPagesizeArgs); | ||
test(_action: IActionRdfMetadataExtract): Promise<IActorTest>; | ||
test(_action: IActionRdfMetadataExtract): Promise<TestResult<IActorTest>>; | ||
run(action: IActionRdfMetadataExtract): Promise<IActorRdfMetadataExtractOutput>; | ||
@@ -13,0 +13,0 @@ } |
@@ -5,2 +5,3 @@ "use strict"; | ||
const bus_rdf_metadata_extract_1 = require("@comunica/bus-rdf-metadata-extract"); | ||
const core_1 = require("@comunica/core"); | ||
/** | ||
@@ -14,3 +15,3 @@ * A comunica Hydra Pagesize RDF Metadata Extract Actor. | ||
async test(_action) { | ||
return true; | ||
return (0, core_1.passTestVoid)(); | ||
} | ||
@@ -17,0 +18,0 @@ async run(action) { |
{ | ||
"name": "@comunica/actor-rdf-metadata-extract-hydra-pagesize", | ||
"version": "3.3.0", | ||
"version": "4.0.1-alpha.48.0", | ||
"description": "A hydra-pagesize rdf-metadata-extract actor", | ||
"lsd:module": true, | ||
"license": "MIT", | ||
"funding": { | ||
"type": "opencollective", | ||
"url": "https://opencollective.com/comunica-association" | ||
}, | ||
"homepage": "https://comunica.dev/", | ||
@@ -40,6 +44,6 @@ "repository": { | ||
"dependencies": { | ||
"@comunica/bus-rdf-metadata-extract": "^3.3.0", | ||
"@comunica/core": "^3.3.0" | ||
"@comunica/bus-rdf-metadata-extract": "4.0.1-alpha.48.0", | ||
"@comunica/core": "4.0.1-alpha.48.0" | ||
}, | ||
"gitHead": "02bde397d206f1f5a523643a6a604c89e792e2f9" | ||
"gitHead": "4cc37905eab2c94a2e1d9cee0f51c53604f07da1" | ||
} |
@@ -32,3 +32,3 @@ # Comunica Hydra Pagesize RDF Metadata Extract Actor | ||
... | ||
"https://linkedsoftwaredependencies.org/bundles/npm/@comunica/actor-rdf-metadata-extract-hydra-pagesize/^3.0.0/components/context.jsonld" | ||
"https://linkedsoftwaredependencies.org/bundles/npm/@comunica/actor-rdf-metadata-extract-hydra-pagesize/^4.0.0/components/context.jsonld" | ||
], | ||
@@ -35,0 +35,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
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
23912
70
1
+ Added@comunica/bus-rdf-metadata-extract@4.0.1-alpha.48.0(transitive)
+ Added@comunica/core@4.0.1-alpha.48.0(transitive)
+ Added@comunica/types@4.0.1-alpha.48.0(transitive)
+ Addedlru-cache@10.4.3(transitive)
- Removed@comunica/bus-rdf-metadata-extract@3.3.0(transitive)
- Removed@comunica/core@3.3.0(transitive)
- Removed@comunica/types@3.3.0(transitive)