Comparing version 1.2.0 to 1.2.1
# Changelog | ||
All notable changes to this project will be documented in this file. | ||
<a name="v1.2.1"></a> | ||
## [v1.2.1](https://github.com/rubensworks/rdf-parse.js/compare/v1.1.2...v1.2.1) - 2019-10-21 | ||
### Fixed | ||
* [Avoid circular importing of parser](https://github.com/rubensworks/rdf-parse.js/commit/fa0eed536f651f2a094a26130ac9fffdc7351cb6) | ||
<a name="v1.2.0"></a> | ||
@@ -5,0 +11,0 @@ ## [v1.2.0](https://github.com/rubensworks/rdf-parse.js/compare/v1.1.2...v1.2.0) - 2019-10-17 |
@@ -91,3 +91,3 @@ const https___linkedsoftwaredependencies_org_bundles_npm__comunica_bus_rdf_parse_Bus_RdfParse = new (require('@comunica/core').Bus)({ | ||
}); | ||
const urn_comunica_my = new (require('./index.js').RdfParser)({ | ||
const urn_comunica_my = new (require('./lib/RdfParser').RdfParser)({ | ||
'mediatorRdfParseMediatypes': https___linkedsoftwaredependencies_org_bundles_npm_rdf_parse__1_0_0_config_config_default_json_mediatorRdfParseMediatypes, | ||
@@ -94,0 +94,0 @@ 'mediatorRdfParseHandle': https___linkedsoftwaredependencies_org_bundles_npm_rdf_parse__1_0_0_config_config_default_json_mediatorRdfParseHandle, |
{ | ||
"name": "rdf-parse", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "Parses RDF from any serialization", | ||
@@ -45,2 +45,3 @@ "lsd:module": "https://linkedsoftwaredependencies.org/bundles/npm/rdf-parse", | ||
"devDependencies": { | ||
"@comunica/runner": "^1.9.4", | ||
"@rdfjs/data-model": "^1.1.1", | ||
@@ -108,3 +109,2 @@ "@types/jest": "^24.0.0", | ||
"@comunica/mediator-race": "^1.9.2", | ||
"@comunica/runner": "^1.9.2", | ||
"@types/rdf-js": "^2.0.1", | ||
@@ -111,0 +111,0 @@ "stream-to-string": "^1.2.0" |
@@ -31,2 +31,9 @@ # RDF Parse | ||
Internally, the following fully spec-compliant parsers are used: | ||
* [N3.js](https://github.com/rdfjs/n3.js) | ||
* [jsonld-streaming-parser.js](https://github.com/rubensworks/jsonld-streaming-parser.js) | ||
* [rdfa-streaming-parser.js](https://github.com/rubensworks/rdfa-streaming-parser.js) | ||
* [rdfxml-streaming-parser.js](https://github.com/rdfjs/rdfxml-streaming-parser.js) | ||
## Installation | ||
@@ -33,0 +40,0 @@ |
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
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
31461
17
121
16
- Removed@comunica/runner@^1.9.2
- Removed@colors/colors@1.6.0(transitive)
- Removed@comunica/actor-rdf-parse-html-microdata@1.22.0(transitive)
- Removed@comunica/bus-init@1.22.0(transitive)
- Removed@comunica/runner@1.22.0(transitive)
- Removed@dabh/diagnostics@2.0.3(transitive)
- Removed@types/minimist@1.2.5(transitive)
- Removed@types/node@14.18.63(transitive)
- Removed@types/semver@7.5.8(transitive)
- Removed@types/triple-beam@1.3.5(transitive)
- Removedasync@3.2.6(transitive)
- Removedcolor@3.2.1(transitive)
- Removedcolor-convert@1.9.3(transitive)
- Removedcolor-name@1.1.3(transitive)
- Removedcolor-string@1.9.1(transitive)
- Removedcolorspace@1.1.4(transitive)
- Removedcomponentsjs@4.5.0(transitive)
- Removedenabled@2.0.0(transitive)
- Removedfecha@4.2.3(transitive)
- Removedfn.name@1.1.0(transitive)
- Removedis-arrayish@0.3.2(transitive)
- Removedkuler@2.0.0(transitive)
- Removedlogform@2.7.0(transitive)
- Removedmicrodata-rdf-streaming-parser@1.2.0(transitive)
- Removedms@2.1.3(transitive)
- Removedone-time@1.0.0(transitive)
- Removedrdf-literal@1.3.2(transitive)
- Removedrdf-object@1.14.0(transitive)
- Removedrdf-parse@1.9.1(transitive)
- Removedrdf-quad@1.5.0(transitive)
- Removedsafe-stable-stringify@2.5.0(transitive)
- Removedsemver@7.6.3(transitive)
- Removedsimple-swizzle@0.2.2(transitive)
- Removedstack-trace@0.0.10(transitive)
- Removedstreamify-array@1.0.1(transitive)
- Removedtext-hex@1.0.0(transitive)
- Removedtriple-beam@1.4.1(transitive)
- Removedwinston@3.17.0(transitive)
- Removedwinston-transport@4.9.0(transitive)