@wixc3/common
Advanced tools
Comparing version 5.0.0 to 5.1.0
{ | ||
"name": "@wixc3/common", | ||
"version": "5.0.0", | ||
"version": "5.1.0", | ||
"description": "Common utils, usable in all environments", | ||
@@ -5,0 +5,0 @@ "main": "dist/cjs/index.js", |
@@ -36,6 +36,6 @@ import { sleep } from 'promise-assist'; | ||
* // it will wait `wait` ms between each run: | ||
* func(1); | ||
* await sleep(wait); | ||
* func(2); | ||
* await sleep(wait); | ||
* func(1); | ||
* await sleep(wait); | ||
* func(2); | ||
* await sleep(wait); | ||
* func(3);` | ||
@@ -42,0 +42,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
335432