@rdfjs/namespace
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -1,2 +0,2 @@ | ||
import namespace from '@rdfjs/namespace' | ||
import namespace from './index.js' | ||
@@ -3,0 +3,0 @@ class Factory { |
{ | ||
"name": "@rdfjs/namespace", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "Named Node builder", | ||
@@ -8,3 +8,2 @@ "type": "module", | ||
"scripts": { | ||
"coverage": "codecov", | ||
"test": "stricter-standard && c8 --reporter=lcov --reporter=text mocha" | ||
@@ -29,11 +28,10 @@ }, | ||
"dependencies": { | ||
"@rdfjs/data-model": "^2.0.0" | ||
"@rdfjs/data-model": "^2.0.1" | ||
}, | ||
"devDependencies": { | ||
"@rdfjs/environment": "^0.1.1", | ||
"c8": "^7.10.0", | ||
"codecov": "^3.8.3", | ||
"mocha": "^9.1.3", | ||
"stricter-standard": "^0.2.0" | ||
"@rdfjs/environment": "^1.0.0", | ||
"c8": "^9.1.0", | ||
"mocha": "^10.3.0", | ||
"stricter-standard": "^0.3.0" | ||
} | ||
} |
# @rdfjs/namespace | ||
[![Build Status](https://github.com/rdfjs-base/namespace/workflows/CI/badge.svg)](https://github.com/rdfjs-base/namespace/actions) | ||
[![build status](https://img.shields.io/github/actions/workflow/status/rdfjs-base/namespace/test.yaml?branch=master)](https://github.com/rdfjs-base/namespace/actions/workflows/test.yaml) | ||
[![npm version](https://img.shields.io/npm/v/@rdfjs/namespace.svg)](https://www.npmjs.com/package/@rdfjs/namespace) | ||
[Named Node](http://rdf.js.org/) builder. | ||
@@ -9,0 +6,0 @@ |
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
8775
4
8
59
Updated@rdfjs/data-model@^2.0.1