@minecraft/server-editor 0.1.0-beta.1.20.50-preview.24 → 0.1.0-beta.1.20.50-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 +1 -7
  2. 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.50-preview.24"
17
+ * "version": "0.1.0-beta.1.20.50-stable"
18
18
  * }
19
19
  * ```
20
20
  *
@@ -998,12 +998,6 @@ export class ExtensionContext {
998
998
  *
999
999
  */
1000
1000
  readonly cursor: Cursor;
1001
- /**
1002
- * @remarks
1003
- * The short unique name with which this extension was
1004
- * registered
1005
- *
1006
- */
1007
1001
  readonly extensionName: string;
1008
1002
  /**
1009
1003
  * @remarks
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@minecraft/server-editor",
3
- "version": "0.1.0-beta.1.20.50-preview.24",
3
+ "version": "0.1.0-beta.1.20.50-stable",
4
4
  "description": "",
5
5
  "contributors": [
6
6
  {
@@ -14,7 +14,7 @@
14
14
  ],
15
15
  "dependencies": {
16
16
  "@minecraft/common": "^1.0.0",
17
- "@minecraft/server": "^1.8.0-beta.1.20.50-preview.24"
17
+ "@minecraft/server": "^1.8.0-beta.1.20.50-stable"
18
18
  },
19
19
  "license": "MIT"
20
20
  }