From 3fe876a239537182b486c1d0e13927016214ab7b Mon Sep 17 00:00:00 2001 From: Last2014 Date: Thu, 21 May 2026 22:49:41 +0900 Subject: [PATCH] =?UTF-8?q?Fix:=20pnpm=E3=81=8C=E5=8B=95=E4=BD=9C=E3=81=97?= =?UTF-8?q?=E3=81=AA=E3=81=84=E5=95=8F=E9=A1=8C=20/=202026.5.9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 3 +++ package.json | 2 +- pnpm-workspace.yaml | 4 +++- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4865a42..b460ead 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# 2026.5.9 +- Fix: pnpmが動作しない問題 + # 2026.5.8 - Fix: 地震情報の情報源と各震度の間に改行がない問題 - Fix: 最大震度が不明な場合にも行が追加される問題 diff --git a/package.json b/package.json index dad87f4..e44c5d5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "notice-uwuzu", - "version": "2026.5.8", + "version": "2026.5.9", "type": "module", "main": "dist/index.js", "scripts": { diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 694aa03..cf2477f 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -1,3 +1,5 @@ allowBuilds: canvas: true - sharp: true \ No newline at end of file + sharp: true + better-uwuzu-sdk: true + miq: true \ No newline at end of file