Update modules.json for v2.3.1

This commit is contained in:
Mike Bloy 2023-12-27 04:19:02 +00:00
parent 3fe1df7c7f
commit 1834fec172

View File

@ -1,139 +1,139 @@
{ {
"id": "swade-mb-helpers", "id": "swade-mb-helpers",
"title": "SWADE Helpers (MB)", "title": "SWADE Helpers (MB)",
"description": "Mike's collection of swade helpers", "description": "Mike's collection of swade helpers",
"version": "2.3.0", "version": "2.3.1",
"authors": [ "authors": [
{ {
"name": "Mike" "name": "Mike"
} }
], ],
"compatibility": { "compatibility": {
"minimum": "11", "minimum": "11",
"verified": "11" "verified": "11"
}, },
"esmodules": [ "esmodules": [
"scripts/module.js" "scripts/module.js"
], ],
"socket": true, "socket": true,
"packs": [ "packs": [
{ {
"name": "module-docs", "name": "module-docs",
"label": "SWADE MB Helpers Documentation", "label": "SWADE MB Helpers Documentation",
"path": "packs/module-docs", "path": "packs/module-docs",
"type": "JournalEntry", "type": "JournalEntry",
"system": "swade", "system": "swade",
"ownership": { "ownership": {
"PLAYER": "OBSERVER", "PLAYER": "OBSERVER",
"ASSISTANT": "OWNER" "ASSISTANT": "OWNER"
} }
}, },
{ {
"name": "helper-macros", "name": "helper-macros",
"label": "SWADE MB Helper Macros", "label": "SWADE MB Helper Macros",
"path": "packs/helper-macros", "path": "packs/helper-macros",
"type": "Macro", "type": "Macro",
"system": "swade", "system": "swade",
"ownership": { "ownership": {
"PLAYER": "OBSERVER", "PLAYER": "OBSERVER",
"ASSISTANT": "OWNER" "ASSISTANT": "OWNER"
} }
}, },
{ {
"name": "Common Actions", "name": "Common Actions",
"label": "SWADE MB Common Actions", "label": "SWADE MB Common Actions",
"path": "packs/common-actions", "path": "packs/common-actions",
"type": "Item", "type": "Item",
"system": "swade", "system": "swade",
"ownership": { "ownership": {
"PLAYER": "OBSERVER", "PLAYER": "OBSERVER",
"ASSISTANT": "OWNER" "ASSISTANT": "OWNER"
} }
}, },
{ {
"name": "helper-actors", "name": "helper-actors",
"label": "SWADE MB Helper Actors", "label": "SWADE MB Helper Actors",
"path": "packs/helper-actors", "path": "packs/helper-actors",
"type": "Actor", "type": "Actor",
"system": "swade", "system": "swade",
"ownership": { "ownership": {
"PLAYER": "OBSERVER", "PLAYER": "OBSERVER",
"ASSISTANT": "OWNER" "ASSISTANT": "OWNER"
} }
}, },
{ {
"name": "swade-mb-gear", "name": "swade-mb-gear",
"label": "SWADE MB Gear", "label": "SWADE MB Gear",
"path": "packs/gear", "path": "packs/gear",
"type": "Item", "type": "Item",
"system": "swade", "system": "swade",
"ownership": { "ownership": {
"PLAYER": "OBSERVER", "PLAYER": "OBSERVER",
"ASSISTANT": "OWNER" "ASSISTANT": "OWNER"
} }
} }
], ],
"packFolders": [ "packFolders": [
{ {
"name": "Swade MB Helpers", "name": "Swade MB Helpers",
"sorting": "m", "sorting": "m",
"color": "#008080", "color": "#008080",
"folders": [], "folders": [],
"packs": [ "packs": [
"module-docs", "module-docs",
"helper-macros", "helper-macros",
"helper-actors", "helper-actors",
"Common Actions", "Common Actions",
"swade-mb-gear" "swade-mb-gear"
] ]
} }
], ],
"relationships": { "relationships": {
"systems": [ "systems": [
{ {
"id": "swade", "id": "swade",
"type": "system", "type": "system",
"manifest": "https://gitlab.com/api/v4/projects/16269883/packages/generic/swade/latest/system.json", "manifest": "https://gitlab.com/api/v4/projects/16269883/packages/generic/swade/latest/system.json",
"compatibility": { "compatibility": {
"verified": "2.2.5" "verified": "2.2.5"
} }
} }
], ],
"requires": [ "requires": [
{ {
"id": "warpgate", "id": "warpgate",
"type": "module", "type": "module",
"manifest": "https://github.com/trioderegion/warpgate/releases/latest/download/module.json", "manifest": "https://github.com/trioderegion/warpgate/releases/latest/download/module.json",
"compatibility": { "compatibility": {
"verified": "1.16.2" "verified": "1.16.2"
} }
}, },
{ {
"id": "socketlib", "id": "socketlib",
"type": "module", "type": "module",
"compatibility": {} "compatibility": {}
} }
], ],
"recommends": [ "recommends": [
{ {
"id": "token-variants", "id": "token-variants",
"type": "module", "type": "module",
"compatibility": {} "compatibility": {}
}, },
{ {
"id": "torch", "id": "torch",
"type": "module", "type": "module",
"compatibility": {} "compatibility": {}
}, },
{ {
"id": "JB2A_DnD5e", "id": "JB2A_DnD5e",
"type": "module" "type": "module"
} }
] ]
}, },
"url": "https://git.bloy.org/foundryvtt/swade-mb-helpers", "url": "https://git.bloy.org/foundryvtt/swade-mb-helpers",
"manifest": "https://git.bloy.org/foundryvtt/swade-mb-helpers/raw/branch/main/module.json", "manifest": "https://git.bloy.org/foundryvtt/swade-mb-helpers/raw/branch/main/module.json",
"download": "https://git.bloy.org/foundryvtt/swade-mb-helpers/archive/main.zip", "download": "https://git.bloy.org/foundryvtt/swade-mb-helpers/archive/main.zip",
"license": "./LICENSE", "license": "./LICENSE",
"readme": "./README.md" "readme": "./README.md"
} }