@comunica/bus-rdf-metadata-extract
Advanced tools
Comparing version 1.13.0 to 1.14.0
19
index.js
"use strict"; | ||
function __export(m) { | ||
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p]; | ||
} | ||
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); | ||
}) : (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
o[k2] = m[k]; | ||
})); | ||
var __exportStar = (this && this.__exportStar) || function(m, exports) { | ||
for (var p in m) if (p !== "default" && !exports.hasOwnProperty(p)) __createBinding(exports, m, p); | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
__export(require("./lib/ActorRdfMetadataExtract")); | ||
__export(require("./lib/ActorRdfMetadataExtractQuery")); | ||
__export(require("./lib/GraphQlQueryEngine")); | ||
__exportStar(require("./lib/ActorRdfMetadataExtract"), exports); | ||
__exportStar(require("./lib/ActorRdfMetadataExtractQuery"), exports); | ||
__exportStar(require("./lib/GraphQlQueryEngine"), exports); | ||
//# sourceMappingURL=index.js.map |
@@ -1,3 +0,3 @@ | ||
import { Actor, IAction, IActorArgs, IActorOutput, IActorTest } from "@comunica/core"; | ||
import * as RDF from "rdf-js"; | ||
import { Actor, IAction, IActorArgs, IActorOutput, IActorTest } from '@comunica/core'; | ||
import * as RDF from 'rdf-js'; | ||
/** | ||
@@ -4,0 +4,0 @@ * A comunica actor for rdf-metadata-extract events. |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.ActorRdfMetadataExtract = void 0; | ||
const core_1 = require("@comunica/core"); | ||
@@ -4,0 +5,0 @@ /** |
@@ -1,5 +0,5 @@ | ||
import { ActorInitSparql } from "@comunica/actor-init-sparql"; | ||
import { IActorArgs, IActorTest } from "@comunica/core"; | ||
import * as RDF from "rdf-js"; | ||
import { ActorRdfMetadataExtract, IActionRdfMetadataExtract, IActorRdfMetadataExtractOutput } from "./ActorRdfMetadataExtract"; | ||
import { ActorInitSparql } from '@comunica/actor-init-sparql'; | ||
import { IActorArgs, IActorTest } from '@comunica/core'; | ||
import * as RDF from 'rdf-js'; | ||
import { ActorRdfMetadataExtract, IActionRdfMetadataExtract, IActorRdfMetadataExtractOutput } from './ActorRdfMetadataExtract'; | ||
/** | ||
@@ -6,0 +6,0 @@ * An {@link ActorRdfMetadataExtract} that extracts metadata based on a GraphQL-LD query. |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.ActorRdfMetadataExtractQuery = void 0; | ||
const graphql_ld_1 = require("graphql-ld"); | ||
@@ -4,0 +5,0 @@ const rdf_store_stream_1 = require("rdf-store-stream"); |
@@ -1,4 +0,4 @@ | ||
import { ActorInitSparql } from "@comunica/actor-init-sparql"; | ||
import { IQueryEngine } from "graphql-ld"; | ||
import { Algebra } from "sparqlalgebrajs"; | ||
import { ActorInitSparql } from '@comunica/actor-init-sparql'; | ||
import { IQueryEngine } from 'graphql-ld'; | ||
import { Algebra } from 'sparqlalgebrajs'; | ||
/** | ||
@@ -5,0 +5,0 @@ * A comunica-based GraphQL-LD query engine. |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.GraphQlQueryEngine = void 0; | ||
const stringifyStream = require("stream-to-string"); | ||
@@ -4,0 +5,0 @@ /** |
{ | ||
"name": "@comunica/bus-rdf-metadata-extract", | ||
"version": "1.13.0", | ||
"version": "1.14.0", | ||
"description": "A comunica bus for rdf-metadata-extract events.", | ||
@@ -37,4 +37,5 @@ "lsd:module": "https://linkedsoftwaredependencies.org/bundles/npm/@comunica/bus-rdf-metadata-extract", | ||
"dependencies": { | ||
"@types/rdf-js": "^3.0.0", | ||
"graphql-ld": "^1.1.0", | ||
"rdf-store-stream": "^1.0.0" | ||
"rdf-store-stream": "^1.0.1" | ||
}, | ||
@@ -45,3 +46,3 @@ "peerDependencies": { | ||
"devDependencies": { | ||
"@comunica/core": "^1.13.0" | ||
"@comunica/core": "^1.14.0" | ||
}, | ||
@@ -51,3 +52,3 @@ "jest": { | ||
"ts-jest": { | ||
"tsConfig": "test/tsconfig.json" | ||
"tsConfig": "../../tsconfig.json" | ||
} | ||
@@ -66,7 +67,6 @@ }, | ||
"scripts": { | ||
"lint": "node \"../../node_modules/tslint/bin/tslint\" lib/**/*.ts test/**/*.ts --exclude '**/*.d.ts'", | ||
"build": "node \"../../node_modules/typescript/bin/tsc\"", | ||
"validate": "npm ls" | ||
}, | ||
"gitHead": "cd8df73fe091e3d7413147ec5301b47be2de392a" | ||
"gitHead": "6517367d95ef072468bfc0d88cf3a27f6d25a145" | ||
} |
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
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
14178
169
4
+ Added@types/rdf-js@^3.0.0
+ Added@types/rdf-js@3.0.3(transitive)
Updatedrdf-store-stream@^1.0.1