@ngrx/router-store
Advanced tools
Comparing version 12.1.0 to 12.2.0
"use strict"; | ||
exports.__esModule = true; | ||
var schematics_core_1 = require("@ngrx/router-store/schematics-core"); | ||
var schematics_core_1 = require("../../schematics-core"); | ||
function default_1() { | ||
@@ -5,0 +5,0 @@ return schematics_core_1.updatePackage('router-store'); |
@@ -5,3 +5,3 @@ "use strict"; | ||
var schematics_1 = require("@angular-devkit/schematics"); | ||
var schematics_core_1 = require("@ngrx/router-store/schematics-core"); | ||
var schematics_core_1 = require("../../schematics-core"); | ||
function updateRouterStoreImport() { | ||
@@ -8,0 +8,0 @@ return function (tree) { |
@@ -5,3 +5,3 @@ "use strict"; | ||
var schematics_1 = require("@angular-devkit/schematics"); | ||
var schematics_core_1 = require("@ngrx/router-store/schematics-core"); | ||
var schematics_core_1 = require("../../schematics-core"); | ||
function addDefaultSerializer() { | ||
@@ -8,0 +8,0 @@ var SERIALIZER_PROPERTY = 'serializer: DefaultRouterStateSerializer'; |
{ | ||
"name": "@ngrx/router-store", | ||
"version": "12.1.0", | ||
"version": "12.2.0", | ||
"description": "Bindings to connect @angular/router to @ngrx/store", | ||
@@ -26,3 +26,3 @@ "repository": { | ||
"@angular/router": "^12.0.0", | ||
"@ngrx/store": "12.1.0", | ||
"@ngrx/store": "12.2.0", | ||
"rxjs": "^6.5.3" | ||
@@ -29,0 +29,0 @@ }, |
"use strict"; | ||
exports.__esModule = true; | ||
exports.platformVersion = void 0; | ||
exports.platformVersion = '^12.1.0'; | ||
exports.platformVersion = '^12.2.0'; | ||
//# sourceMappingURL=libs-version.js.map |
@@ -33,3 +33,3 @@ "use strict"; | ||
var ts = require("typescript"); | ||
var schematics_core_1 = require("@ngrx/router-store/schematics-core"); | ||
var schematics_core_1 = require("../../schematics-core"); | ||
function addImportToNgModule(options) { | ||
@@ -36,0 +36,0 @@ return function (host) { |
{ | ||
"$schema": "http://json-schema.org/schema", | ||
"id": "SchematicsNgRxRouterStore", | ||
"$id": "SchematicsNgRxRouterStore", | ||
"title": "NgRx Router Store Schema", | ||
@@ -5,0 +5,0 @@ "type": "object", |
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
470425