@angular-devkit/schematics
Advanced tools
Comparing version 19.1.2 to 19.1.3
{ | ||
"name": "@angular-devkit/schematics", | ||
"version": "19.1.2", | ||
"version": "19.1.3", | ||
"description": "Angular Schematics - Library", | ||
@@ -21,3 +21,3 @@ "main": "src/index.js", | ||
"dependencies": { | ||
"@angular-devkit/core": "19.1.2", | ||
"@angular-devkit/core": "19.1.3", | ||
"jsonc-parser": "3.3.1", | ||
@@ -24,0 +24,0 @@ "magic-string": "0.30.17", |
@@ -11,5 +11,5 @@ "use strict"; | ||
exports.readJsonFile = readJsonFile; | ||
const schematics_1 = require("@angular-devkit/schematics"); | ||
const fs_1 = require("fs"); | ||
const jsonc_parser_1 = require("jsonc-parser"); | ||
const exception_1 = require("../src/exception/exception"); | ||
function readJsonFile(path) { | ||
@@ -22,3 +22,3 @@ let data; | ||
if (e && typeof e === 'object' && 'code' in e && e.code === 'ENOENT') { | ||
throw new schematics_1.FileDoesNotExistException(path); | ||
throw new exception_1.FileDoesNotExistException(path); | ||
} | ||
@@ -25,0 +25,0 @@ throw e; |
@@ -9,3 +9,3 @@ /** | ||
import { Path, schema, virtualFs } from '@angular-devkit/core'; | ||
import { workflow } from '@angular-devkit/schematics'; | ||
import { workflow } from '../../src'; | ||
import { FileSystemEngine } from '../description'; | ||
@@ -12,0 +12,0 @@ import { OptionTransform } from '../file-system-engine-host-base'; |
@@ -13,3 +13,3 @@ "use strict"; | ||
const node_1 = require("@angular-devkit/core/node"); | ||
const schematics_1 = require("@angular-devkit/schematics"); | ||
const src_1 = require("../../src"); | ||
const node_2 = require("../../tasks/node"); | ||
@@ -21,3 +21,3 @@ const node_module_engine_host_1 = require("../node-module-engine-host"); | ||
*/ | ||
class NodeWorkflow extends schematics_1.workflow.BaseWorkflow { | ||
class NodeWorkflow extends src_1.workflow.BaseWorkflow { | ||
constructor(hostOrRoot, options) { | ||
@@ -24,0 +24,0 @@ let host; |
257600
17
+ Added@angular-devkit/core@19.1.3(transitive)
- Removed@angular-devkit/core@19.1.2(transitive)
Updated@angular-devkit/core@19.1.3