@ipld/dag-json
Advanced tools
Comparing version 3.0.7 to 3.0.8
{ | ||
"name": "@ipld/dag-json", | ||
"version": "3.0.7", | ||
"version": "3.0.8", | ||
"description": "JSON Directed Acrylic Graph for IPLD", | ||
@@ -14,8 +14,7 @@ "main": "index.js", | ||
"lint": "standard", | ||
"test:cjs": "npm run build && mocha dist/test.cjs", | ||
"test:node": "hundreds mocha test.js", | ||
"test:cjs": "npm run build && mocha dist/tests/test-*.cjs", | ||
"test:node": "hundreds mocha tests/test-*.js", | ||
"test": "npm run lint && npm run test:node && npm run test:browser && npm run test:cjs", | ||
"test:browser": "polendina --cleanup test.js", | ||
"coverage": "c8 --reporter=html mocha test.js && npx st -d coverage -p 8080", | ||
"pretest": "standard" | ||
"test:browser": "polendina --cleanup tests/test-*.js", | ||
"coverage": "c8 --reporter=html mocha test.js && npx st -d coverage -p 8080" | ||
}, | ||
@@ -22,0 +21,0 @@ "exports": { |
@@ -23,6 +23,6 @@ import path from 'path' | ||
configs.push({ | ||
input: 'test.js', | ||
input: 'tests/test-basics.js', | ||
output: { | ||
plugins, | ||
file: path.join('dist', 'test.cjs'), | ||
file: path.join('dist', 'tests', 'test-basics.cjs'), | ||
format: 'cjs' | ||
@@ -29,0 +29,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
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
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
767315
1