From 5deb6354136a0cfd9124f5670a1ae3afba1a93a5 Mon Sep 17 00:00:00 2001 From: Github Bot Date: Fri, 7 Oct 2022 16:07:59 +0000 Subject: [PATCH] v20221004.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 5013680..3784fba 160000 --- a/compiler +++ b/compiler @@ -1 +1 @@ -Subproject commit 5013680ebe8a9fd2230b7ca1f0c63f9679843caf +Subproject commit 3784fba4f48519472ca66792d0ed318ee443d44a diff --git a/package.json b/package.json index ad68c7f..990f627 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "closure-compiler-npm", - "version": "20220905.0.0", + "version": "20221004.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 a2b071a..3cb00b2 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": "20220905.0.0", + "version": "20221004.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 de3b912..2df70a4 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": "20220905.0.0", + "version": "20221004.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 4cbaabb..820e7e0 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": "20220905.0.0", + "version": "20221004.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 6e70cea..98cae00 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": "20220905.0.0", + "version": "20221004.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 84b5121..feee006 100644 --- a/packages/google-closure-compiler/package.json +++ b/packages/google-closure-compiler/package.json @@ -1,6 +1,6 @@ { "name": "google-closure-compiler", - "version": "20220905.0.0", + "version": "20221004.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": "^20220905.0.0", + "google-closure-compiler-java": "^20221004.0.0", "minimist": "1.x", "vinyl": "2.x", "vinyl-sourcemaps-apply": "^0.2.0" }, "optionalDependencies": { - "google-closure-compiler-linux": "^20220905.0.0", - "google-closure-compiler-osx": "^20220905.0.0", - "google-closure-compiler-windows": "^20220905.0.0" + "google-closure-compiler-linux": "^20221004.0.0", + "google-closure-compiler-osx": "^20221004.0.0", + "google-closure-compiler-windows": "^20221004.0.0" }, "devDependencies": { "gulp": "4.x",