@cardsjd/device 0.1.7 → 0.1.8

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.
Files changed (2) hide show
  1. package/lib/device.js +1 -1
  2. package/package.json +1 -1
package/lib/device.js CHANGED
@@ -77,7 +77,7 @@ export default class Device {
77
77
 
78
78
  //discord has a platform in its url and messes up detection //detect first
79
79
  if (window.location.host.includes('discord') || (window.location.href.includes("localhost") && window.location.href.includes("frame_id"))) {
80
- return 'discord';
80
+ return 'Discord';
81
81
  }
82
82
 
83
83
  //override
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@cardsjd/device",
3
3
  "private": false,
4
- "version": "0.1.7",
4
+ "version": "0.1.8",
5
5
  "type": "module",
6
6
  "main": "lib/index.js",
7
7
  "files": [