@sapphire/fetch 2.4.2-next.0e56a92.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 +1 -0
- package/dist/index.global.js +1 -2
- package/dist/index.js +1 -2
- package/dist/index.mjs +1 -0
- package/package.json +8 -8
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
|
|
package/dist/index.global.js
CHANGED
|
@@ -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
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sapphire/fetch",
|
|
3
|
-
"version": "2.4.2-next.
|
|
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.
|
|
63
|
-
"@vitest/coverage-c8": "^0.
|
|
64
|
-
"tsup": "^6.
|
|
65
|
-
"typedoc": "^0.23.
|
|
66
|
-
"typedoc-json-parser": "^
|
|
67
|
-
"typescript": "^4.
|
|
68
|
-
"vitest": "^0.
|
|
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
|
+
"typedoc-json-parser": "^7.0.1",
|
|
67
|
+
"typescript": "^4.9.3",
|
|
68
|
+
"vitest": "^0.25.2"
|
|
69
69
|
}
|
|
70
70
|
}
|