@everymatrix/player-profile-info 0.0.123 → 0.0.124

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-profile-info",
3
- "version": "0.0.123",
3
+ "version": "0.0.124",
4
4
  "main": "dist/player-profile-info.js",
5
5
  "svelte": "src/index.ts",
6
6
  "scripts": {
@@ -36,5 +36,5 @@
36
36
  "publishConfig": {
37
37
  "access": "public"
38
38
  },
39
- "gitHead": "43981994e6285515fd84d98449912f329fd77b1e"
39
+ "gitHead": "515aef2fcf52976ea1f8cd3aa96a9576fa4f03d9"
40
40
  }
@@ -11241,6 +11241,10 @@
11241
11241
 
11242
11242
  break;
11243
11243
 
11244
+ case 'DisableProfileInfoButtons':
11245
+ differencesExist = false;
11246
+ break;
11247
+
11244
11248
  default:
11245
11249
  // do nothing
11246
11250
  break;