saif-ellafi / foundryvtt-minimal-ui

Foundry VTT Module. Configurable UI module, allows the user to hide, collapse or auto-hide components separately.
MIT License
13 stars 10 forks source link

The referenced module.json is not v10 compatible (produces warnings) #116

Closed brockhaus closed 1 year ago

brockhaus commented 1 year ago

The module.json file references a manifest file, that is not compatible with v10 completely. It is missing the id attribute in example.

Warnings from console:

[minimal-ui] The module "minimal-ui" contains dependencies using "name" which is deprecated in favor of "id" setup.js:145:17
[minimal-ui] The module "minimal-ui" contains "dependencies" which is deprecated in favor of "relationships.requires" setup.js:145:17
[minimal-ui] The module "minimal-ui" is using "name" which is deprecated in favor of "id" setup.js:145:17
saif-ellafi commented 1 year ago

Will fix in next release, thank you