@comunica/actor-rdf-parse-jsonld
Advanced tools
Comparing version 3.0.3 to 3.1.0
{ | ||
"name": "@comunica/actor-rdf-parse-jsonld", | ||
"version": "3.0.3", | ||
"version": "3.1.0", | ||
"description": "A JSON-LD RDF Parse actor", | ||
@@ -33,3 +33,3 @@ "lsd:module": true, | ||
"scripts": { | ||
"build": "npm run build:ts && npm run build:components", | ||
"build": "yarn run build:ts && yarn run build:components", | ||
"build:ts": "node \"../../node_modules/typescript/bin/tsc\"", | ||
@@ -39,7 +39,7 @@ "build:components": "componentsjs-generator" | ||
"dependencies": { | ||
"@comunica/bus-http": "^3.0.3", | ||
"@comunica/bus-rdf-parse": "^3.0.3", | ||
"@comunica/context-entries": "^3.0.3", | ||
"@comunica/core": "^3.0.3", | ||
"@comunica/types": "^3.0.3", | ||
"@comunica/bus-http": "^3.1.0", | ||
"@comunica/bus-rdf-parse": "^3.1.0", | ||
"@comunica/context-entries": "^3.1.0", | ||
"@comunica/core": "^3.1.0", | ||
"@comunica/types": "^3.1.0", | ||
"jsonld-context-parser": "^2.2.2", | ||
@@ -49,3 +49,3 @@ "jsonld-streaming-parser": "^3.0.1", | ||
}, | ||
"gitHead": "a1e050b7e921d6ea5532abc09391e49938c7e5f3" | ||
"gitHead": "69d92988644c07b1b4831ba0a52073092d2f43af" | ||
} |
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
34011
Updated@comunica/bus-http@^3.1.0
Updated@comunica/core@^3.1.0
Updated@comunica/types@^3.1.0