ngx-ordered-initializer
Advanced tools
Comparing version 4.0.0 to 5.0.0
{ | ||
"name": "ngx-ordered-initializer", | ||
"version": "4.0.0", | ||
"version": "5.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": "^14.0.0", | ||
"rxjs": "~7.5.6", | ||
"zone.js": "~0.11.8" | ||
"@angular/core": "^15.0.0", | ||
"rxjs": "~7.8.0", | ||
"zone.js": "~0.12.0" | ||
}, | ||
"homepage": "https://github.com/fvilers/ngx-ordered-initializer#readme", | ||
"devDependencies": { | ||
"typescript": "^4.7.4" | ||
"typescript": "^4.9.4" | ||
} | ||
} |
@@ -16,2 +16,3 @@ # ngx-ordered-initializer | ||
- Angular 14: 4.0.0 | ||
- Angular 15: 5.0.0 | ||
@@ -18,0 +19,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
7467
55
+ Added@angular/core@15.2.10(transitive)
+ Addedrxjs@7.8.1(transitive)
+ Addedzone.js@0.12.0(transitive)
- Removed@angular/core@14.3.0(transitive)
- Removedrxjs@7.5.7(transitive)
- Removedzone.js@0.11.8(transitive)
Updated@angular/core@^15.0.0
Updatedrxjs@~7.8.0
Updatedzone.js@~0.12.0