@alwatr/wait
Advanced tools
Comparing version 1.1.1 to 1.1.2
@@ -6,2 +6,8 @@ # Change Log | ||
## [1.1.2](https://github.com/Alwatr/nanolib/compare/@alwatr/wait@1.1.1...@alwatr/wait@1.1.2) (2024-01-03) | ||
### Bug Fixes | ||
* **wait:** requestIdleCallback polyfill ([d41180d](https://github.com/Alwatr/nanolib/commit/d41180dc2f0c313eb86f05f60050e57e891897c3)) by @AliMD | ||
## [1.1.1](https://github.com/Alwatr/nanolib/compare/@alwatr/wait@1.1.0...@alwatr/wait@1.1.1) (2023-12-27) | ||
@@ -8,0 +14,0 @@ |
import { globalScope } from '@alwatr/global-scope'; | ||
export declare const win: Record<string, any>; | ||
import type { Dictionary } from '@alwatr/type-helper'; | ||
export declare const win: Dictionary<any>; | ||
export declare const requestAnimationFrame: typeof globalScope.requestAnimationFrame; | ||
export declare const requestIdleCallback: typeof globalScope.requestIdleCallback; | ||
//# sourceMappingURL=polyfill.d.ts.map |
{ | ||
"name": "@alwatr/wait", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "Comprehensive toolkit for managing asynchronous operations.", | ||
@@ -69,13 +69,13 @@ "author": "S. Ali Mihandoost <ali.mihandoost@gmail.com>", | ||
"dependencies": { | ||
"@alwatr/global-scope": "^1.1.6" | ||
"@alwatr/global-scope": "^1.1.7" | ||
}, | ||
"devDependencies": { | ||
"@alwatr/nano-build": "^1.2.2", | ||
"@alwatr/nano-build": "^1.2.3", | ||
"@alwatr/prettier-config": "^1.0.4", | ||
"@alwatr/tsconfig-base": "^1.0.5", | ||
"@alwatr/type-helper": "^1.0.1", | ||
"@types/node": "^20.10.5", | ||
"@alwatr/tsconfig-base": "^1.1.0", | ||
"@alwatr/type-helper": "^1.0.2", | ||
"@types/node": "^20.10.6", | ||
"typescript": "^5.3.3" | ||
}, | ||
"gitHead": "af2f119eed8bb9de9f7a08b15cb844bac703f367" | ||
"gitHead": "96633d3581bd3faba937ddc3997e32a8d69ce1e4" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
24659
102
Updated@alwatr/global-scope@^1.1.7