vigor-roblox 1.0.0 → 1.0.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.
package/dist/index.js CHANGED
@@ -1102,7 +1102,7 @@ class VigorFetch extends VigorStatus {
1102
1102
  });
1103
1103
  try {
1104
1104
  try {
1105
- new URL(stats.origin[0]);
1105
+ new URL(stats.origin);
1106
1106
  }
1107
1107
  catch {
1108
1108
  throw new VigorFetchError("INVALID_PROTOCOL", {
package/dist/index.mjs CHANGED
@@ -1100,7 +1100,7 @@ class VigorFetch extends VigorStatus {
1100
1100
  });
1101
1101
  try {
1102
1102
  try {
1103
- new URL(stats.origin[0]);
1103
+ new URL(stats.origin);
1104
1104
  }
1105
1105
  catch {
1106
1106
  throw new VigorFetchError("INVALID_PROTOCOL", {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vigor-roblox",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",
@@ -39,6 +39,6 @@
39
39
  "rollup": "^4.60.2",
40
40
  "rollup-plugin-dts": "^6.4.1",
41
41
  "tslib": "^2.8.1",
42
- "vigor-fetch": "^3.1.8"
42
+ "vigor-fetch": "^3.1.9"
43
43
  }
44
44
  }