@clickview/curator 1.39.1 → 1.40.0-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.39.1",
3
+ "version": "1.40.0-rc.1",
4
4
  "description": "curator",
5
5
  "main": "dist/curator-app.js",
6
6
  "types": "dist/index.d.ts",
@@ -28,6 +28,7 @@
28
28
  "dependencies": {
29
29
  "@clickview/styles": "1.32.0",
30
30
  "cropperjs": "1.5.6",
31
+ "moment": "2.30.1",
31
32
  "react-color-palette": "6.2.0",
32
33
  "react-copy-to-clipboard": "5.0.2",
33
34
  "react-dates": "21.8.0",
@@ -2,6 +2,7 @@ declare namespace ClickView {
2
2
  declare namespace Config {
3
3
  declare namespace Urls {
4
4
  declare const ImageAPI: string;
5
+ declare const FileApi: string;
5
6
  declare const PlayerApi: string;
6
7
  declare const LiteUrl: string;
7
8
  declare const RightslineAdmin: string;
@@ -14,5 +15,6 @@ declare namespace ClickView {
14
15
  declare const surname: string;
15
16
  declare const isDev: boolean;
16
17
  declare const name: string;
18
+ declare const countryCode: string;
17
19
  }
18
20
  }