@sapphire/plugin-api 3.0.2-next.9bff8fe3.0 → 3.0.3-next.13bb97b.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 -5
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -53,7 +53,7 @@ require('@sapphire/plugin-api/register');
|
|
|
53
53
|
|
|
54
54
|
**TypeScript**
|
|
55
55
|
|
|
56
|
-
```
|
|
56
|
+
```typescript
|
|
57
57
|
import '@sapphire/plugin-api/register';
|
|
58
58
|
```
|
|
59
59
|
|
|
@@ -90,10 +90,6 @@ Then, you can use the following configuration options in your SapphireClient ext
|
|
|
90
90
|
}
|
|
91
91
|
```
|
|
92
92
|
|
|
93
|
-
## API Documentation
|
|
94
|
-
|
|
95
|
-
For the full API documentation please refer to the TypeDoc generated [documentation](https://sapphiredev.github.io/plugins/modules/_sapphire_plugin_api.html).
|
|
96
|
-
|
|
97
93
|
## Buy us some doughnuts
|
|
98
94
|
|
|
99
95
|
Sapphire Community is and always will be open source, even if we don't get donations. That being said, we know there are amazing people who may still want to donate just to show their appreciation. Thank you very much in advance!
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sapphire/plugin-api",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.3-next.13bb97b.0",
|
|
4
4
|
"description": "Plugin for @sapphire/framework to expose a REST API",
|
|
5
5
|
"author": "@sapphire",
|
|
6
6
|
"license": "MIT",
|
|
@@ -35,8 +35,8 @@
|
|
|
35
35
|
"dependencies": {
|
|
36
36
|
"@types/node-fetch": "^2.5.12",
|
|
37
37
|
"@types/psl": "^1.1.0",
|
|
38
|
-
"@types/ws": "8.2.0",
|
|
39
|
-
"node-fetch": "^2.6.
|
|
38
|
+
"@types/ws": "^8.2.0",
|
|
39
|
+
"node-fetch": "^2.6.6",
|
|
40
40
|
"psl": "^1.8.0",
|
|
41
41
|
"tslib": "^2.3.1"
|
|
42
42
|
},
|
|
@@ -70,5 +70,5 @@
|
|
|
70
70
|
"publishConfig": {
|
|
71
71
|
"access": "public"
|
|
72
72
|
},
|
|
73
|
-
"gitHead": "
|
|
73
|
+
"gitHead": "13bb97bb3fcffab310a8873672dea71a152c5a4a"
|
|
74
74
|
}
|