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