@ngrx/effects
Advanced tools
Comparing version 16.1.0 to 16.2.0
{ | ||
"name": "@ngrx/effects", | ||
"version": "16.1.0", | ||
"version": "16.2.0", | ||
"description": "Side effect model for @ngrx/store", | ||
@@ -25,3 +25,3 @@ "repository": { | ||
"@angular/core": "^16.0.0", | ||
"@ngrx/store": "16.1.0", | ||
"@ngrx/store": "16.2.0", | ||
"rxjs": "^6.5.3 || ^7.5.0" | ||
@@ -28,0 +28,0 @@ }, |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.platformVersion = void 0; | ||
exports.platformVersion = '^16.1.0'; | ||
exports.platformVersion = '^16.2.0'; | ||
//# sourceMappingURL=libs-version.js.map |
@@ -8,3 +8,3 @@ import { ErrorHandler } from '@angular/core'; | ||
propertyName: PropertyKey; | ||
sourceName: string; | ||
sourceName: string | null; | ||
sourceInstance: any; | ||
@@ -11,0 +11,0 @@ notification: ObservableNotification<Action | null | undefined>; |
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
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
509959
4477