@coorpacademy/player-web 4.29.0 → 4.29.1-alpha.6

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.
@@ -1,5 +1,5 @@
1
1
  {
2
- "Access the lesson": "Prisijunkite prie pamokos",
2
+ "Access the lesson": "Eiti į pamoką",
3
3
  "Back to home": "Grįžti į pradžią",
4
4
  "Back to question": "Grįžti prie klausimo",
5
5
  "Bonus!": "Premija!",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coorpacademy/player-web",
3
- "version": "4.29.0",
3
+ "version": "4.29.1-alpha.6+24eb5a9b7",
4
4
  "description": "CoorpAcademy web slide-player",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",
@@ -60,7 +60,7 @@
60
60
  "react-dom": "^17.0.2"
61
61
  },
62
62
  "dependencies": {
63
- "@coorpacademy/components": "11.40.0",
63
+ "@coorpacademy/components": "11.40.1-alpha.6+24eb5a9b7",
64
64
  "@coorpacademy/player-services": "5.3.1",
65
65
  "@coorpacademy/player-store": "4.3.1",
66
66
  "@coorpacademy/progression-engine": "11.8.1",
@@ -69,5 +69,5 @@
69
69
  "eslint": "^8.24.0",
70
70
  "lodash": "^4.17.21"
71
71
  },
72
- "gitHead": "663355a6d884caf861b9bf95f62a49790c55df92"
72
+ "gitHead": "24eb5a9b787179a5c00a20ce581c331db13840fa"
73
73
  }