@clickview/online 0.0.2 → 0.0.3-rc.0

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.
@@ -65,7 +65,6 @@ import '../../../libs/shared/src/utils/shared-utils.lang.json';
65
65
  import '../../../libs/shared/src/utils/video-actions/video-actions-helper.lang.json';
66
66
  export * from './shared/constants/Layouts';
67
67
  export * from './shared/constants/Services';
68
- export * from './shared/services/LanguageDataService';
69
68
  export * from './shared/services/OnlineContextService';
70
69
  export * from './shared/layouts/OnlineLayoutView';
71
70
  export * from './apps/default/OnlineDefaultApplication';
@@ -93,6 +92,7 @@ import { CacheDurations } from "../../../libs/shared/src/constants/CacheDuration
93
92
  import { SharedDataServices } from "../../../libs/shared/src/constants/SharedServices";
94
93
  import { ConfigDataService } from "../../../libs/shared/src/services/ConfigDataService";
95
94
  import { UserDataService } from "../../../libs/shared/src/services/UserDataService";
95
+ import { LanguageDataService } from "../../../libs/shared/src/services/LanguageDataService";
96
96
  import { ImageUrlService } from "../../../libs/shared/src/services/ImageUrlService";
97
97
  import { AppOptionsService } from "../../../libs/shared/src/services/AppOptionsService";
98
98
  import { AlertError } from "../../../libs/shared/src/errors/primitives/AlertError";
@@ -106,4 +106,4 @@ import { CollectionApiClientHelper } from "../../../libs/analytics/src/utils/Col
106
106
  import { CountryRegionMapping } from "../../../libs/analytics/src/constants/CountryRegionMapping";
107
107
  import { CoreContextEnricher } from "../../../libs/analytics/src/enrichers/CoreContextEnricher";
108
108
  import { UserDataEnricher } from "../../../libs/analytics/src/enrichers/UserDataEnricher";
109
- export { Core, InstanceManager, BaseAlertService, AlertType, FifoMemoryCache, AjaxDataProvider, ConcurrencyHelper, UrlHelper, DevError, NotImplementedError, CommonServices, LanguageService, Flight, ScrollService, CacheDurations, SharedDataServices, ConfigDataService, UserDataService, ImageUrlService, AnalyticsService, DebuggerClient, EventTransport, CollectionApiClient, CollectionApiClientHelper, CountryRegionMapping, CoreContextEnricher, UserDataEnricher, AppOptionsService, AlertError, DialogError, ErrorPageError };
109
+ export { Core, InstanceManager, BaseAlertService, AlertType, FifoMemoryCache, AjaxDataProvider, ConcurrencyHelper, UrlHelper, DevError, NotImplementedError, CommonServices, LanguageService, Flight, ScrollService, CacheDurations, SharedDataServices, ConfigDataService, UserDataService, LanguageDataService, ImageUrlService, AnalyticsService, DebuggerClient, EventTransport, CollectionApiClient, CollectionApiClientHelper, CountryRegionMapping, CoreContextEnricher, UserDataEnricher, AppOptionsService, AlertError, DialogError, ErrorPageError };
@@ -1,3 +1,2 @@
1
- export * from './LanguageDataService';
2
1
  export * from './AppBridgeService';
3
2
  export * from './OnlineContextService';
package/package.json CHANGED
@@ -1,44 +1,44 @@
1
- {
2
- "name": "@clickview/online",
3
- "version": "0.0.2",
4
- "description": "Online",
5
- "main": "dist/online-app.js",
6
- "types": "dist/index.d.ts",
7
- "scripts": {
8
- "start": "set NODE_ENV=development&& webpack -w --config ./tooling/webpack.config.js",
9
- "build": "set NODE_ENV=production&& webpack --config ./tooling/webpack.config.js",
10
- "dev-build": "set NODE_ENV=development&& webpack --config ./tooling/webpack.config.js"
11
- },
12
- "repository": {
13
- "type": "git",
14
- "url": "https://gitlab.cvinternal.net/front-end/clickview"
15
- },
16
- "cv": {
17
- "publishable": true,
18
- "rebuildable": true
19
- },
20
- "author": "",
21
- "license": "ISC",
22
- "devDependencies": {
23
- "@clickview/tooling": "0.0.17",
24
- "@types/linkifyjs": "2.1.3",
25
- "@types/react-sortable-hoc": "0.7.1",
26
- "@types/react-transition-group": "4.2.3",
27
- "@types/yup": "0.26.24"
28
- },
29
- "dependencies": {
30
- "@clickview/styles": "1.0.7",
31
- "yup": "0.27.0"
32
- },
33
- "babel": {
34
- "presets": [
35
- [
36
- "@babel/preset-env",
37
- {
38
- "corejs": 3,
39
- "useBuiltIns": "entry"
40
- }
41
- ]
42
- ]
43
- }
44
- }
1
+ {
2
+ "name": "@clickview/online",
3
+ "version": "0.0.3-rc.0",
4
+ "description": "Online",
5
+ "main": "dist/online-app.js",
6
+ "types": "dist/index.d.ts",
7
+ "scripts": {
8
+ "start": "set NODE_ENV=development&& webpack -w --config ./tooling/webpack.config.js",
9
+ "build": "set NODE_ENV=production&& webpack --config ./tooling/webpack.config.js",
10
+ "dev-build": "set NODE_ENV=development&& webpack --config ./tooling/webpack.config.js"
11
+ },
12
+ "repository": {
13
+ "type": "git",
14
+ "url": "https://gitlab.cvinternal.net/front-end/clickview"
15
+ },
16
+ "cv": {
17
+ "publishable": true,
18
+ "rebuildable": true
19
+ },
20
+ "author": "",
21
+ "license": "ISC",
22
+ "devDependencies": {
23
+ "@clickview/tooling": "0.0.17",
24
+ "@types/linkifyjs": "2.1.3",
25
+ "@types/react-sortable-hoc": "0.7.1",
26
+ "@types/react-transition-group": "4.2.3",
27
+ "@types/yup": "0.26.24"
28
+ },
29
+ "dependencies": {
30
+ "@clickview/styles": "1.0.7",
31
+ "yup": "0.27.0"
32
+ },
33
+ "babel": {
34
+ "presets": [
35
+ [
36
+ "@babel/preset-env",
37
+ {
38
+ "corejs": 3,
39
+ "useBuiltIns": "entry"
40
+ }
41
+ ]
42
+ ]
43
+ }
44
+ }