@sapphire/fetch 2.4.2-next.117ba27.0 → 2.4.2-next.13010ee.0

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/README.md CHANGED
@@ -190,6 +190,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
190
190
  </tr>
191
191
  <tr>
192
192
  <td align="center"><a href="https://www.goestav.com/"><img src="https://avatars.githubusercontent.com/u/27970303?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Goestav</b></sub></a><br /><a href="https://github.com/sapphiredev/utilities/commits?author=goestav" title="Code">💻</a></td>
193
+ <td align="center"><a href="https://github.com/didinele"><img src="https://avatars.githubusercontent.com/u/27137376?v=4?s=100" width="100px;" alt=""/><br /><sub><b>DD</b></sub></a><br /><a href="https://github.com/sapphiredev/utilities/commits?author=didinele" title="Code">💻</a></td>
193
194
  </tr>
194
195
  </table>
195
196
 
@@ -148,9 +148,8 @@ var SapphireFetch = (function (exports) {
148
148
  exports.QueryError = QueryError;
149
149
  exports.fetch = fetch;
150
150
 
151
- Object.defineProperty(exports, '__esModule', { value: true });
152
-
153
151
  return exports;
154
152
 
155
153
  })({});
154
+ //# sourceMappingURL=out.js.map
156
155
  //# sourceMappingURL=index.global.js.map
package/dist/index.js CHANGED
@@ -1,7 +1,5 @@
1
1
  'use strict';
2
2
 
3
- Object.defineProperty(exports, '__esModule', { value: true });
4
-
5
3
  globalThis && globalThis.fetch ? globalThis.fetch : globalThis.fetch = require("cross-fetch");
6
4
  var __defProp = Object.defineProperty;
7
5
  var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
@@ -149,4 +147,5 @@ exports.FetchMethods = FetchMethods;
149
147
  exports.FetchResultTypes = FetchResultTypes;
150
148
  exports.QueryError = QueryError;
151
149
  exports.fetch = fetch;
150
+ //# sourceMappingURL=out.js.map
152
151
  //# sourceMappingURL=index.js.map
package/dist/index.mjs CHANGED
@@ -143,4 +143,5 @@ async function fetch(url, options, type) {
143
143
  __name(fetch, "fetch");
144
144
 
145
145
  export { FetchMediaContentTypes, FetchMethods, FetchResultTypes, QueryError, fetch };
146
+ //# sourceMappingURL=out.js.map
146
147
  //# sourceMappingURL=index.mjs.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sapphire/fetch",
3
- "version": "2.4.2-next.117ba27.0",
3
+ "version": "2.4.2-next.13010ee.0",
4
4
  "description": "Tiny wrapper around cross-fetch (for NodeJS) and window.fetch (for Browsers) for improved TypeScript and data type support",
5
5
  "author": "@sapphire",
6
6
  "license": "MIT",
@@ -59,12 +59,12 @@
59
59
  "access": "public"
60
60
  },
61
61
  "devDependencies": {
62
- "@favware/cliff-jumper": "^1.8.8",
63
- "@vitest/coverage-c8": "^0.24.3",
64
- "tsup": "^6.3.0",
65
- "typedoc": "^0.23.19",
62
+ "@favware/cliff-jumper": "^1.9.0",
63
+ "@vitest/coverage-c8": "^0.25.2",
64
+ "tsup": "^6.5.0",
65
+ "typedoc": "^0.23.21",
66
66
  "typedoc-json-parser": "^7.0.1",
67
- "typescript": "^4.8.4",
68
- "vitest": "^0.24.3"
67
+ "typescript": "^4.9.3",
68
+ "vitest": "^0.25.2"
69
69
  }
70
70
  }