@libp2p/peer-id
Advanced tools
Comparing version 1.1.0 to 1.1.1
{ | ||
"name": "@libp2p/peer-id", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "IPFS Peer Id implementation in Node.js", | ||
@@ -123,6 +123,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", | ||
@@ -129,0 +129,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
26250