@league-of-foundry-developers/foundry-vtt-types 13.346.0-beta.20250704132251 → 13.346.0-beta.20250705014143
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/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"$schema": "https://json.schemastore.org/package.json",
|
3
3
|
"name": "@league-of-foundry-developers/foundry-vtt-types",
|
4
|
-
"version": "13.346.0-beta.
|
4
|
+
"version": "13.346.0-beta.20250705014143",
|
5
5
|
"description": "TypeScript type definitions for Foundry VTT",
|
6
6
|
"type": "module",
|
7
7
|
"types": "./src/index.d.mts",
|
@@ -1562,7 +1562,7 @@ declare class TokenDocument extends BaseToken.Internal.CanvasDocument {
|
|
1562
1562
|
/**
|
1563
1563
|
* The movement history
|
1564
1564
|
*/
|
1565
|
-
get movementHistory(): TokenDocument.MeasuredMovementWaypoint;
|
1565
|
+
get movementHistory(): TokenDocument.MeasuredMovementWaypoint[];
|
1566
1566
|
|
1567
1567
|
/**
|
1568
1568
|
* Check if the document has a distinct subject texture (inferred or explicit).
|