@minecraft/server-net 1.0.0-beta.1.20.0-preview.25 → 1.0.0-beta.1.20.0-stable
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/index.d.ts +3 -3
- package/package.json +2 -2
package/index.d.ts
CHANGED
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
* ```json
|
|
18
18
|
* {
|
|
19
19
|
* "module_name": "@minecraft/server-net",
|
|
20
|
-
* "version": "1.0.0-beta.1.20.0-
|
|
20
|
+
* "version": "1.0.0-beta.1.20.0-stable"
|
|
21
21
|
* }
|
|
22
22
|
* ```
|
|
23
23
|
*
|
|
@@ -68,7 +68,7 @@ export enum HttpRequestMethod {
|
|
|
68
68
|
}
|
|
69
69
|
|
|
70
70
|
export class HttpClient {
|
|
71
|
-
|
|
71
|
+
private constructor();
|
|
72
72
|
/**
|
|
73
73
|
* @remarks
|
|
74
74
|
* Cancels all pending requests.
|
|
@@ -221,7 +221,7 @@ export class HttpRequest {
|
|
|
221
221
|
* Main object that contains result information from a request.
|
|
222
222
|
*/
|
|
223
223
|
export class HttpResponse {
|
|
224
|
-
|
|
224
|
+
private constructor();
|
|
225
225
|
/**
|
|
226
226
|
* @remarks
|
|
227
227
|
* Body content of the HTTP response.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@minecraft/server-net",
|
|
3
|
-
"version": "1.0.0-beta.1.20.0-
|
|
3
|
+
"version": "1.0.0-beta.1.20.0-stable",
|
|
4
4
|
"description": "",
|
|
5
5
|
"contributors": [
|
|
6
6
|
{
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
}
|
|
14
14
|
],
|
|
15
15
|
"dependencies": {
|
|
16
|
-
"@minecraft/server-admin": "1.0.0-beta.1.20.0-
|
|
16
|
+
"@minecraft/server-admin": "1.0.0-beta.1.20.0-stable"
|
|
17
17
|
},
|
|
18
18
|
"license": "MIT"
|
|
19
19
|
}
|