async-preloader
Advanced tools
Comparing version 8.0.1 to 8.0.2
@@ -5,2 +5,11 @@ # Changelog | ||
## [8.0.2](https://github.com/dmnsgn/async-preloader/compare/v8.0.1...v8.0.2) (2023-02-09) | ||
### Bug Fixes | ||
* force @types/css-font-loading-module to 0.07 and update tsconfig target ([4ca26f9](https://github.com/dmnsgn/async-preloader/commit/4ca26f9f51ffb28b025c49c7cee28e5e1f6fc670)) | ||
## [8.0.1](https://github.com/dmnsgn/async-preloader/compare/v8.0.0...v8.0.1) (2023-02-09) | ||
@@ -7,0 +16,0 @@ |
{ | ||
"name": "async-preloader", | ||
"version": "8.0.1", | ||
"version": "8.0.2", | ||
"description": "Assets preloader using async/await and fetch for usage both in the browser and Node.js.", | ||
@@ -66,3 +66,3 @@ "keywords": [ | ||
"devDependencies": { | ||
"@types/css-font-loading-module": "^0.0.8", | ||
"@types/css-font-loading-module": "^0.0.7", | ||
"@types/expect-puppeteer": "^5.0.2", | ||
@@ -69,0 +69,0 @@ "@types/jest": "^29.4.0", |
@@ -28,3 +28,3 @@ # async-preloader | ||
- [AsyncPreloader class](https://dmnsgn.github.io/async-preloader/classes/index.asyncpreloader.html) | ||
- [AsyncPreloader class](https://dmnsgn.github.io/async-preloader/classes/index.AsyncPreloader.html) | ||
- [AsyncPreloader types](https://dmnsgn.github.io/async-preloader/modules/types.html) | ||
@@ -31,0 +31,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
1
70490
12
1281