@angular-devkit/schematics-cli
Advanced tools
Comparing version 19.0.3 to 19.1.0-next.0
@@ -26,9 +26,19 @@ #!/usr/bin/env node | ||
}); | ||
var __importStar = (this && this.__importStar) || function (mod) { | ||
if (mod && mod.__esModule) return mod; | ||
var result = {}; | ||
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); | ||
__setModuleDefault(result, mod); | ||
return result; | ||
}; | ||
var __importStar = (this && this.__importStar) || (function () { | ||
var ownKeys = function(o) { | ||
ownKeys = Object.getOwnPropertyNames || function (o) { | ||
var ar = []; | ||
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k; | ||
return ar; | ||
}; | ||
return ownKeys(o); | ||
}; | ||
return function (mod) { | ||
if (mod && mod.__esModule) return mod; | ||
var result = {}; | ||
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]); | ||
__setModuleDefault(result, mod); | ||
return result; | ||
}; | ||
})(); | ||
var __importDefault = (this && this.__importDefault) || function (mod) { | ||
@@ -35,0 +45,0 @@ return (mod && mod.__esModule) ? mod : { "default": mod }; |
@@ -18,3 +18,3 @@ { | ||
"@angular-devkit/schematics": "^<%= schematicsVersion %>", | ||
"typescript": "~5.6.2" | ||
"typescript": "~5.7.2" | ||
}, | ||
@@ -21,0 +21,0 @@ "devDependencies": { |
{ | ||
"name": "@angular-devkit/schematics-cli", | ||
"version": "19.0.3", | ||
"version": "19.1.0-next.0", | ||
"description": "Angular Schematics - CLI", | ||
@@ -24,4 +24,4 @@ "homepage": "https://github.com/angular/angular-cli", | ||
"dependencies": { | ||
"@angular-devkit/core": "19.0.3", | ||
"@angular-devkit/schematics": "19.0.3", | ||
"@angular-devkit/core": "19.1.0-next.0", | ||
"@angular-devkit/schematics": "19.1.0-next.0", | ||
"@inquirer/prompts": "7.1.0", | ||
@@ -28,0 +28,0 @@ "ansi-colors": "4.1.3", |
@@ -18,3 +18,3 @@ { | ||
"@angular-devkit/schematics": "^<%= schematicsVersion %>", | ||
"typescript": "~5.6.2" | ||
"typescript": "~5.7.2" | ||
}, | ||
@@ -24,4 +24,4 @@ "devDependencies": { | ||
"@types/jasmine": "~5.1.0", | ||
"jasmine": "~5.4.0" | ||
"jasmine": "~5.5.0" | ||
} | ||
} |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
46987
996
1
+ Added@angular-devkit/core@19.1.0-next.0(transitive)
+ Added@angular-devkit/schematics@19.1.0-next.0(transitive)
+ Addedmagic-string@0.30.14(transitive)
- Removed@angular-devkit/core@19.0.3(transitive)
- Removed@angular-devkit/schematics@19.0.3(transitive)
- Removedmagic-string@0.30.12(transitive)