@minecraft/server-editor 0.1.0-beta.1.26.10-preview.24 → 0.1.0-beta.1.26.10-preview.25
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 +5 -0
- package/package.json +3 -3
package/index.d.ts
CHANGED
|
@@ -11108,6 +11108,11 @@ export class InvalidWidgetGroupError extends Error {
|
|
|
11108
11108
|
private constructor();
|
|
11109
11109
|
}
|
|
11110
11110
|
|
|
11111
|
+
// @ts-ignore Class inheritance allowed for native defined classes
|
|
11112
|
+
export class TransactionManagerNoChangesError extends Error {
|
|
11113
|
+
private constructor();
|
|
11114
|
+
}
|
|
11115
|
+
|
|
11111
11116
|
/**
|
|
11112
11117
|
* @remarks
|
|
11113
11118
|
* Deserialize anything, defaults to the same behavior as
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@minecraft/server-editor",
|
|
3
|
-
"version": "0.1.0-beta.1.26.10-preview.
|
|
3
|
+
"version": "0.1.0-beta.1.26.10-preview.25",
|
|
4
4
|
"description": "",
|
|
5
5
|
"contributors": [
|
|
6
6
|
{
|
|
@@ -14,8 +14,8 @@
|
|
|
14
14
|
],
|
|
15
15
|
"peerDependencies": {
|
|
16
16
|
"@minecraft/common": "^1.0.0",
|
|
17
|
-
"@minecraft/server": "^2.7.0-beta.1.26.10-preview.
|
|
18
|
-
"@minecraft/vanilla-data": ">=1.20.70 || 1.26.10-preview.
|
|
17
|
+
"@minecraft/server": "^2.7.0-beta.1.26.10-preview.25",
|
|
18
|
+
"@minecraft/vanilla-data": ">=1.20.70 || 1.26.10-preview.25"
|
|
19
19
|
},
|
|
20
20
|
"license": "MIT"
|
|
21
21
|
}
|