@coorpacademy/app-review 0.7.1 → 0.7.2-alpha.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.
@@ -142,6 +142,7 @@ export declare type AppOptions = {
142
142
  skillRef?: string;
143
143
  services: Services;
144
144
  onQuitClick: () => void;
145
+ translate: Function;
145
146
  url: string;
146
147
  callbackOnViewChanged?: (viewName: ViewName) => void;
147
148
  };
@@ -142,6 +142,7 @@ export declare type AppOptions = {
142
142
  skillRef?: string;
143
143
  services: Services;
144
144
  onQuitClick: () => void;
145
+ translate: Function;
145
146
  url: string;
146
147
  callbackOnViewChanged?: (viewName: ViewName) => void;
147
148
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coorpacademy/app-review",
3
- "version": "0.7.1",
3
+ "version": "0.7.2-alpha.0+c67805b5f",
4
4
  "description": "",
5
5
  "engines": {
6
6
  "node": ">=16.15.0"
@@ -34,8 +34,9 @@
34
34
  "main": "lib/index.js",
35
35
  "module": "es/index.js",
36
36
  "dependencies": {
37
- "@coorpacademy/components": "10.27.0",
37
+ "@coorpacademy/components": "10.27.1-alpha.0+c67805b5f",
38
38
  "@coorpacademy/redux-task": "1.1.6",
39
+ "@coorpacademy/translate": "6.1.5",
39
40
  "cross-fetch": "^3.1.5",
40
41
  "jwt-decode": "^3.1.2",
41
42
  "react-redux": "^7.2.9",
@@ -69,5 +70,5 @@
69
70
  "webpack-cli": "^4.10.0",
70
71
  "webpack-dev-server": "^4.11.1"
71
72
  },
72
- "gitHead": "1d0fae07e26ce0943039363b3639b754329a36b7"
73
+ "gitHead": "c67805b5f6cd6c8d74a4d9c3ead99fa8a0d5465d"
73
74
  }