@types/audioworklet 0.0.20 → 0.0.21

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.
package/README.md CHANGED
@@ -18,6 +18,7 @@ To use `@types/audioworklet` you need to do two things:
18
18
 
19
19
  That's all.
20
20
 
21
+ If you'd like to ensure that the DOM types are never accidentally included, you can use [@orta/types-noop](https://www.npmjs.com/package/@orta/type-noops) in TypeScript 4.5+.
21
22
 
22
23
  ## SemVer
23
24
 
@@ -27,4 +28,4 @@ This project does not respect semantic versioning as almost every change could p
27
28
 
28
29
  ## Deploy Metadata
29
30
 
30
- You can read what changed in version 0.0.20 at https://github.com/microsoft/TypeScript-DOM-lib-generator/releases/tag/%40types%2Faudioworklet%400.0.20.
31
+ You can read what changed in version 0.0.21 at https://github.com/microsoft/TypeScript-DOM-lib-generator/releases/tag/%40types%2Faudioworklet%400.0.21.
package/index.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- /// <reference path="./index.iterable.d.ts" />
1
+ /// <reference path="./iterable.d.ts" />
2
2
 
3
3
  /////////////////////////////
4
4
  /// AudioWorklet APIs
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/audioworklet",
3
- "version": "0.0.20",
3
+ "version": "0.0.21",
4
4
  "description": "Types for the global scope of Audio Worklets",
5
5
  "license": "MIT",
6
6
  "contributors": [],