Skip to content

Commit 70bd6a7

Browse files
author
Github Bot
committed
v20221102.0.0
1 parent e22812a commit 70bd6a7

File tree

7 files changed

+11
-11
lines changed

7 files changed

+11
-11
lines changed

compiler

Submodule compiler updated 110 files

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "closure-compiler-npm",
3-
"version": "20221004.0.0",
3+
"version": "20221102.0.0",
44
"private": true,
55
"workspaces": {
66
"packages": [

packages/google-closure-compiler-java/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "google-closure-compiler-java",
3-
"version": "20221004.0.0",
3+
"version": "20221102.0.0",
44
"description": "Check, compile, optimize and compress Javascript with Closure-Compiler using Java",
55
"main": "index.js",
66
"repository": "https://github.com/google/closure-compiler-npm/tree/master/packages/google-closure-compiler-java",

packages/google-closure-compiler-linux/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "google-closure-compiler-linux",
3-
"version": "20221004.0.0",
3+
"version": "20221102.0.0",
44
"description": "Check, compile, optimize and compress Javascript with Closure-Compiler using Java",
55
"main": "index.js",
66
"repository": "https://github.com/google/closure-compiler-npm/tree/master/packages/google-closure-compiler-linux",

packages/google-closure-compiler-osx/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "google-closure-compiler-osx",
3-
"version": "20221004.0.0",
3+
"version": "20221102.0.0",
44
"description": "Check, compile, optimize and compress Javascript with Closure-Compiler using Java",
55
"main": "index.js",
66
"repository": "https://github.com/google/closure-compiler-npm/tree/master/packages/google-closure-compiler-osx",

packages/google-closure-compiler-windows/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "google-closure-compiler-windows",
3-
"version": "20221004.0.0",
3+
"version": "20221102.0.0",
44
"description": "Check, compile, optimize and compress Javascript with Closure-Compiler using Java",
55
"main": "index.js",
66
"repository": "https://github.com/google/closure-compiler-npm/tree/master/packages/google-closure-compiler-windows",

packages/google-closure-compiler/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "google-closure-compiler",
3-
"version": "20221004.0.0",
3+
"version": "20221102.0.0",
44
"description": "Check, compile, optimize and compress Javascript with Closure-Compiler",
55
"repository": "https://github.com/google/closure-compiler-npm/tree/master/packages/google-closure-compiler",
66
"keywords": [
@@ -38,15 +38,15 @@
3838
"homepage": "https://developers.google.com/closure/compiler/",
3939
"dependencies": {
4040
"chalk": "4.x",
41-
"google-closure-compiler-java": "^20221004.0.0",
41+
"google-closure-compiler-java": "^20221102.0.0",
4242
"minimist": "1.x",
4343
"vinyl": "2.x",
4444
"vinyl-sourcemaps-apply": "^0.2.0"
4545
},
4646
"optionalDependencies": {
47-
"google-closure-compiler-linux": "^20221004.0.0",
48-
"google-closure-compiler-osx": "^20221004.0.0",
49-
"google-closure-compiler-windows": "^20221004.0.0"
47+
"google-closure-compiler-linux": "^20221102.0.0",
48+
"google-closure-compiler-osx": "^20221102.0.0",
49+
"google-closure-compiler-windows": "^20221102.0.0"
5050
},
5151
"devDependencies": {
5252
"gulp": "4.x",

0 commit comments

Comments
 (0)