@ngrx/effects
Advanced tools
Comparing version 14.0.0 to 14.0.1
{ | ||
"name": "@ngrx/effects", | ||
"version": "14.0.0", | ||
"version": "14.0.1", | ||
"description": "Side effect model for @ngrx/store", | ||
@@ -25,3 +25,3 @@ "repository": { | ||
"@angular/core": "^14.0.0", | ||
"@ngrx/store": "14.0.0", | ||
"@ngrx/store": "14.0.1", | ||
"rxjs": "^6.5.3 || ^7.5.0" | ||
@@ -28,0 +28,0 @@ }, |
"use strict"; | ||
exports.__esModule = true; | ||
exports.platformVersion = void 0; | ||
exports.platformVersion = '^14.0.0'; | ||
exports.platformVersion = '^14.0.1'; | ||
//# sourceMappingURL=libs-version.js.map |
@@ -21,3 +21,6 @@ { | ||
"description": "The path to create the effect.", | ||
"visible": false | ||
"visible": false, | ||
"$default": { | ||
"$source": "workingDirectory" | ||
} | ||
}, | ||
@@ -24,0 +27,0 @@ "flat": { |
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
548787
4856