@types/serviceworker 0.0.55 → 0.0.57

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 +1 -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.55 at https://github.com/microsoft/TypeScript-DOM-lib-generator/releases/tag/%40types%2Fserviceworker%400.0.55.
31
+ You can read what changed in version 0.0.57 at https://github.com/microsoft/TypeScript-DOM-lib-generator/releases/tag/%40types%2Fserviceworker%400.0.57.
package/index.d.ts CHANGED
@@ -1052,7 +1052,7 @@ interface Crypto {
1052
1052
  readonly subtle: SubtleCrypto;
1053
1053
  getRandomValues<T extends ArrayBufferView | null>(array: T): T;
1054
1054
  /** Available only in secure contexts. */
1055
- randomUUID(): string;
1055
+ randomUUID(): `${string}-${string}-${string}-${string}-${string}`;
1056
1056
  }
1057
1057
 
1058
1058
  declare var Crypto: {
@@ -1698,7 +1698,6 @@ interface FontFace {
1698
1698
  style: string;
1699
1699
  unicodeRange: string;
1700
1700
  variant: string;
1701
- variationSettings: string;
1702
1701
  weight: string;
1703
1702
  load(): Promise<FontFace>;
1704
1703
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/serviceworker",
3
- "version": "0.0.55",
3
+ "version": "0.0.57",
4
4
  "description": "Types for the global scope of Service Workers",
5
5
  "license": "Apache-2.0",
6
6
  "contributors": [],