client-run-queue
Advanced tools
Comparing version 1.1.2 to 1.1.3
{ | ||
"name": "client-run-queue", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "A client-friendly run queue", | ||
@@ -18,3 +18,3 @@ "keywords": ["promise", "concurrency", "limit", "throttle", "queue", "priority", "typescript", "client"], | ||
"lint": "eslint 'src/**/*.ts?(x)' --max-warnings 0", | ||
"prepublishOnly": "yarn clean && yarn test && yarn audit && yarn build && yarn generate:docs", | ||
"prepublishOnly": "yarn clean && yarn test && yarn audit && yarn clean && yarn build && yarn generate:docs", | ||
"test": "yarn test:check-circular-dependencies && yarn test:unit-tests", | ||
@@ -21,0 +21,0 @@ "test:check-circular-dependencies": "yarn build && npx madge --circular ./lib", |
@@ -92,2 +92,4 @@ # client-run-queue | ||
[API Docs](https://panchain.github.io/client-run-queue/) | ||
## Thanks | ||
@@ -94,0 +96,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
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
48737
109