@ngrx/store-devtools
Advanced tools
Comparing version 12.1.0 to 12.2.0
"use strict"; | ||
exports.__esModule = true; | ||
var schematics_core_1 = require("@ngrx/store-devtools/schematics-core"); | ||
var schematics_core_1 = require("../../schematics-core"); | ||
function default_1() { | ||
@@ -5,0 +5,0 @@ return schematics_core_1.updatePackage('store-devtools'); |
{ | ||
"name": "@ngrx/store-devtools", | ||
"version": "12.1.0", | ||
"version": "12.2.0", | ||
"description": "Developer tools for @ngrx/store", | ||
@@ -23,3 +23,3 @@ "repository": { | ||
"peerDependencies": { | ||
"@ngrx/store": "12.1.0", | ||
"@ngrx/store": "12.2.0", | ||
"rxjs": "^6.5.3" | ||
@@ -26,0 +26,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 |
@@ -30,7 +30,7 @@ "use strict"; | ||
exports.__esModule = true; | ||
var ts = require("typescript"); | ||
var schematics_1 = require("@angular-devkit/schematics"); | ||
var tasks_1 = require("@angular-devkit/schematics/tasks"); | ||
var schematics_core_1 = require("@ngrx/store-devtools/schematics-core"); | ||
var schematics_core_1 = require("../../schematics-core"); | ||
var core_1 = require("@angular-devkit/core"); | ||
var ts = require("typescript"); | ||
function addImportToNgModule(options) { | ||
@@ -37,0 +37,0 @@ return function (host) { |
{ | ||
"$schema": "http://json-schema.org/schema", | ||
"id": "SchematicsNgRxRootState", | ||
"$id": "SchematicsNgRxRootState", | ||
"title": "NgRx Root State Management Options 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
657699