From ce7a2b9d7ed425ba334ca266e93c0cf1828246a6 Mon Sep 17 00:00:00 2001 From: Github Bot Date: Thu, 9 Feb 2023 23:59:57 +0000 Subject: [PATCH] v20230206.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 eaf5ec7..787b913 160000 --- a/compiler +++ b/compiler @@ -1 +1 @@ -Subproject commit eaf5ec7682c7459b9337ecd66af3fce8963867ed +Subproject commit 787b913b6ca90164a5647a1d50c856e7cf238eef diff --git a/package.json b/package.json index aacab13..acefa28 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "closure-compiler-npm", - "version": "20230103.0.0", + "version": "20230206.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 4e05831..02809c4 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": "20230103.0.0", + "version": "20230206.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 592e6f5..727a7de 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": "20230103.0.0", + "version": "20230206.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 da9626f..0feb39f 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": "20230103.0.0", + "version": "20230206.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 24fd74a..52ad3ab 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": "20230103.0.0", + "version": "20230206.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 543d864..506079b 100644 --- a/packages/google-closure-compiler/package.json +++ b/packages/google-closure-compiler/package.json @@ -1,6 +1,6 @@ { "name": "google-closure-compiler", - "version": "20230103.0.0", + "version": "20230206.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": "^20230103.0.0", + "google-closure-compiler-java": "^20230206.0.0", "minimist": "1.x", "vinyl": "2.x", "vinyl-sourcemaps-apply": "^0.2.0" }, "optionalDependencies": { - "google-closure-compiler-linux": "^20230103.0.0", - "google-closure-compiler-osx": "^20230103.0.0", - "google-closure-compiler-windows": "^20230103.0.0" + "google-closure-compiler-linux": "^20230206.0.0", + "google-closure-compiler-osx": "^20230206.0.0", + "google-closure-compiler-windows": "^20230206.0.0" }, "devDependencies": { "gulp": "4.x",