Skip to content
This repository has been archived by the owner on Jun 4, 2024. It is now read-only.

Commit

Permalink
update to 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mawburn committed Jun 13, 2023
1 parent 33c3224 commit 3c08684
Show file tree
Hide file tree
Showing 4 changed files with 769 additions and 591 deletions.
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "user-latency",
"version": "2.0.0",
"version": "2.0.1",
"type": "module",
"description": "Display average latency in user list.",
"scripts": {
Expand All @@ -13,29 +13,29 @@
"license": "GNU AGPLv3",
"devDependencies": {
"@league-of-foundry-developers/foundry-vtt-types": "^9.280.0",
"@parcel/config-default": "^2.8.3",
"@parcel/optimizer-cssnano": "^2.8.3",
"@parcel/packager-ts": "2.8.3",
"@parcel/transformer-css": "^2.8.3",
"@parcel/transformer-inline-string": "2.8.3",
"@parcel/transformer-typescript-tsc": "^2.8.3",
"@parcel/transformer-typescript-types": "2.8.3",
"@types/node": "^18.15.11",
"@typescript-eslint/eslint-plugin": "^5.38.1",
"@typescript-eslint/parser": "^5.38.1",
"@parcel/config-default": "^2.9.2",
"@parcel/optimizer-cssnano": "^2.9.2",
"@parcel/packager-ts": "2.9.2",
"@parcel/transformer-css": "^2.9.2",
"@parcel/transformer-inline-string": "2.9.2",
"@parcel/transformer-typescript-tsc": "^2.9.2",
"@parcel/transformer-typescript-types": "2.9.2",
"@types/node": "^20.3.1",
"@typescript-eslint/eslint-plugin": "^5.59.11",
"@typescript-eslint/parser": "^5.59.11",
"bestzip": "^2.2.1",
"eslint": "^8.24.0",
"eslint": "^8.42.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-prettier": "^4.2.1",
"nanoid": "^4.0.2",
"parcel": "^2.8.3",
"postcss": "^8.3.6",
"prettier": "^2.3.2",
"parcel": "^2.9.2",
"postcss": "^8.4.24",
"prettier": "^2.8.8",
"prettier-eslint": "^15.0.1",
"ts-node": "^10.9.1",
"typescript": "^5.0.3",
"yargs": "^17.7.1"
"typescript": "^5.1.3",
"yargs": "^17.7.2"
},
"@parcel/transformer-css": {
"cssModules": {
Expand Down
8 changes: 8 additions & 0 deletions src/lang/zh-TW.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"I18N.LANGUAGE": "正體中文",
"I18N.MAINTAINERS": "zzz#8939",
"USERLATENCY.Interval": "延遲間隔(秒)",
"USERLATENCY.IntervalHint": "最少10秒延遲,理想延遲間隔應在20秒到40秒之間",
"USERLATENCY.Hide": "完全隱藏延遲顯示",
"USERLATENCY.Micro": "只顯示圓點,不顯示數字"
}
6 changes: 3 additions & 3 deletions src/postbuild.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ const data = {
bugs: 'https://github.com/mawburn/foundry-user-latency/issues',
changelog: 'https://github.com/mawburn/foundry-user-latency/releases',
minimumCoreVersion: 10,
maximumCoreVersion: 10,
compatibleCoreVersion: 10,
maximumCoreVersion: 11,
compatibleCoreVersion: 11,
compatibility: {
minimum: '10',
verified: '10',
verified: '11',
},
}

Expand Down
Loading

0 comments on commit 3c08684

Please sign in to comment.