Moerill / token-mold

MIT License
24 stars 33 forks source link

[BUG] Warning messages with v2.15.4 under v10.286 #144

Closed steveculshaw closed 12 months ago

steveculshaw commented 1 year ago

Describe the bug Warning messages in the console ...

[token-mold] The module "token-mold" contains "dependencies" which is deprecated in favor of "relationships.requires"

logPackageWarnings @ setup.js:145

setup.js:145

[token-mold] module "token-mold" contains "system" which is deprecated in favor of "relationships.systems"

To Reproduce Load module

Expected behavior No warning

Screenshots/GIFs/Videos image

Desktop (please complete the following information):

Geekswordsman commented 1 year ago

These are left-over from v9 compatibility :)

These may not go away before v3, but I'll leave the issue open for tracking in case I need to do a minor patch before v3 is completed.

HippyCraig commented 1 year ago

Im also seeing the same issue

adamj777 commented 1 year ago

Confirming for FVTT 10.291 as well. Thanks!

Geekswordsman commented 12 months ago

This is due to backwards compatibility for v9; not a bug. The warning will automatically be removed once backwards compatibility is also removed :)