@webex/web-media-effects-types 2.32.0 → 2.32.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 -0
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -482,6 +482,7 @@ interface DebugOverlayCoreOptions {
482
482
  showOnInit?: boolean;
483
483
  updateInterval?: number;
484
484
  maxErrors?: number;
485
+ disableKeyboardShortcut?: boolean;
485
486
  }
486
487
  interface DebugOverlayPluginOptions {
487
488
  debug?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webex/web-media-effects-types",
3
- "version": "2.32.0",
3
+ "version": "2.32.1",
4
4
  "description": "TypeScript definitions for @webex/web-media-effects",
5
5
  "main": "",
6
6
  "types": "index.d.ts",