@league-of-foundry-developers/foundry-vtt-types 13.346.0-beta.20250823115730 → 13.346.0-beta.20250824190511

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.20250823115730",
4
+ "version": "13.346.0-beta.20250824190511",
5
5
  "description": "TypeScript type definitions for Foundry VTT",
6
6
  "type": "module",
7
7
  "types": "./src/index.d.mts",
@@ -465,7 +465,7 @@ declare abstract class DataField<
465
465
  delta: InitializedType,
466
466
  model: DataModel.Any,
467
467
  change: ActiveEffect.ChangeData,
468
- ): InitializedType;
468
+ ): InitializedType | undefined;
469
469
 
470
470
  /**
471
471
  * Apply an UPGRADE change to this field.