@piyoraik/ffxiv-lodestone-character-lookup 1.0.5 → 1.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +4 -5
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # @piyoraik/ffxiv-lodestone-character-lookup
1
+ # ffxiv-lodestone-character-lookup
2
2
 
3
3
  FFXIV の Lodestone を使って、以下を行うための共通ライブラリです。
4
4
 
@@ -46,9 +46,7 @@ const result = parseUltimateClearsFromAchievementHtml(html);
46
46
  console.log(result);
47
47
  ```
48
48
 
49
- ## 公開API(関数の挙動)
50
-
51
- ## API一覧(概要)
49
+ ## 関数一覧
52
50
 
53
51
  | 関数 | 返り値 | 用途 |
54
52
  |---|---|---|
@@ -63,7 +61,8 @@ console.log(result);
63
61
 
64
62
  ## 対応アチーブメント(高難度)
65
63
 
66
- このライブラリが達成判定に対応しているアチーブメントの一覧です(`getHighEndAchievements()` の内容と同じ)。
64
+ このライブラリが達成判定に対応しているアチーブメントの一覧です。
65
+ アップデートごとにベストエフォートで更新し、必要であればIssueやプルリクを頂ければ優先的に対応します。
67
66
 
68
67
  | 種別 | 略称 | 正式名 |
69
68
  |---|---|---|
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@piyoraik/ffxiv-lodestone-character-lookup",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "description": "FFXIV Lodestone character lookup (search → character URL) and high-end achievement checks",
5
5
  "license": "MIT",
6
6
  "author": "",