google-closure-compiler 20260422.0.0 → 20260428.0.0
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.
|
@@ -2896,6 +2896,26 @@ chrome.enterprise.reportingPrivate.AntiVirusProductState = {
|
|
|
2896
2896
|
*/
|
|
2897
2897
|
chrome.enterprise.reportingPrivate.AntiVirusSignal;
|
|
2898
2898
|
|
|
2899
|
+
/**
|
|
2900
|
+
* Gets information about hotfix system updates installed on the current device.
|
|
2901
|
+
* @param {!chrome.enterprise.reportingPrivate.UserContext} userContext The
|
|
2902
|
+
* current user context.
|
|
2903
|
+
* @param {(function(Array<!chrome.enterprise.reportingPrivate.HotfixSignal>):
|
|
2904
|
+
* void)}
|
|
2905
|
+
* callback Called back with the response.
|
|
2906
|
+
*/
|
|
2907
|
+
chrome.enterprise.reportingPrivate.getHotfixes = function(
|
|
2908
|
+
userContext, callback
|
|
2909
|
+
) {};
|
|
2910
|
+
|
|
2911
|
+
/**
|
|
2912
|
+
* Type of the object returned by getHotfixes.
|
|
2913
|
+
* @typedef {?{
|
|
2914
|
+
* hotfixId: string,
|
|
2915
|
+
* }}
|
|
2916
|
+
*/
|
|
2917
|
+
chrome.enterprise.reportingPrivate.HotfixSignal;
|
|
2918
|
+
|
|
2899
2919
|
/**
|
|
2900
2920
|
* @enum {string}
|
|
2901
2921
|
* @see https://developer.chrome.com/docs/extensions/reference/api/types#type-LevelOfControl
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "google-closure-compiler",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "20260428.0.0",
|
|
4
4
|
"description": "Check, compile, optimize and compress Javascript with Closure-Compiler",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"repository": {
|
|
@@ -41,16 +41,16 @@
|
|
|
41
41
|
"homepage": "https://developers.google.com/closure/compiler/",
|
|
42
42
|
"dependencies": {
|
|
43
43
|
"chalk": "^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0 <5.6.1 || ^5.6.2 >5.6.1",
|
|
44
|
-
"google-closure-compiler-java": "^
|
|
44
|
+
"google-closure-compiler-java": "^20260428.0.0",
|
|
45
45
|
"minimist": "^1.0.0",
|
|
46
46
|
"vinyl": "^3.0.1",
|
|
47
47
|
"vinyl-sourcemaps-apply": "^0.2.0"
|
|
48
48
|
},
|
|
49
49
|
"optionalDependencies": {
|
|
50
|
-
"google-closure-compiler-linux": "^
|
|
51
|
-
"google-closure-compiler-linux-arm64": "^
|
|
52
|
-
"google-closure-compiler-macos": "^
|
|
53
|
-
"google-closure-compiler-windows": "^
|
|
50
|
+
"google-closure-compiler-linux": "^20260428.0.0",
|
|
51
|
+
"google-closure-compiler-linux-arm64": "^20260428.0.0",
|
|
52
|
+
"google-closure-compiler-macos": "^20260428.0.0",
|
|
53
|
+
"google-closure-compiler-windows": "^20260428.0.0"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
56
|
"gulp": "^5.0.1",
|