Compare commits
95 commits
Author | SHA1 | Date | |
---|---|---|---|
505cb7468d | |||
dc4b7eb19f | |||
576af4b0dc | |||
6519db52d4 | |||
75b47f654e | |||
fcbf96728b | |||
1aab186285 | |||
58827f0a13 | |||
adcf073767 | |||
888d325839 | |||
0d6e90bd03 | |||
464d0c1532 | |||
91e6aeae9e | |||
a57f59e7a4 | |||
10bcd72e06 | |||
36cfe53e5e | |||
2e739ea74d | |||
8d734a8866 | |||
7ac88207cf | |||
a63e008a90 | |||
ca0fa06ea3 | |||
b099f4921a | |||
e9f27fd440 | |||
e897c34eb1 | |||
d0568f5c4c | |||
bcca5af4f1 | |||
f11702c611 | |||
a657616f20 | |||
913238cacf | |||
d5af049c26 | |||
33875419b0 | |||
7f197f2082 | |||
b3927d5386 | |||
235603bc26 | |||
de5d3c0dee | |||
b491217cad | |||
e6a768e6a0 | |||
3868e37e61 | |||
89d7830e2b | |||
b724ec02f7 | |||
cbab5fcd7e | |||
65297ae25e | |||
6d6b7f4702 | |||
9ced545e95 | |||
33974ce5b4 | |||
4b307dc05f | |||
5b08e52161 | |||
7ea98ade6d | |||
9b515af2cb | |||
0ba0f0555d | |||
6823af9779 | |||
149c2c302b | |||
46713d3fd5 | |||
caac1d3882 | |||
0bbe834345 | |||
c809782df3 | |||
a88a09c8d5 | |||
6bcc17082e | |||
0baf2c8972 | |||
25bb1c97ad | |||
6fe2c4e211 | |||
f5b4982299 | |||
8495a93b00 | |||
1259e3f9be | |||
cda8af89ae | |||
ac7a34d188 | |||
3ccf33fa08 | |||
f270481b76 | |||
3cef898abf | |||
d1180bf7df | |||
d19e327f4c | |||
7426ca274b | |||
2a42f8b29f | |||
a823fdbf00 | |||
066c2b519f | |||
9f00002105 | |||
241c12fbdb | |||
436393edbe | |||
845272ca2f | |||
cedad40674 | |||
a559e3f757 | |||
377e7934bb | |||
0bc55acc24 | |||
4a0ce3cabf | |||
32eb87a9fd | |||
405f9282e8 | |||
212e8c1d33 | |||
8275431a5f | |||
f9d960f5b2 | |||
6d7a224453 | |||
981f751dc6 | |||
0e457ec062 | |||
|
e4c19341bf | ||
d10c32cd70 | |||
|
d43bfdd660 |
7 changed files with 2224 additions and 2488 deletions
|
@ -77,7 +77,7 @@ steps:
|
||||||
- forge_token
|
- forge_token
|
||||||
publish-to-foundry-admin:
|
publish-to-foundry-admin:
|
||||||
group: publish
|
group: publish
|
||||||
image: johannesloher/foundry-publish:v2.4.0
|
image: johannesloher/foundry-publish:v2.4.1
|
||||||
environment:
|
environment:
|
||||||
FVTT_DELETE_OBSOLETE_VERSIONS: 'true'
|
FVTT_DELETE_OBSOLETE_VERSIONS: 'true'
|
||||||
FVTT_USE_NEW_PACKAGE_ADMINISTRATION_INTERFACE: 'true'
|
FVTT_USE_NEW_PACKAGE_ADMINISTRATION_INTERFACE: 'true'
|
||||||
|
|
893
.yarn/releases/yarn-4.0.1.cjs
vendored
893
.yarn/releases/yarn-4.0.1.cjs
vendored
File diff suppressed because one or more lines are too long
934
.yarn/releases/yarn-4.5.1.cjs
vendored
Executable file
934
.yarn/releases/yarn-4.5.1.cjs
vendored
Executable file
File diff suppressed because one or more lines are too long
|
@ -1,5 +1,5 @@
|
||||||
nodeLinker: pnp
|
nodeLinker: pnp
|
||||||
|
|
||||||
yarnPath: .yarn/releases/yarn-4.0.1.cjs
|
yarnPath: .yarn/releases/yarn-4.5.1.cjs
|
||||||
|
|
||||||
enableGlobalCache: false
|
enableGlobalCache: false
|
||||||
|
|
10
module.json
10
module.json
|
@ -10,11 +10,11 @@
|
||||||
"ko-fi": "ghostfvtt"
|
"ko-fi": "ghostfvtt"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"license": "https://git.f3l.de/dungeonslayers/tickwerk/raw/tag/1.4.2/LICENSE.md",
|
"license": "https://git.f3l.de/dungeonslayers/tickwerk/raw/tag/1.4.4/LICENSE.md",
|
||||||
"readme": "https://git.f3l.de/dungeonslayers/tickwerk/raw/tag/1.4.2/README.md",
|
"readme": "https://git.f3l.de/dungeonslayers/tickwerk/raw/tag/1.4.4/README.md",
|
||||||
"bugs": "https://git.f3l.de/dungeonslayers/tickwerk/issues",
|
"bugs": "https://git.f3l.de/dungeonslayers/tickwerk/issues",
|
||||||
"changelog": "https://git.f3l.de/dungeonslayers/tickwerk/releases/tag/1.4.2",
|
"changelog": "https://git.f3l.de/dungeonslayers/tickwerk/releases/tag/1.4.4",
|
||||||
"version": "1.4.2",
|
"version": "1.4.4",
|
||||||
"flags": {
|
"flags": {
|
||||||
"hotReload": {
|
"hotReload": {
|
||||||
"extensions": ["css", "hbs", "json"],
|
"extensions": ["css", "hbs", "json"],
|
||||||
|
@ -40,7 +40,7 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"manifest": "https://git.f3l.de/api/packages/dungeonslayers/generic/tickwerk/latest/module.json",
|
"manifest": "https://git.f3l.de/api/packages/dungeonslayers/generic/tickwerk/latest/module.json",
|
||||||
"download": "https://git.f3l.de/dungeonslayers/tickwerk/releases/download/1.4.2/tickwerk.zip",
|
"download": "https://git.f3l.de/dungeonslayers/tickwerk/releases/download/1.4.4/tickwerk.zip",
|
||||||
"manifestPlusVersion": "1.2.0",
|
"manifestPlusVersion": "1.2.0",
|
||||||
"url": "https://git.f3l.de/dungeonslayers/tickwerk"
|
"url": "https://git.f3l.de/dungeonslayers/tickwerk"
|
||||||
}
|
}
|
||||||
|
|
30
package.json
30
package.json
|
@ -2,7 +2,7 @@
|
||||||
"private": true,
|
"private": true,
|
||||||
"name": "tickwerk",
|
"name": "tickwerk",
|
||||||
"description": "A tick based combat system for Foundry Virtual Tabletop",
|
"description": "A tick based combat system for Foundry Virtual Tabletop",
|
||||||
"version": "1.4.2",
|
"version": "1.4.4",
|
||||||
"license": "https://git.f3l.de/dungeonslayers/tickwerk#licensing",
|
"license": "https://git.f3l.de/dungeonslayers/tickwerk#licensing",
|
||||||
"homepage": "https://git.f3l.de/dungeonslayers/tickwerk",
|
"homepage": "https://git.f3l.de/dungeonslayers/tickwerk",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
@ -34,25 +34,25 @@
|
||||||
"changelog": "conventional-changelog -p conventionalcommits -o CHANGELOG.md -r 2"
|
"changelog": "conventional-changelog -p conventionalcommits -o CHANGELOG.md -r 2"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@commitlint/cli": "18.2.0",
|
"@commitlint/cli": "19.5.0",
|
||||||
"@commitlint/config-conventional": "18.1.0",
|
"@commitlint/config-conventional": "19.5.0",
|
||||||
"@guanghechen/rollup-plugin-copy": "5.0.11",
|
"@guanghechen/rollup-plugin-copy": "6.0.2",
|
||||||
"@swc/core": "1.3.95",
|
"@swc/core": "1.7.36",
|
||||||
"conventional-changelog-cli": "4.1.0",
|
"conventional-changelog-cli": "5.0.0",
|
||||||
"conventional-changelog-conventionalcommits": "7.0.2",
|
"conventional-changelog-conventionalcommits": "8.0.0",
|
||||||
"eslint": "8.52.0",
|
"eslint": "8.57.1",
|
||||||
"eslint-config-prettier": "9.0.0",
|
"eslint-config-prettier": "9.1.0",
|
||||||
"eslint-plugin-prettier": "4.2.1",
|
"eslint-plugin-prettier": "4.2.1",
|
||||||
"fs-extra": "11.1.1",
|
"fs-extra": "11.2.0",
|
||||||
"npm-run-all": "4.1.5",
|
"npm-run-all": "4.1.5",
|
||||||
"prettier": "2.8.8",
|
"prettier": "2.8.8",
|
||||||
"rimraf": "5.0.5",
|
"rimraf": "6.0.1",
|
||||||
"rollup": "4.3.0",
|
"rollup": "4.24.0",
|
||||||
"rollup-plugin-styles": "4.0.0",
|
"rollup-plugin-styles": "4.0.0",
|
||||||
"rollup-plugin-swc3": "0.10.3",
|
"rollup-plugin-swc3": "0.12.1",
|
||||||
"sass": "1.62.1",
|
"sass": "1.62.1",
|
||||||
"semver": "7.5.4",
|
"semver": "7.6.3",
|
||||||
"yargs": "17.7.2"
|
"yargs": "17.7.2"
|
||||||
},
|
},
|
||||||
"packageManager": "yarn@4.0.1"
|
"packageManager": "yarn@4.5.1"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue