@sayue_ltr/fleq 1.49.2 → 1.49.8

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.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,38 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.
4
4
 
5
+ ## [1.49.8](https://github.com/Lateo2580/FlEq/compare/v1.49.7...v1.49.8) (2026-03-22)
6
+
7
+
8
+ ### バグ修正
9
+
10
+ * **ci:** npm を v11.5.1+ に更新し OIDC publish を有効化 ([f6c55e2](https://github.com/Lateo2580/FlEq/commit/f6c55e22b9c98d644236e7db4619e86d1cc0411c))
11
+
12
+ ## [1.49.7](https://github.com/Lateo2580/FlEq/compare/v1.49.6...v1.49.7) (2026-03-22)
13
+
14
+ ## [1.49.6](https://github.com/Lateo2580/FlEq/compare/v1.49.5...v1.49.6) (2026-03-22)
15
+
16
+
17
+ ### バグ修正
18
+
19
+ * **ci:** NPM_TOKEN と registry-url を復元 ([f63d1c4](https://github.com/Lateo2580/FlEq/commit/f63d1c46a7c7009b3e54b493891969544982fbd9))
20
+
21
+ ## [1.49.5](https://github.com/Lateo2580/FlEq/compare/v1.49.4...v1.49.5) (2026-03-22)
22
+
23
+
24
+ ### ドキュメント
25
+
26
+ * README に dmdata.jp の契約が必要な旨を追記 ([07735f9](https://github.com/Lateo2580/FlEq/commit/07735f93a78588ea9b4d8754f5c742e392494e59))
27
+
28
+ ## [1.49.4](https://github.com/Lateo2580/FlEq/compare/v1.49.3...v1.49.4) (2026-03-22)
29
+
30
+
31
+ ### バグ修正
32
+
33
+ * **ci:** setup-node から registry-url を除去し OIDC 認証を有効化 ([dd88007](https://github.com/Lateo2580/FlEq/commit/dd88007cb423e258987000162451e8e7b1fbd0a3))
34
+
35
+ ## [1.49.3](https://github.com/Lateo2580/FlEq/compare/v1.49.2...v1.49.3) (2026-03-22)
36
+
5
37
  ## [1.49.2](https://github.com/Lateo2580/FlEq/compare/v1.49.1...v1.49.2) (2026-03-22)
6
38
 
7
39
 
package/README.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  Project DM-D.S.S (dmdata.jp) のAPIを利用して、地震・津波・緊急地震速報・火山情報をリアルタイムにCLIで受信・表示するツールです。
4
4
 
5
+ > **前提条件:** 本ツールの利用には [dmdata.jp](https://dmdata.jp/) のアカウント登録および API キーの取得が必要です。受信する情報の種類によっては有料の契約プランへの加入が必要になります。詳しくは dmdata.jp の料金・契約ページをご確認ください。
6
+
5
7
  ## クイックスタート
6
8
 
7
9
  FlEq を最短で使い始めるには、以下の手順を実行してください。
package/dist/index.js CHANGED
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sayue_ltr/fleq",
3
- "version": "1.49.2",
3
+ "version": "1.49.8",
4
4
  "description": "Project DM-D.S.S (dmdata.jp) リアルタイム地震・津波・EEW情報モニター CLI",
5
5
  "main": "dist/index.js",
6
6
  "bin": {