@minecraft/server-admin 1.0.0-beta.1.20.0-preview.24 → 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.
Files changed (2) hide show
  1. package/index.d.ts +3 -3
  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.20.0-preview.24"
21
+ * "version": "1.0.0-beta.1.20.0-stable"
22
22
  * }
23
23
  * ```
24
24
  *
@@ -37,7 +37,7 @@ export class SecretString {
37
37
  * configuration.
38
38
  */
39
39
  export class ServerSecrets {
40
- protected constructor();
40
+ private constructor();
41
41
  /**
42
42
  * @remarks
43
43
  * A list of available, configured server secrets.
@@ -62,7 +62,7 @@ export class ServerSecrets {
62
62
  * configuration.
63
63
  */
64
64
  export class ServerVariables {
65
- protected constructor();
65
+ private constructor();
66
66
  /**
67
67
  * @remarks
68
68
  * A list of available, configured server variables.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@minecraft/server-admin",
3
- "version": "1.0.0-beta.1.20.0-preview.24",
3
+ "version": "1.0.0-beta.1.20.0-stable",
4
4
  "description": "",
5
5
  "contributors": [
6
6
  {