@angular/compiler-cli
Advanced tools
Comparing version 19.0.0-rc.3 to 19.0.0
@@ -314,3 +314,3 @@ | ||
import semver from "semver"; | ||
var PLACEHOLDER_VERSION = "19.0.0-rc.3"; | ||
var PLACEHOLDER_VERSION = "19.0.0"; | ||
function wrapReference(wrapped) { | ||
@@ -317,0 +317,0 @@ return { value: wrapped, type: wrapped }; |
@@ -83,3 +83,3 @@ | ||
import { Version } from "@angular/compiler"; | ||
var VERSION = new Version("19.0.0-rc.3"); | ||
var VERSION = new Version("19.0.0"); | ||
@@ -86,0 +86,0 @@ // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/tsc_plugin.mjs |
@@ -10,3 +10,3 @@ /** | ||
import { AstObject, AstValue } from '../../ast/ast_value'; | ||
export declare const PLACEHOLDER_VERSION = "19.0.0-rc.3"; | ||
export declare const PLACEHOLDER_VERSION = "19.0.0"; | ||
export declare function wrapReference<TExpression>(wrapped: o.WrappedNodeExpr<TExpression>): R3Reference; | ||
@@ -13,0 +13,0 @@ /** |
{ | ||
"name": "@angular/compiler-cli", | ||
"version": "19.0.0-rc.3", | ||
"version": "19.0.0", | ||
"description": "Angular - the compiler CLI for Node.js", | ||
@@ -56,3 +56,3 @@ "typings": "index.d.ts", | ||
"peerDependencies": { | ||
"@angular/compiler": "19.0.0-rc.3", | ||
"@angular/compiler": "19.0.0", | ||
"typescript": ">=5.5 <5.7" | ||
@@ -59,0 +59,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
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
0
2620227