@minecraft/server-editor 0.1.0-beta.1.20.30-preview.20 → 0.1.0-beta.1.20.30-preview.21
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 +2 -1
- package/package.json +2 -2
package/index.d.ts
CHANGED
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
* ```json
|
|
15
15
|
* {
|
|
16
16
|
* "module_name": "@minecraft/server-editor",
|
|
17
|
-
* "version": "0.1.0-beta.1.20.30-preview.
|
|
17
|
+
* "version": "0.1.0-beta.1.20.30-preview.21"
|
|
18
18
|
* }
|
|
19
19
|
* ```
|
|
20
20
|
*
|
|
@@ -1038,6 +1038,7 @@ export class MinecraftEditor {
|
|
|
1038
1038
|
* messages sent to this instance will be broadcast to all
|
|
1039
1039
|
* connected editor client sessions
|
|
1040
1040
|
*
|
|
1041
|
+
* @throws This property can throw when used.
|
|
1041
1042
|
*/
|
|
1042
1043
|
readonly log: Logger;
|
|
1043
1044
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@minecraft/server-editor",
|
|
3
|
-
"version": "0.1.0-beta.1.20.30-preview.
|
|
3
|
+
"version": "0.1.0-beta.1.20.30-preview.21",
|
|
4
4
|
"description": "",
|
|
5
5
|
"contributors": [
|
|
6
6
|
{
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
}
|
|
14
14
|
],
|
|
15
15
|
"dependencies": {
|
|
16
|
-
"@minecraft/server": "^1.6.0-beta.1.20.30-preview.
|
|
16
|
+
"@minecraft/server": "^1.6.0-beta.1.20.30-preview.21"
|
|
17
17
|
},
|
|
18
18
|
"license": "MIT"
|
|
19
19
|
}
|