@libp2p/peer-id-factory
Advanced tools
Comparing version 1.0.3 to 1.0.4
{ | ||
"name": "@libp2p/peer-id-factory", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "IPFS Peer Id implementation in Node.js", | ||
@@ -127,6 +127,6 @@ "license": "Apache-2.0 OR MIT", | ||
"lint": "aegir lint", | ||
"dep-check": "aegir dep-check dist/src/**/*.js", | ||
"dep-check": "aegir dep-check dist/src/**/*.js dist/test/**/*.js", | ||
"build": "tsc", | ||
"pretest": "npm run build", | ||
"test": "aegir test -f ./dist/test/**/*.js", | ||
"test": "aegir test -f ./dist/test/*.js -f ./dist/test/**/*.js", | ||
"test:chrome": "npm run test -- -t browser", | ||
@@ -133,0 +133,0 @@ "test:chrome-webworker": "npm run test -- -t webworker", |
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
40747
203