@sayue_ltr/fleq 1.50.0 → 1.50.1
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 +7 -0
- package/README.md +6 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,13 @@
|
|
|
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.50.1](https://github.com/Lateo2580/FlEq/compare/v1.50.0...v1.50.1) (2026-03-23)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### ドキュメント
|
|
9
|
+
|
|
10
|
+
* add JMA data attribution to README ([13c664a](https://github.com/Lateo2580/FlEq/commit/13c664a81ee4d4b0213ba98d870ae860ca777660))
|
|
11
|
+
|
|
5
12
|
## [1.50.0](https://github.com/Lateo2580/FlEq/compare/v1.49.8...v1.50.0) (2026-03-22)
|
|
6
13
|
|
|
7
14
|
|
package/README.md
CHANGED
|
@@ -321,6 +321,12 @@ npm uninstall -g @sayue_ltr/fleq
|
|
|
321
321
|
|
|
322
322
|
Config ファイルを削除する場合は、`fleq config path` で表示されたディレクトリを手動で削除してください。
|
|
323
323
|
|
|
324
|
+
## 出典
|
|
325
|
+
|
|
326
|
+
テストで使用しているフィクスチャデータ (`test/fixtures/`) は、気象庁防災情報 XML のサンプルデータを加工して作成しています。
|
|
327
|
+
|
|
328
|
+
> 気象庁「防災情報 XML フォーマット 技術資料」 (https://xml.kishou.go.jp/tec_material.html) を加工して作成
|
|
329
|
+
|
|
324
330
|
## ライセンス
|
|
325
331
|
|
|
326
332
|
MIT
|