whale-cmp 0.12.0 → 0.12.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
@@ -9,6 +9,7 @@ export class WhaleCMP {
9
9
  open: Function
10
10
  onKeydown: Function
11
11
  visible: boolean
12
+ close: Function
12
13
  }
13
14
  declare global {
14
15
  interface Window {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "whale-cmp",
3
- "version": "0.12.0",
3
+ "version": "0.12.1",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {