@coorpacademy/player-web 4.29.6 → 4.29.7
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/locales/sl/player.json +1 -1
- package/package.json +3 -3
package/locales/sl/player.json
CHANGED
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"Validate": "Predloži",
|
|
49
49
|
"Submit your Answer": "Oddajte svoj odgovor",
|
|
50
50
|
"Wrong answer": "Napačen odgovor",
|
|
51
|
-
"You are out of lives!": "
|
|
51
|
+
"You are out of lives!": "Zmanjkalo vam je življenj!",
|
|
52
52
|
"Your answer_": "Vaš odgovor:",
|
|
53
53
|
"Your answers_": "Vaši odgovori:",
|
|
54
54
|
"Need help? Found a bug? Report it here": "Rabim pomoč? Ste našli napako? Sporočite tukaj"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@coorpacademy/player-web",
|
|
3
|
-
"version": "4.29.
|
|
3
|
+
"version": "4.29.7",
|
|
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.
|
|
63
|
+
"@coorpacademy/components": "11.40.7",
|
|
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": "
|
|
72
|
+
"gitHead": "a38725dfb71ba1d4caf3844a40318cb2d44d3111"
|
|
73
73
|
}
|