@webex/web-media-effects-types 2.21.0 → 2.21.1

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/index.d.ts +1 -1
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -357,7 +357,7 @@ declare abstract class BaseInferencePlugin<T, O> {
357
357
  protected core: T;
358
358
  protected options: O;
359
359
  protected isEffectEnabled: boolean;
360
- protected isInitialized: boolean;
360
+ isInitialized: boolean;
361
361
  constructor(options?: Partial<O>);
362
362
  initialize(effect: VirtualBackgroundEffect): void;
363
363
  dispose(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webex/web-media-effects-types",
3
- "version": "2.21.0",
3
+ "version": "2.21.1",
4
4
  "description": "TypeScript definitions for @webex/web-media-effects",
5
5
  "main": "",
6
6
  "types": "index.d.ts",