ngx-ordered-initializer
Advanced tools
Comparing version 5.0.0 to 6.0.0
export declare function isPromise<T = any>(obj: any): obj is Promise<T>; |
@@ -0,0 +0,0 @@ export function isPromise(obj) { |
export * from "./ordered-initializer"; |
export * from "./ordered-initializer"; | ||
//# sourceMappingURL=index.js.map |
@@ -0,0 +0,0 @@ import { InjectionToken } from "@angular/core"; |
@@ -0,0 +0,0 @@ import { __awaiter } from "tslib"; |
{ | ||
"name": "ngx-ordered-initializer", | ||
"version": "5.0.0", | ||
"version": "6.0.0", | ||
"description": "An Angular DI token that you can use to provide one or more initialization functions that will be executed in order", | ||
@@ -26,10 +26,10 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@angular/core": "^15.0.0", | ||
"@angular/core": "^16.0.0", | ||
"rxjs": "~7.8.0", | ||
"zone.js": "~0.12.0" | ||
"zone.js": "^0.13.0" | ||
}, | ||
"homepage": "https://github.com/fvilers/ngx-ordered-initializer#readme", | ||
"devDependencies": { | ||
"typescript": "^4.9.4" | ||
"typescript": "~5.0.4" | ||
} | ||
} |
@@ -17,2 +17,3 @@ # ngx-ordered-initializer | ||
- Angular 15: 5.0.0 | ||
- Angular 16: 6.0.0 | ||
@@ -19,0 +20,0 @@ ## Usage |
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
56
7453
+ Added@angular/core@16.2.12(transitive)
+ Addedzone.js@0.13.3(transitive)
- Removed@angular/core@15.2.10(transitive)
- Removedzone.js@0.12.0(transitive)
Updated@angular/core@^16.0.0
Updatedzone.js@^0.13.0