whale-cmp 0.14.0 → 0.14.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 (3) hide show
  1. package/index.d.ts +1 -1
  2. package/index.js +1 -1
  3. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -18,7 +18,7 @@ export class WhaleCMP {
18
18
  * @param ele - The element to attach to
19
19
  * @param language - Initial language (default: 'en')
20
20
  */
21
- constructor(ele: Element, language?: SupportedLanguage);
21
+ constructor(ele?: Element, language?: SupportedLanguage);
22
22
 
23
23
  /**
24
24
  * Set the language for the CMP interface