@league-of-foundry-developers/foundry-vtt-types 13.346.0-beta.20250715050200 → 13.346.0-beta.20250715050329

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 (1) hide show
  1. package/package.json +1 -3
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.20250715050200",
4
+ "version": "13.346.0-beta.20250715050329",
5
5
  "description": "TypeScript type definitions for Foundry VTT",
6
6
  "type": "module",
7
7
  "types": "./src/index.d.mts",
@@ -184,8 +184,6 @@
184
184
  }
185
185
  },
186
186
  "files": [
187
- "index.d.mts",
188
- "index-lenient.d.mts",
189
187
  "src",
190
188
  "tsconfig.base.json",
191
189
  "tsconfig.json"