update module verified to v12, add sequencer dependency

This commit is contained in:
Mike Bloy 2024-07-09 20:51:27 -05:00
parent 2765a53815
commit e240bb5bf1

View File

@ -4,14 +4,15 @@
"description": "Mike's collection of SWADE helpers",
"authors": [
{
"name": "Mike"
"name": "Mike",
"flags": {}
}
],
"url": "https://git.bloy.org/foundryvtt/swade-mb-helpers",
"version": "3.0.2",
"compatibility": {
"minimum": "11",
"verified": "11"
"verified": "12"
},
"esmodules": [
"module/swade-mb-helpers.js"
@ -43,7 +44,7 @@
}
},
{
"name": "Common Actions",
"name": "CommonActions",
"label": "SWADE MB Common Actions",
"path": "packs/common-actions",
"type": "Item",
@ -110,7 +111,8 @@
},
{
"id": "portal-lib",
"type": "module"
"type": "module",
"compatibility": {}
}
],
"recommends": [
@ -133,6 +135,11 @@
"id": "visual-active-effects",
"type": "module",
"compatibility": {}
},
{
"id": "sequencer",
"type": "module",
"compatibility": {}
}
]
},