Comparing version 0.15.0 to 0.16.0
{ | ||
"name": "duh-core", | ||
"version": "0.15.0", | ||
"version": "0.16.0", | ||
"description": "DUH core", | ||
@@ -13,3 +13,3 @@ "main": "lib/index.js", | ||
"scripts": { | ||
"test": "eslint lib && mocha test && nyc -r=text -r=lcov mocha test" | ||
"test": "eslint lib test && nyc -r=text -r=lcov mocha" | ||
}, | ||
@@ -28,10 +28,20 @@ "repository": { | ||
"@drom/eslint-config": "^0.10.0", | ||
"chai": "^4.3.4", | ||
"chai": "^4.3.6", | ||
"coveralls": "^3.1.0", | ||
"chai-as-promised": "^7.1.1", | ||
"eslint": "^8.4.1", | ||
"mocha": "^9.1.3", | ||
"eslint": "^8.26.0", | ||
"mocha": "^10.1.0", | ||
"nyc": "^15.1.0" | ||
}, | ||
"dependencies": { | ||
"ajv": "^6.12.6", | ||
"ajv-keywords": "^3.5.2", | ||
"duh-schema": "^0.11.0", | ||
"immutability-helper": "^3.1.1", | ||
"json-refs": "^3.0.15", | ||
"json5": "^2.2.1", | ||
"lodash.get": "^4.4.2" | ||
}, | ||
"engines": { | ||
"node": ">=8" | ||
"node": ">=12" | ||
}, | ||
@@ -46,12 +56,3 @@ "eslintConfig": { | ||
} | ||
}, | ||
"dependencies": { | ||
"ajv": "^6.12.6", | ||
"ajv-keywords": "^3.5.2", | ||
"duh-schema": "^0.10.2", | ||
"immutability-helper": "^3.1.1", | ||
"json-refs": "^3.0.15", | ||
"json5": "^2.2.0", | ||
"lodash.get": "^4.4.2" | ||
} | ||
} |
[![NPM version](https://img.shields.io/npm/v/duh-core.svg)](https://www.npmjs.org/package/duh-core) | ||
[![Actions Status](https://github.com/sifive/duh-core/workflows/Tests/badge.svg)](https://github.com/sifive/duh-core/actions) | ||
[![Coverage Status](https://coveralls.io/repos/github/sifive/duh-core/badge.svg?branch=master)](https://coveralls.io/github/sifive/duh-core?branch=master) | ||
@@ -4,0 +5,0 @@ DUH core library |
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
24838
28
7
+ Addedduh-schema@0.11.0(transitive)
- Removedduh-schema@0.10.2(transitive)
Updatedduh-schema@^0.11.0
Updatedjson5@^2.2.1