@rdf-esm/formats-common
Advanced tools
Comparing version 0.5.5 to 0.5.6
@@ -5,2 +5,4 @@ # Changelog | ||
### [0.5.6](https://github.com/rdf-esm/formats-common/compare/v0.5.5...v0.5.6) (2022-02-11) | ||
### [0.5.5](https://github.com/rdf-esm/formats-common/compare/v0.5.4...v0.5.5) (2020-10-09) | ||
@@ -7,0 +9,0 @@ |
{ | ||
"name": "@rdf-esm/formats-common", | ||
"version": "0.5.5", | ||
"version": "0.5.6", | ||
"description": "Parsers and serializers for common RDF formats", | ||
@@ -41,18 +41,18 @@ "main": "index.js", | ||
"dependencies": { | ||
"@rdf-esm/sink-map": "^0.5.4", | ||
"@rdfjs/parser-jsonld": "^1.2.1", | ||
"@rdf-esm/sink-map": "^0.5.5", | ||
"@rdfjs/parser-jsonld": "^1.2.2", | ||
"@rdfjs/parser-n3": "^1.1.4", | ||
"@rdfjs/serializer-jsonld": "^1.2.2", | ||
"@rdfjs/serializer-jsonld": "^1.2.3", | ||
"@rdfjs/serializer-ntriples": "^1.0.3", | ||
"rdfxml-streaming-parser": "^1.3.6" | ||
"rdfxml-streaming-parser": "^1.5.0" | ||
}, | ||
"devDependencies": { | ||
"@babel/cli": "^7.11.6", | ||
"@babel/core": "^7.11.6", | ||
"@babel/preset-env": "^7.11.5", | ||
"@babel/cli": "^7.17.0", | ||
"@babel/core": "^7.17.2", | ||
"@babel/preset-env": "^7.16.11", | ||
"@types/rdf-js": "^3.0.1", | ||
"babel-plugin-add-import-extension": "^1.4.3", | ||
"mocha": "^5.2.0", | ||
"c8": "^7.1.2", | ||
"standard": "^14.3.4" | ||
"babel-plugin-add-import-extension": "^1.6.0", | ||
"mocha": "^9.2.0", | ||
"c8": "^7.11.0", | ||
"standard": "^16.0.4" | ||
}, | ||
@@ -59,0 +59,0 @@ "engines": { |
@@ -14,3 +14,3 @@ # @rdfjs/formats-common | ||
It uses a [lazy version os `SinkMap`](https://github.com/rdf-esm/sink-map) to dynamically load the sinks. | ||
It uses a [lazy version of `SinkMap`](https://github.com/rdf-esm/sink-map) to dynamically load the sinks. | ||
@@ -17,0 +17,0 @@ This way bundlers like webpack will create chunks for them and only load them when they are first needed. |
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
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
13328
13
140
Updated@rdf-esm/sink-map@^0.5.5
Updated@rdfjs/parser-jsonld@^1.2.2