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

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 -5
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.20250715050518",
5
5
  "description": "TypeScript type definitions for Foundry VTT",
6
6
  "type": "module",
7
7
  "types": "./src/index.d.mts",
@@ -139,8 +139,6 @@
139
139
  "devDependencies": {
140
140
  "@actions/core": "^1.11.1",
141
141
  "@actions/github": "^6.0.0",
142
- "@betterer/betterer": "^6.0.0-alpha.1",
143
- "@betterer/cli": "^6.0.0-alpha.1",
144
142
  "@eslint/compat": "^1.2.6",
145
143
  "@eslint/js": "^9.19.0",
146
144
  "@types/debug": "^4.1.12",
@@ -184,8 +182,6 @@
184
182
  }
185
183
  },
186
184
  "files": [
187
- "index.d.mts",
188
- "index-lenient.d.mts",
189
185
  "src",
190
186
  "tsconfig.base.json",
191
187
  "tsconfig.json"