@everymatrix/player-account-controller 0.0.348 → 0.0.351
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/index.html
CHANGED
|
@@ -32,10 +32,10 @@
|
|
|
32
32
|
|
|
33
33
|
<div class="webcomponent">
|
|
34
34
|
<player-account-controller
|
|
35
|
-
endpoint="https://
|
|
36
|
-
cmsendpoint="https://
|
|
37
|
-
playerid="
|
|
38
|
-
session="
|
|
35
|
+
endpoint="https://ngenge-com-api.stage.norway.everymatrix.com/v1"
|
|
36
|
+
cmsendpoint="https://ngenge-stage2.everymatrix.com/apijson"
|
|
37
|
+
playerid="4229347"
|
|
38
|
+
session="a23b61f6-4b89-443b-ada8-093fd465e57a"
|
|
39
39
|
customnotifications="#58586B,#2687F6,#D0046C"
|
|
40
40
|
lang="en"
|
|
41
41
|
env="stage"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@everymatrix/player-account-controller",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.351",
|
|
4
4
|
"main": "dist/player-account-controller.js",
|
|
5
5
|
"svelte": "src/index.ts",
|
|
6
6
|
"scripts": {
|
|
@@ -29,8 +29,8 @@
|
|
|
29
29
|
"typescript": "^3.9.3"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@everymatrix/player-account-menu": "^0.0.
|
|
33
|
-
"@everymatrix/player-account-notifications": "^0.0.
|
|
32
|
+
"@everymatrix/player-account-menu": "^0.0.351",
|
|
33
|
+
"@everymatrix/player-account-notifications": "^0.0.351",
|
|
34
34
|
"cross-env": "^7.0.3",
|
|
35
35
|
"sirv-cli": "^1.0.0",
|
|
36
36
|
"svelte": "^3.0.0"
|
|
@@ -38,5 +38,5 @@
|
|
|
38
38
|
"publishConfig": {
|
|
39
39
|
"access": "public"
|
|
40
40
|
},
|
|
41
|
-
"gitHead": "
|
|
41
|
+
"gitHead": "16d8fe8c258e64a83421f55963fbc29d71bc2b3b"
|
|
42
42
|
}
|
package/src/translations.js
CHANGED
|
@@ -11,6 +11,18 @@ export const PlayerAccountControllerTranslations = {
|
|
|
11
11
|
realityCheckSuccess: 'Reality check options saved'
|
|
12
12
|
}
|
|
13
13
|
},
|
|
14
|
+
zh: {
|
|
15
|
+
playerAccount: {
|
|
16
|
+
profileUpdateSuccess: '資料更新!',
|
|
17
|
+
timeoutSuccess: '超時有效',
|
|
18
|
+
selfExclusionSuccess: '自我排斥活躍',
|
|
19
|
+
accountClosureSuccess: '賬戶關閉',
|
|
20
|
+
limitsUpdateSuccess: '限制已更新',
|
|
21
|
+
limitsDeleteSuccess: '已刪除限制',
|
|
22
|
+
passwordChangedSuccess: '密碼修改成功',
|
|
23
|
+
realityCheckSuccess: '現實檢查選項已保存'
|
|
24
|
+
}
|
|
25
|
+
},
|
|
14
26
|
fr: {
|
|
15
27
|
playerAccount: {
|
|
16
28
|
profileUpdateSuccess: 'Mise à jour du profil!',
|