@sapphire/fetch 2.0.0-next.7b0a823b.0 → 2.0.0-next.a316abca.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  # @sapphire/fetch
6
6
 
7
- **Tiny wrapper around node-fetch for improved TypeScript and data type support**
7
+ **Tiny wrapper around cross-fetch for improved TypeScript and data type support**
8
8
 
9
9
  [![GitHub](https://img.shields.io/github/license/sapphiredev/utilities)](https://github.com/sapphiredev/utilities/blob/main/LICENSE.md)
10
10
  [![codecov](https://codecov.io/gh/sapphiredev/utilities/branch/main/graph/badge.svg?token=OEGIV6RFDO)](https://codecov.io/gh/sapphiredev/utilities)
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sapphire/fetch",
3
- "version": "2.0.0-next.7b0a823b.0",
4
- "description": "Tiny wrapper around node-fetch for improved TypeScript and data type support",
3
+ "version": "2.0.0-next.a316abca.0",
4
+ "description": "Tiny wrapper around cross-fetch for improved TypeScript and data type support",
5
5
  "author": "@sapphire",
6
6
  "license": "MIT",
7
7
  "main": "dist/index.js",
@@ -54,5 +54,5 @@
54
54
  "publishConfig": {
55
55
  "access": "public"
56
56
  },
57
- "gitHead": "7b0a823b4834981ab401a14b1377d084278d80f7"
57
+ "gitHead": "a316abcaa86afffb375033d991e95cb40ade2dee"
58
58
  }