From 7e8d12576e97da81a0b92f82763ea6bab6b8f09f Mon Sep 17 00:00:00 2001 From: Pawel Kozlowski Date: Tue, 15 Aug 2023 00:28:42 +0000 Subject: [PATCH] be3edad60e refactor: add `readonly` to public `InjectionToken` types (#51125) --- BUILD_INFO | 4 ++-- bundles/chunk-GQ7NKEIO.js | 4 ++-- bundles/index.js | 2 +- package.json | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/BUILD_INFO b/BUILD_INFO index c901e85fa3..2edc861097 100644 --- a/BUILD_INFO +++ b/BUILD_INFO @@ -1,2 +1,2 @@ -Tue 15 Aug 2023 12:26:13 AM UTC -93675dc797cb9f897c19fe298455dec52b900113 +Tue 15 Aug 2023 12:28:42 AM UTC +be3edad60e323da7235c98079e3fcf003419e838 diff --git a/bundles/chunk-GQ7NKEIO.js b/bundles/chunk-GQ7NKEIO.js index 86c5290852..128ce3d283 100755 --- a/bundles/chunk-GQ7NKEIO.js +++ b/bundles/chunk-GQ7NKEIO.js @@ -855,7 +855,7 @@ var declarationFunctions = [ ]; function createLinkerMap(environment, sourceUrl, code) { const linkers = /* @__PURE__ */ new Map(); - const LATEST_VERSION_RANGE = getRange("<=", "17.0.0-next.0+sha-93675dc"); + const LATEST_VERSION_RANGE = getRange("<=", "17.0.0-next.0+sha-be3edad"); linkers.set(\u0275\u0275ngDeclareDirective, [ { range: LATEST_VERSION_RANGE, linker: new PartialDirectiveLinkerVersion1(sourceUrl, code) } ]); @@ -902,7 +902,7 @@ var PartialLinkerSelector = class { throw new Error(`Unknown partial declaration function ${functionName}.`); } const linkerRanges = this.linkers.get(functionName); - if (version === "17.0.0-next.0+sha-93675dc") { + if (version === "17.0.0-next.0+sha-be3edad") { return linkerRanges[linkerRanges.length - 1].linker; } const declarationRange = getRange(">=", minVersion); diff --git a/bundles/index.js b/bundles/index.js index d29fa4dea5..a81e25acba 100755 --- a/bundles/index.js +++ b/bundles/index.js @@ -69,7 +69,7 @@ import "./chunk-SRFZMXHZ.js"; // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/version.mjs import { Version } from "@angular/compiler"; -var VERSION = new Version("17.0.0-next.0+sha-93675dc"); +var VERSION = new Version("17.0.0-next.0+sha-be3edad"); // bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/tsc_plugin.mjs var NgTscPlugin = class { diff --git a/package.json b/package.json index 614b7a0a7f..25a7aa1aaf 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular/compiler-cli", - "version": "17.0.0-next.0+sha-93675dc", + "version": "17.0.0-next.0+sha-be3edad", "description": "Angular - the compiler CLI for Node.js", "typings": "index.d.ts", "bin": { @@ -53,7 +53,7 @@ "yargs": "^17.2.1" }, "peerDependencies": { - "@angular/compiler": "17.0.0-next.0+sha-93675dc", + "@angular/compiler": "17.0.0-next.0+sha-be3edad", "typescript": ">=4.9.3 <5.2" }, "repository": {