@minecraft/debug-utilities 1.0.0-beta.1.26.20-preview.23 → 1.0.0-beta.1.26.20-preview.26

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 +2 -0
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -303,6 +303,8 @@ export class DebugText extends DebugShape {
303
303
  *
304
304
  * @throws This function can throw errors.
305
305
  *
306
+ * {@link minecraftcommon.ArgumentOutOfBoundsError}
307
+ *
306
308
  * {@link minecraftserver.RawMessageError}
307
309
  */
308
310
  setText(text: minecraftserver.RawMessage | string): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@minecraft/debug-utilities",
3
- "version": "1.0.0-beta.1.26.20-preview.23",
3
+ "version": "1.0.0-beta.1.26.20-preview.26",
4
4
  "description": "",
5
5
  "contributors": [
6
6
  {