@everymatrix/player-account-controller 0.0.206 → 0.0.207

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.206",
3
+ "version": "0.0.207",
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.206",
33
- "@everymatrix/player-account-notifications": "^0.0.206",
32
+ "@everymatrix/player-account-menu": "^0.0.207",
33
+ "@everymatrix/player-account-notifications": "^0.0.207",
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": "19b20a886db165955575009bd82cc36d837d74d0"
41
+ "gitHead": "1769a90f32edd782f70c332e0834a59951c3be6d"
42
42
  }
@@ -142,7 +142,7 @@
142
142
  let timeoutValue = e.data.timeoutSelected;
143
143
 
144
144
  let dataTimeout = {
145
- cooloff: {
145
+ coolOff: {
146
146
  period: timeoutValue
147
147
  }
148
148
  };
@@ -176,7 +176,6 @@
176
176
  period: selfExclusionPeriod,
177
177
  expiryDate: selfExclusionExpiryDate,
178
178
  selfExclusionReason: 'UserRequest',
179
- sendNotificationEmail: true,
180
179
  }
181
180
  };
182
181
  let setSelfExclusion = {