@types/serviceworker 0.0.81 → 0.0.82

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/README.md +1 -1
  2. package/index.d.ts +3 -2
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -28,4 +28,4 @@ This project does not respect semantic versioning as almost every change could p
28
28
 
29
29
  ## Deploy Metadata
30
30
 
31
- You can read what changed in version 0.0.81 at https://github.com/microsoft/TypeScript-DOM-lib-generator/releases/tag/%40types%2Fserviceworker%400.0.81.
31
+ You can read what changed in version 0.0.82 at https://github.com/microsoft/TypeScript-DOM-lib-generator/releases/tag/%40types%2Fserviceworker%400.0.82.
package/index.d.ts CHANGED
@@ -5556,7 +5556,6 @@ declare var WebGL2RenderingContext: {
5556
5556
  readonly STENCIL: 0x1802;
5557
5557
  readonly RED: 0x1903;
5558
5558
  readonly RGB8: 0x8051;
5559
- readonly RGBA8: 0x8058;
5560
5559
  readonly RGB10_A2: 0x8059;
5561
5560
  readonly TEXTURE_BINDING_3D: 0x806A;
5562
5561
  readonly UNPACK_SKIP_IMAGES: 0x806D;
@@ -6067,6 +6066,7 @@ declare var WebGL2RenderingContext: {
6067
6066
  readonly RENDERBUFFER: 0x8D41;
6068
6067
  readonly RGBA4: 0x8056;
6069
6068
  readonly RGB5_A1: 0x8057;
6069
+ readonly RGBA8: 0x8058;
6070
6070
  readonly RGB565: 0x8D62;
6071
6071
  readonly DEPTH_COMPONENT16: 0x81A5;
6072
6072
  readonly STENCIL_INDEX8: 0x8D48;
@@ -6301,7 +6301,6 @@ interface WebGL2RenderingContextBase {
6301
6301
  readonly STENCIL: 0x1802;
6302
6302
  readonly RED: 0x1903;
6303
6303
  readonly RGB8: 0x8051;
6304
- readonly RGBA8: 0x8058;
6305
6304
  readonly RGB10_A2: 0x8059;
6306
6305
  readonly TEXTURE_BINDING_3D: 0x806A;
6307
6306
  readonly UNPACK_SKIP_IMAGES: 0x806D;
@@ -6974,6 +6973,7 @@ declare var WebGLRenderingContext: {
6974
6973
  readonly RENDERBUFFER: 0x8D41;
6975
6974
  readonly RGBA4: 0x8056;
6976
6975
  readonly RGB5_A1: 0x8057;
6976
+ readonly RGBA8: 0x8058;
6977
6977
  readonly RGB565: 0x8D62;
6978
6978
  readonly DEPTH_COMPONENT16: 0x81A5;
6979
6979
  readonly STENCIL_INDEX8: 0x8D48;
@@ -7547,6 +7547,7 @@ interface WebGLRenderingContextBase {
7547
7547
  readonly RENDERBUFFER: 0x8D41;
7548
7548
  readonly RGBA4: 0x8056;
7549
7549
  readonly RGB5_A1: 0x8057;
7550
+ readonly RGBA8: 0x8058;
7550
7551
  readonly RGB565: 0x8D62;
7551
7552
  readonly DEPTH_COMPONENT16: 0x81A5;
7552
7553
  readonly STENCIL_INDEX8: 0x8D48;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/serviceworker",
3
- "version": "0.0.81",
3
+ "version": "0.0.82",
4
4
  "description": "Types for the global scope of Service Workers",
5
5
  "license": "Apache-2.0",
6
6
  "contributors": [],