Compare commits
No commits in common. "main" and "1.21.0" have entirely different histories.
4 changed files with 3436 additions and 3774 deletions
52
package.json
52
package.json
|
@ -2,7 +2,7 @@
|
|||
"private": true,
|
||||
"name": "dungeonslayers4",
|
||||
"description": "An implementation of the Dungeonslayers 4 game system for Foundry Virtual Tabletop.",
|
||||
"version": "1.21.1",
|
||||
"version": "1.21.0",
|
||||
"license": "https://git.f3l.de/dungeonslayers/ds4#licensing",
|
||||
"homepage": "https://git.f3l.de/dungeonslayers/ds4",
|
||||
"repository": {
|
||||
|
@ -63,35 +63,35 @@
|
|||
"changelog": "conventional-changelog -p conventionalcommits -o CHANGELOG.md -r 2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@commitlint/cli": "19.5.0",
|
||||
"@commitlint/config-conventional": "19.5.0",
|
||||
"@commitlint/cli": "17.7.1",
|
||||
"@commitlint/config-conventional": "17.7.0",
|
||||
"@foundryvtt/foundryvtt-cli": "0.0.9",
|
||||
"@guanghechen/rollup-plugin-copy": "6.0.2",
|
||||
"@guanghechen/rollup-plugin-copy": "5.0.7",
|
||||
"@ironkinoko/rollup-plugin-styles": "4.0.3",
|
||||
"@swc/core": "1.7.39",
|
||||
"@types/fs-extra": "11.0.4",
|
||||
"@types/jquery": "3.5.31",
|
||||
"@types/node": "18.19.3",
|
||||
"@typescript-eslint/eslint-plugin": "7.18.0",
|
||||
"@typescript-eslint/parser": "7.18.0",
|
||||
"conventional-changelog-cli": "5.0.0",
|
||||
"conventional-changelog-conventionalcommits": "8.0.0",
|
||||
"eslint": "8.57.1",
|
||||
"eslint-config-prettier": "9.1.0",
|
||||
"fs-extra": "11.2.0",
|
||||
"@swc/core": "1.3.85",
|
||||
"@types/fs-extra": "11.0.2",
|
||||
"@types/jquery": "3.5.19",
|
||||
"@types/node": "18.17.17",
|
||||
"@typescript-eslint/eslint-plugin": "6.7.0",
|
||||
"@typescript-eslint/parser": "6.7.0",
|
||||
"conventional-changelog-cli": "4.1.0",
|
||||
"conventional-changelog-conventionalcommits": "7.0.2",
|
||||
"eslint": "8.49.0",
|
||||
"eslint-config-prettier": "9.0.0",
|
||||
"fs-extra": "11.1.1",
|
||||
"handlebars": "4.7.8",
|
||||
"npm-run-all": "4.1.5",
|
||||
"prettier": "3.3.3",
|
||||
"rimraf": "6.0.1",
|
||||
"rollup": "4.24.0",
|
||||
"rollup-plugin-swc3": "0.12.1",
|
||||
"sass": "1.80.3",
|
||||
"semver": "7.6.3",
|
||||
"tslib": "2.8.0",
|
||||
"typescript": "5.5.4",
|
||||
"vite": "4.5.5",
|
||||
"vitest": "0.34.6",
|
||||
"prettier": "3.0.3",
|
||||
"rimraf": "5.0.1",
|
||||
"rollup": "3.29.2",
|
||||
"rollup-plugin-swc3": "0.10.1",
|
||||
"sass": "1.67.0",
|
||||
"semver": "7.5.4",
|
||||
"tslib": "2.6.2",
|
||||
"typescript": "5.2.2",
|
||||
"vite": "4.4.9",
|
||||
"vitest": "0.34.4",
|
||||
"yargs": "17.7.2"
|
||||
},
|
||||
"packageManager": "pnpm@9.12.2"
|
||||
"packageManager": "pnpm@8.7.5"
|
||||
}
|
||||
|
|
7141
pnpm-lock.yaml
7141
pnpm-lock.yaml
File diff suppressed because it is too large
Load diff
15
system.json
15
system.json
|
@ -28,11 +28,11 @@
|
|||
"name": "Sascha Martens"
|
||||
}
|
||||
],
|
||||
"license": "https://git.f3l.de/dungeonslayers/ds4/raw/tag/1.21.1/LICENSE.md",
|
||||
"readme": "https://git.f3l.de/dungeonslayers/ds4/raw/tag/1.21.1/README.md",
|
||||
"bugs": "https://git.f3l.de/dungeonslayers/ds4/issues",
|
||||
"changelog": "https://git.f3l.de/dungeonslayers/ds4/releases/tag/1.21.1",
|
||||
"version": "1.21.1",
|
||||
"license": "undefined/raw/tag/1.21.0/LICENSE.md",
|
||||
"readme": "undefined/raw/tag/1.21.0/README.md",
|
||||
"bugs": "undefined/issues",
|
||||
"changelog": "undefined/releases/tag/1.21.0",
|
||||
"version": "1.21.0",
|
||||
"flags": {
|
||||
"hotReload": {
|
||||
"extensions": ["css", "hbs", "json"],
|
||||
|
@ -116,11 +116,10 @@
|
|||
}
|
||||
],
|
||||
"manifest": "https://git.f3l.de/api/packages/dungeonslayers/generic/ds4/latest/system.json",
|
||||
"download": "https://git.f3l.de/dungeonslayers/ds4/releases/download/1.21.1/ds4.zip",
|
||||
"download": "undefined/releases/download/1.21.0/ds4.zip",
|
||||
"initiative": "@combatValues.initiative.total",
|
||||
"gridDistance": 1,
|
||||
"gridUnits": "m",
|
||||
"primaryTokenAttribute": "combatValues.hitPoints",
|
||||
"manifestPlusVersion": "1.2.0",
|
||||
"url": "https://git.f3l.de/dungeonslayers/ds4"
|
||||
"manifestPlusVersion": "1.2.0"
|
||||
}
|
||||
|
|
|
@ -10,7 +10,7 @@ import { hideBin } from "yargs/helpers";
|
|||
const packageType = "system";
|
||||
const repositoryOwner = process.env.CI_REPO_OWNER;
|
||||
const repositoryName = process.env.CI_REPO_NAME;
|
||||
const repositoryURL = process.env.CI_REPO_URL;
|
||||
const repositoryURL = process.env.CI_REPO_LINK;
|
||||
const forgeURL = process.env.CI_FORGE_URL;
|
||||
|
||||
const getManifestUrl = (channel) =>
|
||||
|
|
Loading…
Reference in a new issue