@sapphire/fetch 2.4.2-next.b0e3112.0 → 2.4.2-next.b25cdbe.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/package.json +8 -8
package/README.md
CHANGED
|
@@ -191,6 +191,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
|
|
|
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
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>
|
|
194
|
+
<td align="center"><a href="https://steamcommunity.com/id/06000208"><img src="https://avatars.githubusercontent.com/u/52764066?v=4?s=100" width="100px;" alt=""/><br /><sub><b>amber</b></sub></a><br /><a href="https://github.com/sapphiredev/utilities/commits?author=06000208" title="Code">💻</a></td>
|
|
194
195
|
</tr>
|
|
195
196
|
</table>
|
|
196
197
|
|
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.b25cdbe.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": "^7.0.
|
|
67
|
-
"typescript": "^4.
|
|
68
|
-
"vitest": "^0.
|
|
62
|
+
"@favware/cliff-jumper": "^1.9.0",
|
|
63
|
+
"@vitest/coverage-c8": "^0.26.2",
|
|
64
|
+
"tsup": "^6.5.0",
|
|
65
|
+
"typedoc": "^0.23.23",
|
|
66
|
+
"typedoc-json-parser": "^7.0.2",
|
|
67
|
+
"typescript": "^4.9.4",
|
|
68
|
+
"vitest": "^0.26.2"
|
|
69
69
|
}
|
|
70
70
|
}
|