@minecraft/server-editor 0.1.0-beta.1.20.40-preview.22 → 0.1.0-beta.1.20.40-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.
- package/index.d.ts +2 -1
- package/package.json +3 -2
package/index.d.ts
CHANGED
|
@@ -14,11 +14,12 @@
|
|
|
14
14
|
* ```json
|
|
15
15
|
* {
|
|
16
16
|
* "module_name": "@minecraft/server-editor",
|
|
17
|
-
* "version": "0.1.0-beta.1.20.40-preview.
|
|
17
|
+
* "version": "0.1.0-beta.1.20.40-preview.23"
|
|
18
18
|
* }
|
|
19
19
|
* ```
|
|
20
20
|
*
|
|
21
21
|
*/
|
|
22
|
+
import * as minecraftcommon from '@minecraft/common';
|
|
22
23
|
import * as minecraftserver from '@minecraft/server';
|
|
23
24
|
/**
|
|
24
25
|
* The types of actions that are supported. This type
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@minecraft/server-editor",
|
|
3
|
-
"version": "0.1.0-beta.1.20.40-preview.
|
|
3
|
+
"version": "0.1.0-beta.1.20.40-preview.23",
|
|
4
4
|
"description": "",
|
|
5
5
|
"contributors": [
|
|
6
6
|
{
|
|
@@ -13,7 +13,8 @@
|
|
|
13
13
|
}
|
|
14
14
|
],
|
|
15
15
|
"dependencies": {
|
|
16
|
-
"@minecraft/
|
|
16
|
+
"@minecraft/common": "^1.0.0-rc.1.20.40-preview.23",
|
|
17
|
+
"@minecraft/server": "^1.7.0-beta.1.20.40-preview.23"
|
|
17
18
|
},
|
|
18
19
|
"license": "MIT"
|
|
19
20
|
}
|