From 49ed8f776510c04c45a0235de92b580a0c33de75 Mon Sep 17 00:00:00 2001 From: Github Bot Date: Fri, 16 May 2025 16:57:36 +0000 Subject: [PATCH] v20250512.0.0 --- compiler | 2 +- package.json | 2 +- packages/google-closure-compiler-java/package.json | 2 +- .../google-closure-compiler-linux-arm64/package.json | 2 +- packages/google-closure-compiler-linux/package.json | 2 +- packages/google-closure-compiler-macos/package.json | 2 +- .../google-closure-compiler-windows/package.json | 2 +- packages/google-closure-compiler/package.json | 12 ++++++------ 8 files changed, 13 insertions(+), 13 deletions(-) diff --git a/compiler b/compiler index b4149d9..62a3c68 160000 --- a/compiler +++ b/compiler @@ -1 +1 @@ -Subproject commit b4149d9aa6952f6f112a5792a01940d2fb8bfcf7 +Subproject commit 62a3c68d48108afb01c59c6c01cd71d1fe87e731 diff --git a/package.json b/package.json index d9c659f..7fc5233 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "closure-compiler-npm", - "version": "20250511.0.0", + "version": "20250512.0.0", "private": true, "type": "module", "workspaces": { diff --git a/packages/google-closure-compiler-java/package.json b/packages/google-closure-compiler-java/package.json index 0e72790..162536b 100644 --- a/packages/google-closure-compiler-java/package.json +++ b/packages/google-closure-compiler-java/package.json @@ -1,6 +1,6 @@ { "name": "google-closure-compiler-java", - "version": "20250511.0.0", + "version": "20250512.0.0", "description": "Check, compile, optimize and compress Javascript with Closure-Compiler using Java", "type": "module", "main": "index.js", diff --git a/packages/google-closure-compiler-linux-arm64/package.json b/packages/google-closure-compiler-linux-arm64/package.json index 35862a2..58f2af4 100644 --- a/packages/google-closure-compiler-linux-arm64/package.json +++ b/packages/google-closure-compiler-linux-arm64/package.json @@ -1,6 +1,6 @@ { "name": "google-closure-compiler-linux-arm64", - "version": "20250511.0.0", + "version": "20250512.0.0", "description": "Check, compile, optimize and compress Javascript with Closure-Compiler using Java", "type": "module", "main": "index.js", diff --git a/packages/google-closure-compiler-linux/package.json b/packages/google-closure-compiler-linux/package.json index 6e19c0e..dedd0cf 100644 --- a/packages/google-closure-compiler-linux/package.json +++ b/packages/google-closure-compiler-linux/package.json @@ -1,6 +1,6 @@ { "name": "google-closure-compiler-linux", - "version": "20250511.0.0", + "version": "20250512.0.0", "description": "Check, compile, optimize and compress Javascript with Closure-Compiler using Java", "type": "module", "main": "index.js", diff --git a/packages/google-closure-compiler-macos/package.json b/packages/google-closure-compiler-macos/package.json index 0ecff07..14983d5 100644 --- a/packages/google-closure-compiler-macos/package.json +++ b/packages/google-closure-compiler-macos/package.json @@ -1,6 +1,6 @@ { "name": "google-closure-compiler-macos", - "version": "20250511.0.0", + "version": "20250512.0.0", "description": "Check, compile, optimize and compress Javascript with Closure-Compiler using Java", "type": "module", "main": "index.js", diff --git a/packages/google-closure-compiler-windows/package.json b/packages/google-closure-compiler-windows/package.json index 13c6233..9620cae 100644 --- a/packages/google-closure-compiler-windows/package.json +++ b/packages/google-closure-compiler-windows/package.json @@ -1,6 +1,6 @@ { "name": "google-closure-compiler-windows", - "version": "20250511.0.0", + "version": "20250512.0.0", "description": "Check, compile, optimize and compress Javascript with Closure-Compiler using Java", "type": "module", "main": "index.js", diff --git a/packages/google-closure-compiler/package.json b/packages/google-closure-compiler/package.json index 22cc4b2..2555acd 100644 --- a/packages/google-closure-compiler/package.json +++ b/packages/google-closure-compiler/package.json @@ -1,6 +1,6 @@ { "name": "google-closure-compiler", - "version": "20250511.0.0", + "version": "20250512.0.0", "description": "Check, compile, optimize and compress Javascript with Closure-Compiler", "type": "module", "repository": { @@ -43,16 +43,16 @@ "homepage": "https://developers.google.com/closure/compiler/", "dependencies": { "chalk": "5.x", - "google-closure-compiler-java": "^20250511.0.0", + "google-closure-compiler-java": "^20250512.0.0", "minimist": "1.x", "vinyl": "3.x", "vinyl-sourcemaps-apply": "^0.2.0" }, "optionalDependencies": { - "google-closure-compiler-linux": "^20250511.0.0", - "google-closure-compiler-linux-arm64": "^20250511.0.0", - "google-closure-compiler-macos": "^20250511.0.0", - "google-closure-compiler-windows": "^20250511.0.0" + "google-closure-compiler-linux": "^20250512.0.0", + "google-closure-compiler-linux-arm64": "^20250512.0.0", + "google-closure-compiler-macos": "^20250512.0.0", + "google-closure-compiler-windows": "^20250512.0.0" }, "devDependencies": { "gulp": "4.x",