From d544892ca4dcf88940431c7065c3dfc557c65229 Mon Sep 17 00:00:00 2001 From: Github Bot Date: Tue, 19 Mar 2024 03:07:19 +0000 Subject: [PATCH] v20240317.0.0 --- compiler | 2 +- package.json | 2 +- packages/google-closure-compiler-java/package.json | 2 +- packages/google-closure-compiler-linux/package.json | 2 +- packages/google-closure-compiler-osx/package.json | 2 +- packages/google-closure-compiler-windows/package.json | 2 +- packages/google-closure-compiler/package.json | 10 +++++----- 7 files changed, 11 insertions(+), 11 deletions(-) diff --git a/compiler b/compiler index 49a8dfb..6dbaceb 160000 --- a/compiler +++ b/compiler @@ -1 +1 @@ -Subproject commit 49a8dfb8761819e24b6cfd1a9e290500ddd2372c +Subproject commit 6dbacebc05f4de80dbc9d2afd0b3927453df76ea diff --git a/package.json b/package.json index e78f0b1..b57e3aa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "closure-compiler-npm", - "version": "20231112.0.0", + "version": "20240317.0.0", "private": true, "workspaces": { "packages": [ diff --git a/packages/google-closure-compiler-java/package.json b/packages/google-closure-compiler-java/package.json index 6275a1f..f5867f9 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": "20231112.0.0", + "version": "20240317.0.0", "description": "Check, compile, optimize and compress Javascript with Closure-Compiler using Java", "main": "index.js", "repository": "https://github.com/google/closure-compiler-npm/tree/master/packages/google-closure-compiler-java", diff --git a/packages/google-closure-compiler-linux/package.json b/packages/google-closure-compiler-linux/package.json index 926f1f7..8655271 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": "20231112.0.0", + "version": "20240317.0.0", "description": "Check, compile, optimize and compress Javascript with Closure-Compiler using Java", "main": "index.js", "repository": "https://github.com/google/closure-compiler-npm/tree/master/packages/google-closure-compiler-linux", diff --git a/packages/google-closure-compiler-osx/package.json b/packages/google-closure-compiler-osx/package.json index 9ee43b1..e71090f 100644 --- a/packages/google-closure-compiler-osx/package.json +++ b/packages/google-closure-compiler-osx/package.json @@ -1,6 +1,6 @@ { "name": "google-closure-compiler-osx", - "version": "20231112.0.0", + "version": "20240317.0.0", "description": "Check, compile, optimize and compress Javascript with Closure-Compiler using Java", "main": "index.js", "repository": "https://github.com/google/closure-compiler-npm/tree/master/packages/google-closure-compiler-osx", diff --git a/packages/google-closure-compiler-windows/package.json b/packages/google-closure-compiler-windows/package.json index ce8003a..b01d723 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": "20231112.0.0", + "version": "20240317.0.0", "description": "Check, compile, optimize and compress Javascript with Closure-Compiler using Java", "main": "index.js", "repository": "https://github.com/google/closure-compiler-npm/tree/master/packages/google-closure-compiler-windows", diff --git a/packages/google-closure-compiler/package.json b/packages/google-closure-compiler/package.json index 3be0fb3..14980f7 100644 --- a/packages/google-closure-compiler/package.json +++ b/packages/google-closure-compiler/package.json @@ -1,6 +1,6 @@ { "name": "google-closure-compiler", - "version": "20231112.0.0", + "version": "20240317.0.0", "description": "Check, compile, optimize and compress Javascript with Closure-Compiler", "repository": "https://github.com/google/closure-compiler-npm/tree/master/packages/google-closure-compiler", "keywords": [ @@ -38,15 +38,15 @@ "homepage": "https://developers.google.com/closure/compiler/", "dependencies": { "chalk": "4.x", - "google-closure-compiler-java": "^20231112.0.0", + "google-closure-compiler-java": "^20240317.0.0", "minimist": "1.x", "vinyl": "2.x", "vinyl-sourcemaps-apply": "^0.2.0" }, "optionalDependencies": { - "google-closure-compiler-linux": "^20231112.0.0", - "google-closure-compiler-osx": "^20231112.0.0", - "google-closure-compiler-windows": "^20231112.0.0" + "google-closure-compiler-linux": "^20240317.0.0", + "google-closure-compiler-osx": "^20240317.0.0", + "google-closure-compiler-windows": "^20240317.0.0" }, "devDependencies": { "gulp": "4.x",