@minecraft/debug-utilities 1.0.0-beta.1.26.0-preview.28 → 1.0.0-beta.1.26.10-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 +1 -0
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -44,6 +44,7 @@ export class DebugArrow extends DebugLine {
44
44
  * The number of segments for the base circle of the arrow's
45
45
  * head/tip (default: 4).
46
46
  *
47
+ * Bounds: [3, 128]
47
48
  */
48
49
  headSegments: number;
49
50
  constructor(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@minecraft/debug-utilities",
3
- "version": "1.0.0-beta.1.26.0-preview.28",
3
+ "version": "1.0.0-beta.1.26.10-preview.20",
4
4
  "description": "",
5
5
  "contributors": [
6
6
  {