client-run-queue
Advanced tools
Comparing version 1.1.10 to 1.1.11
@@ -6,3 +6,3 @@ /** | ||
*/ | ||
export declare type RunAfterInteractionsFunc = (id: string, func: () => Promise<void> | void) => () => void; | ||
export type RunAfterInteractionsFunc = (id: string, func: () => Promise<void> | void) => () => void; | ||
/** | ||
@@ -9,0 +9,0 @@ * Runs the specified functions after interactions have been allowed. |
@@ -8,3 +8,3 @@ /** | ||
*/ | ||
export declare type RunQueueEntryResult<T> = { | ||
export type RunQueueEntryResult<T> = { | ||
ok: true; | ||
@@ -11,0 +11,0 @@ details: T; |
{ | ||
"name": "client-run-queue", | ||
"version": "1.1.10", | ||
"version": "1.1.11", | ||
"description": "A client-friendly run queue", | ||
@@ -40,22 +40,22 @@ "keywords": [ | ||
"@types/heap": "^0.2.31", | ||
"@types/jest": "^28.1.7", | ||
"@typescript-eslint/eslint-plugin": "^5.34.0", | ||
"@typescript-eslint/parser": "^5.34.0", | ||
"eslint": "8.22.0", | ||
"eslint-config-prettier": "^8.5.0", | ||
"eslint-import-resolver-typescript": "^3.5.0", | ||
"@types/jest": "^29.2.5", | ||
"@typescript-eslint/eslint-plugin": "^5.48.1", | ||
"@typescript-eslint/parser": "^5.48.1", | ||
"eslint": "8.31.0", | ||
"eslint-config-prettier": "^8.6.0", | ||
"eslint-import-resolver-typescript": "^3.5.2", | ||
"eslint-plugin-import": "^2.26.0", | ||
"eslint-plugin-prefer-arrow": "^1.2.3", | ||
"eslint-plugin-prettier": "^4.2.1", | ||
"eslint-plugin-simple-import-sort": "^7.0.0", | ||
"eslint-plugin-tsdoc": "^0.2.16", | ||
"jest": "28.1.3", | ||
"jest-environment-jsdom": "^28.1.3", | ||
"eslint-plugin-simple-import-sort": "^8.0.0", | ||
"eslint-plugin-tsdoc": "^0.2.17", | ||
"jest": "29.3.1", | ||
"jest-environment-jsdom": "^29.3.1", | ||
"madge": "5.0.1", | ||
"prettier": "2.7.1", | ||
"prettier": "2.8.2", | ||
"trash-cli": "5.0.0", | ||
"ts-jest": "^28.0.8", | ||
"typedoc": "^0.23.10", | ||
"typescript": "4.7.4" | ||
"ts-jest": "^29.0.3", | ||
"typedoc": "^0.23.24", | ||
"typescript": "4.9.4" | ||
} | ||
} |
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
60785