client-run-queue
Advanced tools
Comparing version 1.1.8 to 1.1.9
@@ -1,3 +0,8 @@ | ||
declare type RunAfterInteractionsFunc = (id: string, func: () => Promise<void> | void) => () => void; | ||
/** | ||
* A function used to run another function "after interactions". | ||
* | ||
* @see `setRunAfterInteractions` | ||
*/ | ||
export declare type RunAfterInteractionsFunc = (id: string, func: () => Promise<void> | void) => () => void; | ||
/** | ||
* Runs the specified functions after interactions have been allowed. | ||
@@ -18,3 +23,2 @@ * | ||
export declare const setRunAfterInteractions: (runAfterInteractions: RunAfterInteractionsFunc) => void; | ||
export {}; | ||
//# sourceMappingURL=run-after-interactions.d.ts.map |
{ | ||
"name": "client-run-queue", | ||
"version": "1.1.8", | ||
"version": "1.1.9", | ||
"description": "A client-friendly run queue", | ||
@@ -40,5 +40,5 @@ "keywords": [ | ||
"@types/jest": "^28.1.6", | ||
"@typescript-eslint/eslint-plugin": "^5.30.7", | ||
"@typescript-eslint/parser": "^5.30.7", | ||
"eslint": "8.20.0", | ||
"@typescript-eslint/eslint-plugin": "^5.31.0", | ||
"@typescript-eslint/parser": "^5.31.0", | ||
"eslint": "8.21.0", | ||
"eslint-config-prettier": "^8.5.0", | ||
@@ -57,5 +57,5 @@ "eslint-import-resolver-typescript": "^3.3.0", | ||
"ts-jest": "^28.0.7", | ||
"typedoc": "^0.23.8", | ||
"typedoc": "^0.23.10", | ||
"typescript": "4.7.4" | ||
} | ||
} |
@@ -102,2 +102,4 @@ # client-run-queue | ||
Be sure to check out our other [Open Source @ Passfolio](https://github.com/Passfolio) projects as well. | ||
<!-- Definitions --> | ||
@@ -104,0 +106,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
59893
789
113