@clickview/curator 1.54.1 → 1.54.2-rc.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clickview/curator",
3
- "version": "1.54.1",
3
+ "version": "1.54.2-rc.1",
4
4
  "description": "curator",
5
5
  "main": "dist/curator-app.js",
6
6
  "types": "dist/index.d.ts",
@@ -21,5 +21,6 @@ declare namespace ClickView {
21
21
  declare const isDev: boolean;
22
22
  declare const name: string;
23
23
  declare const countryCode: string;
24
+ declare const email: string;
24
25
  }
25
26
  }