Comparing version 2.0.0 to 2.0.1
@@ -65,3 +65,2 @@ import fromTerm from '@rdfjs/data-model/lib/fromTerm.js' | ||
'defaultGraph', | ||
'triple', | ||
'quad', | ||
@@ -68,0 +67,0 @@ 'fromTerm', |
@@ -24,3 +24,3 @@ import Environment from '@rdfjs/environment/Environment.js' | ||
TraverserFactory | ||
]) | ||
], { bind: true }) | ||
@@ -27,0 +27,0 @@ export default defaultEnv |
{ | ||
"name": "rdf-ext", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "RDF-Ext is a developer-friendly extension for RDF/JS", | ||
@@ -5,0 +5,0 @@ "type": "module", |
@@ -1,2 +0,2 @@ | ||
import { strictEqual } from 'assert' | ||
import { doesNotThrow, strictEqual } from 'assert' | ||
import { describe, it } from 'mocha' | ||
@@ -53,2 +53,10 @@ import rdf from '../index.js' | ||
}) | ||
it('should bind the factory methods', () => { | ||
const { blankNode } = rdf | ||
doesNotThrow(() => { | ||
blankNode() | ||
}) | ||
}) | ||
}) |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
37503
902
0