jinkergm / JAA

Jinker's Animated Art -- Collection of Animated Art for use with VTT's in the top-down/overhead perspective.
3 stars 3 forks source link

[BUG] Deprecation warning for global function call in FoundryVTT v12 #6

Open morepurplemorebetter opened 1 week ago

morepurplemorebetter commented 1 week ago

Description

I'm getting a warning message in my console from this module:

Error: You are accessing globalThis.mergeObject which must now be accessed via foundry.utils.mergeObject
Deprecated since Version 12
Backwards-compatible support will be removed in Version 14
[...]
<anonymous> loadEffects.js:7
[...]

As far as I can tell, accessing this through foundry.utils is also supported in FoundryVTT v10 & v11. Thus, changing this won't affect the other versions this module works with.

Here is the line in question.

Versions

Jinker's Animated Art Pack: v0.7.2 FoundryVTT: v12.331