@minecraft/server-admin 1.0.0-beta.1.19.80-preview.20 → 1.0.0-beta.1.19.80-preview.23

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/index.d.ts +1 -4
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -18,7 +18,7 @@
18
18
  * ```json
19
19
  * {
20
20
  * "module_name": "@minecraft/server-admin",
21
- * "version": "1.0.0-beta.1.19.80-preview.20"
21
+ * "version": "1.0.0-beta.1.19.80-preview.23"
22
22
  * }
23
23
  * ```
24
24
  *
@@ -28,7 +28,6 @@
28
28
  * secret string. The contents of that string are not available
29
29
  * to script; this object is just a placeholder.
30
30
  */
31
- // tslint:disable-next-line:no-unnecessary-class
32
31
  export class SecretString {
33
32
  constructor(value: string);
34
33
  }
@@ -48,7 +47,6 @@ export class ServerSecrets {
48
47
  * configured in a JSON file. In certain objects, like an
49
48
  * HttpHeader, this Secret is resolved at the time of execution
50
49
  * but is not made available to the script environment.
51
- * @param name
52
50
  */
53
51
  get(name: string): SecretString | undefined;
54
52
  }
@@ -66,7 +64,6 @@ export class ServerVariables {
66
64
  * @remarks
67
65
  * Returns the value of variable that has been configured in a
68
66
  * dedicated server configuration JSON file.
69
- * @param name
70
67
  */
71
68
  get(name: string): any | undefined;
72
69
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@minecraft/server-admin",
3
- "version": "1.0.0-beta.1.19.80-preview.20",
3
+ "version": "1.0.0-beta.1.19.80-preview.23",
4
4
  "description": "",
5
5
  "contributors": [
6
6
  {