@ngrx/router-store
Advanced tools
Comparing version 16.3.0 to 17.0.0-beta.0
{ | ||
"name": "@ngrx/router-store", | ||
"version": "16.3.0", | ||
"version": "17.0.0-beta.0", | ||
"description": "Bindings to connect @angular/router to @ngrx/store", | ||
@@ -23,6 +23,6 @@ "repository": { | ||
"peerDependencies": { | ||
"@angular/common": "^16.0.0", | ||
"@angular/core": "^16.0.0", | ||
"@angular/router": "^16.0.0", | ||
"@ngrx/store": "16.3.0", | ||
"@angular/common": "^17.0.0-rc.0", | ||
"@angular/core": "^17.0.0-rc.0", | ||
"@angular/router": "^17.0.0-rc.0", | ||
"@ngrx/store": "17.0.0-beta.0", | ||
"rxjs": "^6.5.3 || ^7.5.0" | ||
@@ -42,3 +42,4 @@ }, | ||
"@ngrx/component", | ||
"@ngrx/eslint-plugin" | ||
"@ngrx/eslint-plugin", | ||
"@ngrx/signals" | ||
], | ||
@@ -45,0 +46,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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
495607
1