@ngrx/effects
Advanced tools
Comparing version 12.1.0 to 12.2.0
"use strict"; | ||
exports.__esModule = true; | ||
var schematics_core_1 = require("@ngrx/effects/schematics-core"); | ||
var schematics_core_1 = require("../../schematics-core"); | ||
function default_1() { | ||
@@ -5,0 +5,0 @@ return schematics_core_1.updatePackage('effects'); |
@@ -19,6 +19,5 @@ "use strict"; | ||
exports.__esModule = true; | ||
var ts = require("typescript"); | ||
var schematics_1 = require("@angular-devkit/schematics"); | ||
var schematics_core_1 = require("@ngrx/effects/schematics-core"); | ||
var schematics_core_2 = require("@ngrx/effects/schematics-core"); | ||
var ts = require("typescript"); | ||
var schematics_core_1 = require("../../schematics-core"); | ||
function renameErrorHandlerConfig() { | ||
@@ -51,3 +50,3 @@ return function (tree, ctx) { | ||
visitIdentifierWithText(node, oldText, function (match) { | ||
changes.push(schematics_core_2.createReplaceChange(sourceFile, match, oldText, newText)); | ||
changes.push(schematics_core_1.createReplaceChange(sourceFile, match, oldText, newText)); | ||
}); | ||
@@ -54,0 +53,0 @@ } |
{ | ||
"name": "@ngrx/effects", | ||
"version": "12.1.0", | ||
"version": "12.2.0", | ||
"description": "Side effect model for @ngrx/store", | ||
@@ -25,3 +25,3 @@ "repository": { | ||
"@angular/core": "^12.0.0", | ||
"@ngrx/store": "12.1.0", | ||
"@ngrx/store": "12.2.0", | ||
"rxjs": "^6.5.3" | ||
@@ -28,0 +28,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 |
@@ -41,5 +41,5 @@ "use strict"; | ||
exports.__esModule = true; | ||
var ts = require("typescript"); | ||
var schematics_1 = require("@angular-devkit/schematics"); | ||
var schematics_core_1 = require("@ngrx/effects/schematics-core"); | ||
var ts = require("typescript"); | ||
var schematics_core_1 = require("../../schematics-core"); | ||
var tasks_1 = require("@angular-devkit/schematics/tasks"); | ||
@@ -46,0 +46,0 @@ function addImportToNgModule(options) { |
{ | ||
"$schema": "http://json-schema.org/schema", | ||
"id": "SchematicsNgRxRootEffect", | ||
"$id": "SchematicsNgRxRootEffect", | ||
"title": "NgRx Root Effect 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
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
572020
4759