@webex/web-media-effects-types 2.20.7 → 2.20.8

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 (2) hide show
  1. package/README.md +2 -6
  2. package/package.json +3 -2
package/README.md CHANGED
@@ -4,7 +4,7 @@ TypeScript definitions for the `@webex/web-media-effects` package.
4
4
 
5
5
  ## Overview
6
6
 
7
- This package provides TypeScript definitions for the `@webex/web-media-effects` library. It is designed to be used by developers who require only the type definitions without importing the entire `web-media-effects` library.
7
+ This package provides TypeScript definitions for the `@webex/web-media-effects` library. It is designed to be used by developers who require only the type definitions without importing the entire `@webex/web-media-effects` library.
8
8
 
9
9
  ## Installation
10
10
 
@@ -41,13 +41,9 @@ const noiseReductionOptions: NoiseReductionEffectOptions = {
41
41
  const noiseReductionEffect = new NoiseReductionEffect(noiseReductionOptions);
42
42
  ```
43
43
 
44
- ## Contributing
45
-
46
- We welcome contributions! If you find a bug or want to add new features, feel free to open an issue or submit a pull request.
47
-
48
44
  ## License
49
45
 
50
- This project is licensed under the terms of the [SEE LICENSE IN LICENSE.md](LICENSE.md).
46
+ This project is licensed under the terms of the [SEE LICENSE IN LICENSE.md](./LICENSE.md).
51
47
 
52
48
  ## Repository
53
49
 
package/package.json CHANGED
@@ -1,11 +1,12 @@
1
1
  {
2
2
  "name": "@webex/web-media-effects-types",
3
- "version": "2.20.7",
3
+ "version": "2.20.8",
4
4
  "description": "TypeScript definitions for @webex/web-media-effects",
5
5
  "main": "",
6
6
  "types": "index.d.ts",
7
7
  "files": [
8
- "index.d.ts"
8
+ "index.d.ts",
9
+ "LICENSE.md"
9
10
  ],
10
11
  "scripts": {
11
12
  "prepare": "cp ../dist/types/index.d.ts ./index.d.ts"