@teamawesome/tiny-batch
Advanced tools
Comparing version 1.0.3 to 1.0.4
{ | ||
"name": "@teamawesome/tiny-batch", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "Combine individual calls to a single one.", | ||
@@ -14,3 +14,2 @@ "keywords": [ | ||
"main": "./dist/tiny-batch.js", | ||
"exports": "./dist/tiny-batch.modern.js", | ||
"module": "./dist/tiny-batch.module.js", | ||
@@ -31,14 +30,14 @@ "unpkg": "./dist/tiny-batch.umd.js", | ||
"devDependencies": { | ||
"@sinonjs/fake-timers": "^7.0.1", | ||
"@typescript-eslint/eslint-plugin": "^4.13.0", | ||
"@typescript-eslint/parser": "^4.13.0", | ||
"eslint": "^7.17.0", | ||
"@sinonjs/fake-timers": "^7.0.2", | ||
"@typescript-eslint/eslint-plugin": "^4.15.0", | ||
"@typescript-eslint/parser": "^4.15.0", | ||
"eslint": "^7.20.0", | ||
"microbundle": "^0.13.0", | ||
"mocha": "^8.2.1", | ||
"mocha": "^8.3.0", | ||
"nyc": "^15.1.0", | ||
"should": "^13.2.3", | ||
"should-sinon": "0.0.6", | ||
"sinon": "^9.2.3", | ||
"sinon": "^9.2.4", | ||
"ts-node": "^9.1.1" | ||
} | ||
} |
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
64642