google-closure-compiler 20260414.0.0 → 20260419.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.
@@ -204,6 +204,9 @@ VideoFrame.prototype.codedRect;
204
204
  /** @const {?DOMRectReadOnly} */
205
205
  VideoFrame.prototype.visibleRect;
206
206
 
207
+ /** @const {boolean} */
208
+ VideoFrame.prototype.flip;
209
+
207
210
  /** @const {number} */
208
211
  VideoFrame.prototype.displayWidth;
209
212
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "google-closure-compiler",
3
- "version": "20260414.0.0",
3
+ "version": "20260419.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": "^20260414.0.0",
44
+ "google-closure-compiler-java": "^20260419.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": "^20260414.0.0",
51
- "google-closure-compiler-linux-arm64": "^20260414.0.0",
52
- "google-closure-compiler-macos": "^20260414.0.0",
53
- "google-closure-compiler-windows": "^20260414.0.0"
50
+ "google-closure-compiler-linux": "^20260419.0.0",
51
+ "google-closure-compiler-linux-arm64": "^20260419.0.0",
52
+ "google-closure-compiler-macos": "^20260419.0.0",
53
+ "google-closure-compiler-windows": "^20260419.0.0"
54
54
  },
55
55
  "devDependencies": {
56
56
  "gulp": "^5.0.1",