@overlayed/app 0.8.0 → 0.8.1

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/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1056,7 +1056,7 @@ function vs(s) {
1056
1056
  ue = s;
1057
1057
  }
1058
1058
  const ie = et.create({
1059
- baseURL: void 0,
1059
+ baseURL: "https://api-dev.overlayed.gg",
1060
1060
  headers: {
1061
1061
  Accept: "application/json",
1062
1062
  "Accept-Encoding": "gzip, deflate, br"
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@overlayed/app",
3
3
  "author": "overlayed.gg",
4
4
  "homepage": "https://overlayed.gg",
5
- "version": "0.8.0",
5
+ "version": "0.8.1",
6
6
  "description": "Overlayed app",
7
7
  "license": "BSD-3-Clause",
8
8
  "repository": {