@angular/compiler-cli
Advanced tools
@@ -458,3 +458,3 @@ | ||
| import semver from "semver"; | ||
| var PLACEHOLDER_VERSION = "21.2.15"; | ||
| var PLACEHOLDER_VERSION = "21.2.16"; | ||
| 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("21.2.15"); | ||
| var VERSION = new Version("21.2.16"); | ||
@@ -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 = "21.2.15"; | ||
| export declare const PLACEHOLDER_VERSION = "21.2.16"; | ||
| export declare function wrapReference<TExpression>(wrapped: o.WrappedNodeExpr<TExpression>): R3Reference; | ||
@@ -13,0 +13,0 @@ /** |
+2
-2
| { | ||
| "name": "@angular/compiler-cli", | ||
| "version": "21.2.15", | ||
| "version": "21.2.16", | ||
| "description": "Angular - the compiler CLI for Node.js", | ||
@@ -46,3 +46,3 @@ "typings": "index.d.ts", | ||
| "peerDependencies": { | ||
| "@angular/compiler": "21.2.15", | ||
| "@angular/compiler": "21.2.16", | ||
| "typescript": ">=5.9 <6.1" | ||
@@ -49,0 +49,0 @@ }, |
Sorry, the diff of this file is too big to display