@libp2p/tracked-map
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "@libp2p/tracked-map", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Allows tracking of statistics while libp2p is running", | ||
@@ -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
9986