@ngrx/entity
Advanced tools
Comparing version 18.0.1 to 18.0.2
{ | ||
"name": "@ngrx/entity", | ||
"version": "18.0.1", | ||
"version": "18.0.2", | ||
"description": "Common utilities for entity reducers", | ||
@@ -24,3 +24,3 @@ "repository": { | ||
"@angular/core": "^18.0.0", | ||
"@ngrx/store": "18.0.1", | ||
"@ngrx/store": "18.0.2", | ||
"rxjs": "^6.5.3 || ^7.5.0" | ||
@@ -41,2 +41,3 @@ }, | ||
"@ngrx/eslint-plugin", | ||
"@ngrx/operators", | ||
"@ngrx/signals" | ||
@@ -43,0 +44,0 @@ ], |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.platformVersion = void 0; | ||
exports.platformVersion = '^18.0.1'; | ||
exports.platformVersion = '^18.0.2'; | ||
//# sourceMappingURL=libs-version.js.map |
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
351911