@ngrx/store
Advanced tools
Comparing version 14.0.0-beta.0 to 14.0.0-rc.0
{ | ||
"name": "@ngrx/store", | ||
"version": "14.0.0-beta.0", | ||
"version": "14.0.0-rc.0", | ||
"description": "RxJS powered Redux for Angular apps", | ||
@@ -24,3 +24,3 @@ "repository": { | ||
"peerDependencies": { | ||
"@angular/core": "^14.0.0-rc.0", | ||
"@angular/core": "^14.0.0", | ||
"rxjs": "^6.5.3 || ^7.5.0" | ||
@@ -27,0 +27,0 @@ }, |
"use strict"; | ||
exports.__esModule = true; | ||
exports.platformVersion = void 0; | ||
exports.platformVersion = '^14.0.0-beta.0'; | ||
exports.platformVersion = '^14.0.0-rc.0'; | ||
//# sourceMappingURL=libs-version.js.map |
@@ -108,7 +108,9 @@ "use strict"; | ||
return function (host, context) { | ||
(0, schematics_core_1.addPackageToPackageJson)(host, 'devDependencies', '@ngrx/eslint-plugin', schematics_core_1.platformVersion); | ||
var installTaskId = context.addTask(new tasks_1.NodePackageInstallTask()); | ||
context.addTask(new tasks_1.RunSchematicTask('@ngrx/eslint-plugin', 'ng-add', {}), [ | ||
installTaskId, | ||
]); | ||
var _a; | ||
var eslint = (_a = host.read('.eslintrc.json')) === null || _a === void 0 ? void 0 : _a.toString('utf-8'); | ||
if (eslint) { | ||
(0, schematics_core_1.addPackageToPackageJson)(host, 'devDependencies', '@ngrx/eslint-plugin', schematics_core_1.platformVersion); | ||
var installTaskId = context.addTask(new tasks_1.NodePackageInstallTask()); | ||
context.addTask(new tasks_1.RunSchematicTask('@ngrx/eslint-plugin', 'ng-add', {}), [installTaskId]); | ||
} | ||
return host; | ||
@@ -115,0 +117,0 @@ }; |
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
976767
8547