diff --git a/compiler b/compiler index 86708da..eb0e47e 160000 --- a/compiler +++ b/compiler @@ -1 +1 @@ -Subproject commit 86708dabb6b492b704a4b0b984b4371f90663c3a +Subproject commit eb0e47e33dde8f6a3c7b8caee2bdd561af6d0dc1 diff --git a/package.json b/package.json index 50a949c..7830454 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "closure-compiler-npm", - "version": "20230228.0.0", + "version": "20230411.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 28b2f70..14a39eb 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": "20230228.0.0", + "version": "20230411.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 34f5b0d..bcf980b 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": "20230228.0.0", + "version": "20230411.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 95175b3..12a2a94 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": "20230228.0.0", + "version": "20230411.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 6dfa8bf..81c6baf 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": "20230228.0.0", + "version": "20230411.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 39f437f..e581451 100644 --- a/packages/google-closure-compiler/package.json +++ b/packages/google-closure-compiler/package.json @@ -1,6 +1,6 @@ { "name": "google-closure-compiler", - "version": "20230228.0.0", + "version": "20230411.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": "^20230228.0.0", + "google-closure-compiler-java": "^20230411.0.0", "minimist": "1.x", "vinyl": "2.x", "vinyl-sourcemaps-apply": "^0.2.0" }, "optionalDependencies": { - "google-closure-compiler-linux": "^20230228.0.0", - "google-closure-compiler-osx": "^20230228.0.0", - "google-closure-compiler-windows": "^20230228.0.0" + "google-closure-compiler-linux": "^20230411.0.0", + "google-closure-compiler-osx": "^20230411.0.0", + "google-closure-compiler-windows": "^20230411.0.0" }, "devDependencies": { "gulp": "4.x",