@league-of-foundry-developers/foundry-vtt-types 13.346.0-beta.20250705133313 → 13.346.0-beta.20250705141556
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 +5 -2
- package/tsconfig.json +1 -1
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.20250705141556",
|
5
5
|
"description": "TypeScript type definitions for Foundry VTT",
|
6
6
|
"type": "module",
|
7
7
|
"types": "./src/index.d.mts",
|
@@ -115,8 +115,8 @@
|
|
115
115
|
"jquery": "^3.7.1",
|
116
116
|
"mime-types": "^3.0.1",
|
117
117
|
"peggy": "^4.2.0",
|
118
|
-
"pixi.js": "github:foundry-vtt-types/pixi.js#main",
|
119
118
|
"pixi-basis-ktx2": "^0.0.22",
|
119
|
+
"pixi.js": "github:foundry-vtt-types/pixi.js#main",
|
120
120
|
"prosemirror-collab": "^1.3.1",
|
121
121
|
"prosemirror-commands": "^1.7.0",
|
122
122
|
"prosemirror-dropcursor": "^1.8.1",
|
@@ -170,6 +170,9 @@
|
|
170
170
|
"typescript-eslint": "^8.31.0",
|
171
171
|
"vitest": "^4.0.0-beta.1"
|
172
172
|
},
|
173
|
+
"overrides": {
|
174
|
+
"expect-type": "https://pkg.pr.new/mmkal/expect-type@7d6fa42"
|
175
|
+
},
|
173
176
|
"peerDependencies": {
|
174
177
|
"typescript": "^5.4"
|
175
178
|
},
|
package/tsconfig.json
CHANGED
@@ -5,5 +5,5 @@
|
|
5
5
|
"include": ["**/*", ".*", ".**/**/*"],
|
6
6
|
// `src/index-lenient.d.mts` is skipped because it sets `AssumeHookRan` which has some pretty global effects that would make it easy to write broken code.
|
7
7
|
// `tests` are excluded to speed up typechecking.
|
8
|
-
"exclude": ["src/index-lenient.d.mts", "tests", "test"
|
8
|
+
"exclude": ["src/index-lenient.d.mts", "tests", "test"]
|
9
9
|
}
|