@angular/compiler-cli
Advanced tools
@@ -458,3 +458,3 @@ | ||
| import semver from "semver"; | ||
| var PLACEHOLDER_VERSION = "20.3.25"; | ||
| var PLACEHOLDER_VERSION = "20.3.26"; | ||
| function wrapReference(wrapped) { | ||
@@ -461,0 +461,0 @@ return { value: wrapped, type: wrapped }; |
+1
-1
@@ -80,3 +80,3 @@ | ||
| import { Version } from "@angular/compiler"; | ||
| var VERSION = new Version("20.3.25"); | ||
| var VERSION = new Version("20.3.26"); | ||
@@ -83,0 +83,0 @@ // packages/compiler-cli/private/tooling.js |
@@ -10,3 +10,3 @@ /** | ||
| import { AstObject, AstValue } from '../../ast/ast_value'; | ||
| export declare const PLACEHOLDER_VERSION = "20.3.25"; | ||
| export declare const PLACEHOLDER_VERSION = "20.3.26"; | ||
| export declare function wrapReference<TExpression>(wrapped: o.WrappedNodeExpr<TExpression>): R3Reference; | ||
@@ -13,0 +13,0 @@ /** |
+3
-3
| { | ||
| "name": "@angular/compiler-cli", | ||
| "version": "20.3.25", | ||
| "version": "20.3.26", | ||
| "description": "Angular - the compiler CLI for Node.js", | ||
@@ -41,3 +41,3 @@ "typings": "index.d.ts", | ||
| "dependencies": { | ||
| "@babel/core": "7.28.3", | ||
| "@babel/core": "7.29.7", | ||
| "@jridgewell/sourcemap-codec": "^1.4.14", | ||
@@ -52,3 +52,3 @@ "reflect-metadata": "^0.2.0", | ||
| "peerDependencies": { | ||
| "@angular/compiler": "20.3.25", | ||
| "@angular/compiler": "20.3.26", | ||
| "typescript": ">=5.8 <6.0" | ||
@@ -55,0 +55,0 @@ }, |
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
Updated