google-closure-compiler-linux-arm64 20240317.0.0 → 20250514.0.0-nightly

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/compiler +0 -0
  2. package/index.js +1 -1
  3. package/package.json +5 -2
package/compiler CHANGED
Binary file
package/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright 2018 The Closure Compiler Authors.
2
+ * Copyright 2025 The Closure Compiler Authors.
3
3
  *
4
4
  * Licensed under the Apache License, Version 2.0 (the "License");
5
5
  * you may not use this file except in compliance with the License.
package/package.json CHANGED
@@ -1,9 +1,12 @@
1
1
  {
2
2
  "name": "google-closure-compiler-linux-arm64",
3
- "version": "20240317.0.0",
3
+ "version": "20250514.0.0-nightly",
4
4
  "description": "Check, compile, optimize and compress Javascript with Closure-Compiler using Java",
5
5
  "main": "index.js",
6
- "repository": "https://github.com/google/closure-compiler-npm/tree/master/packages/google-closure-compiler-linux-arm64",
6
+ "repository": {
7
+ "type": "git",
8
+ "url": "git+https://github.com/google/closure-compiler-npm.git#master"
9
+ },
7
10
  "homepage": "https://developers.google.com/closure/compiler/",
8
11
  "author": "Chad Killingsworth <chadkillingsworth@gmail.com>",
9
12
  "license": "Apache-2.0",