Comparing version 2.1.0 to 2.1.1
{ | ||
"name": "rdf-ext", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"description": "RDF-Ext is a developer-friendly extension for RDF/JS", | ||
@@ -12,3 +12,3 @@ "type": "module", | ||
"type": "git", | ||
"url": "git://github.com/rdf-ext/rdf-ext.git" | ||
"url": "https://github.com/rdf-ext/rdf-ext.git" | ||
}, | ||
@@ -27,23 +27,23 @@ "keywords": [ | ||
"dependencies": { | ||
"@rdfjs/data-model": "^2.0.0", | ||
"@rdfjs/dataset": "^2.0.0", | ||
"@rdfjs/environment": "^0.1.0", | ||
"@rdfjs/fetch-lite": "^3.1.0", | ||
"@rdfjs/data-model": "^2.0.1", | ||
"@rdfjs/dataset": "^2.0.1", | ||
"@rdfjs/environment": "^0.1.2", | ||
"@rdfjs/fetch-lite": "^3.2.1", | ||
"@rdfjs/namespace": "^2.0.0", | ||
"@rdfjs/normalize": "^2.0.0", | ||
"@rdfjs/prefix-map": "^0.1.0", | ||
"@rdfjs/prefix-map": "^0.1.1", | ||
"@rdfjs/score": "^0.1.1", | ||
"@rdfjs/term-map": "^2.0.0", | ||
"@rdfjs/term-set": "^2.0.0", | ||
"@rdfjs/term-set": "^2.0.1", | ||
"@rdfjs/to-ntriples": "^2.0.0", | ||
"@rdfjs/traverser": "^0.1.0", | ||
"clownface": "^1.4.0", | ||
"readable-stream": "^3.6.0" | ||
"@rdfjs/traverser": "^0.1.1", | ||
"clownface": "^1.5.1", | ||
"readable-stream": "^4.3.0" | ||
}, | ||
"devDependencies": { | ||
"c8": "^7.7.3", | ||
"get-stream": "^6.0.1", | ||
"mocha": "^9.0.2", | ||
"c8": "^7.12.0", | ||
"mocha": "^10.2.0", | ||
"stream-chunks": "^1.0.0", | ||
"stricter-standard": "^0.2.0" | ||
} | ||
} |
# rdf-ext | ||
[![build status](https://img.shields.io/github/workflow/status/rdf-ext/rdf-ext/Test)](https://github.com/rdf-ext/rdf-ext/actions/workflows/test.yaml) | ||
[![build status](https://img.shields.io/github/actions/workflow/status/rdf-ext/rdf-ext/test.yaml?branch=dep)](https://github.com/rdf-ext/rdf-ext/actions/workflows/test.yaml) | ||
[![npm version](https://img.shields.io/npm/v/rdf-ext.svg)](https://www.npmjs.com/package/rdf-ext) | ||
@@ -4,0 +5,0 @@ |
import { deepStrictEqual, rejects, strictEqual } from 'assert' | ||
import getStream from 'get-stream' | ||
import { describe, it } from 'mocha' | ||
import { Readable } from 'readable-stream' | ||
import chunks from 'stream-chunks/chunks.js' | ||
import rdf from '../index.js' | ||
@@ -275,3 +275,3 @@ import Dataset from '../lib/Dataset.js' | ||
const output = await getStream.array(stream) | ||
const output = await chunks(stream) | ||
@@ -278,0 +278,0 @@ strictEqual(output.length, 2) |
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
39038
47
- Removedinherits@2.0.4(transitive)
- Removedreadable-stream@3.6.2(transitive)
- Removedutil-deprecate@1.0.2(transitive)
Updated@rdfjs/data-model@^2.0.1
Updated@rdfjs/dataset@^2.0.1
Updated@rdfjs/environment@^0.1.2
Updated@rdfjs/fetch-lite@^3.2.1
Updated@rdfjs/prefix-map@^0.1.1
Updated@rdfjs/term-set@^2.0.1
Updated@rdfjs/traverser@^0.1.1
Updatedclownface@^1.5.1
Updatedreadable-stream@^4.3.0