@ngrx/store
Advanced tools
Comparing version 16.3.0 to 17.0.0-beta.0
{ | ||
"name": "@ngrx/store", | ||
"version": "16.3.0", | ||
"version": "17.0.0-beta.0", | ||
"description": "RxJS powered Redux for Angular apps", | ||
@@ -24,3 +24,3 @@ "repository": { | ||
"peerDependencies": { | ||
"@angular/core": "^16.0.0", | ||
"@angular/core": "^17.0.0-rc.0", | ||
"rxjs": "^6.5.3 || ^7.5.0" | ||
@@ -40,3 +40,4 @@ }, | ||
"@ngrx/component", | ||
"@ngrx/eslint-plugin" | ||
"@ngrx/eslint-plugin", | ||
"@ngrx/signals" | ||
], | ||
@@ -43,0 +44,0 @@ "migrations": "./migrations/migration.json" |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.platformVersion = void 0; | ||
exports.platformVersion = '^16.3.0'; | ||
exports.platformVersion = '^17.0.0-beta.0'; | ||
//# sourceMappingURL=libs-version.js.map |
@@ -42,8 +42,8 @@ "use strict"; | ||
var projectOptions = project.architect['build'].options; | ||
if (!(projectOptions === null || projectOptions === void 0 ? void 0 : projectOptions.main)) { | ||
throw new schematics_1.SchematicsException("Could not find the main file"); | ||
if (!(projectOptions === null || projectOptions === void 0 ? void 0 : projectOptions.main) && !(projectOptions === null || projectOptions === void 0 ? void 0 : projectOptions.browser)) { | ||
throw new schematics_1.SchematicsException("Could not find the main file ".concat(project)); | ||
} | ||
return projectOptions.main; | ||
return (projectOptions.browser || projectOptions.main); | ||
} | ||
exports.getProjectMainFile = getProjectMainFile; | ||
//# sourceMappingURL=project.js.map |
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
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
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
863932
7427
1