@everymatrix/player-account-controller 0.0.205 → 0.0.206
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@everymatrix/player-account-controller",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.206",
|
|
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.206",
|
|
33
|
+
"@everymatrix/player-account-notifications": "^0.0.206",
|
|
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": "19b20a886db165955575009bd82cc36d837d74d0"
|
|
42
42
|
}
|
|
@@ -174,7 +174,9 @@
|
|
|
174
174
|
let dataSelfExclusion = {
|
|
175
175
|
selfExclusion: {
|
|
176
176
|
period: selfExclusionPeriod,
|
|
177
|
-
expiryDate: selfExclusionExpiryDate
|
|
177
|
+
expiryDate: selfExclusionExpiryDate,
|
|
178
|
+
selfExclusionReason: 'UserRequest',
|
|
179
|
+
sendNotificationEmail: true,
|
|
178
180
|
}
|
|
179
181
|
};
|
|
180
182
|
let setSelfExclusion = {
|