@sapphire/plugin-api 3.1.4 → 3.1.5-next.9d02a03.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 +4 -0
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -138,6 +138,10 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
138
138
  <td align="center"><a href="https://megatank58.me/"><img src="https://avatars.githubusercontent.com/u/51410502?v=4?s=100" width="100px;" alt=""/><br /><sub><b>megatank58</b></sub></a><br /><a href="https://github.com/sapphiredev/plugins/commits?author=megatank58" title="Code">💻</a></td>
139
139
  <td align="center"><a href="https://fc5570.me/"><img src="https://avatars.githubusercontent.com/u/68158483?v=4?s=100" width="100px;" alt=""/><br /><sub><b>FC</b></sub></a><br /><a href="https://github.com/sapphiredev/plugins/commits?author=FC5570" title="Code">💻</a></td>
140
140
  </tr>
141
+ <tr>
142
+ <td align="center"><a href="https://github.com/Suyashtnt"><img src="https://avatars.githubusercontent.com/u/45307955?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Just a Badly Drawn TABS Dude</b></sub></a><br /><a href="https://github.com/sapphiredev/plugins/commits?author=Suyashtnt" title="Code">💻</a></td>
143
+ <td align="center"><a href="https://newtt.me/"><img src="https://avatars.githubusercontent.com/u/19301186?v=4?s=100" width="100px;" alt=""/><br /><sub><b>newt :D</b></sub></a><br /><a href="https://github.com/sapphiredev/plugins/commits?author=newtykins" title="Code">💻</a></td>
144
+ </tr>
141
145
  </table>
142
146
 
143
147
  <!-- markdownlint-restore -->
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sapphire/plugin-api",
3
- "version": "3.1.4",
3
+ "version": "3.1.5-next.9d02a03.0",
4
4
  "description": "Plugin for @sapphire/framework to expose a REST API",
5
5
  "author": "@sapphire",
6
6
  "license": "MIT",
@@ -33,9 +33,9 @@
33
33
  "prepublishOnly": "yarn build"
34
34
  },
35
35
  "dependencies": {
36
- "@types/node-fetch": "2.5.12",
36
+ "@types/node-fetch": "2.6.1",
37
37
  "@types/psl": "^1.1.0",
38
- "@types/ws": "^8.2.2",
38
+ "@types/ws": "^8.5.1",
39
39
  "node-fetch": "2.6.7",
40
40
  "psl": "^1.8.0",
41
41
  "tslib": "^2.3.1"
@@ -70,5 +70,5 @@
70
70
  "publishConfig": {
71
71
  "access": "public"
72
72
  },
73
- "gitHead": "8efee8b0bbdbddb43bb1836346f2a91cf20f6274"
73
+ "gitHead": "9d02a0342d4a90c9c30ceb936c153bcda7e897b5"
74
74
  }