@minecraft/debug-utilities 1.0.0-beta.1.20.80-preview.24 → 1.0.0-beta.1.21.0-preview.20

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 -2
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -14,7 +14,7 @@
14
14
  * ```json
15
15
  * {
16
16
  * "module_name": "@minecraft/debug-utilities",
17
- * "version": "1.0.0-beta.1.20.80-preview.24"
17
+ * "version": "1.0.0-beta.1.21.0-preview.20"
18
18
  * }
19
19
  * ```
20
20
  *
@@ -24,4 +24,4 @@ import * as minecraftserver from '@minecraft/server';
24
24
  /**
25
25
  * @throws This function can throw errors.
26
26
  */
27
- export function disableWatchdog(isStopped: boolean): void;
27
+ export function disableWatchdogTimingWarnings(disable: boolean): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@minecraft/debug-utilities",
3
- "version": "1.0.0-beta.1.20.80-preview.24",
3
+ "version": "1.0.0-beta.1.21.0-preview.20",
4
4
  "description": "",
5
5
  "contributors": [
6
6
  {