From 8db337d27eba696d71f6ec1e86f300b4d75daa93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B4=AE=E7=94=9F=EF=BC=88=E5=AD=90=E8=99=9A=EF=BC=89?= <2234839456@qq.com> Date: Sat, 13 Jun 2026 21:22:48 +0800 Subject: [PATCH] =?UTF-8?q?chore(release):=20v1.9.1=20=E2=80=94=20?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20LLRT=20=5F=5Ffilename=20=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 重新发版,修复 v1.9.0 中 createRequire(import.meta.url) 导致 LLRT 运行时报错。 Co-Authored-By: Claude Opus 4.8 (1M context) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9be98f9..7781616 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "webfont", "private": true, - "version": "1.9.0", + "version": "1.9.1", "type": "module", "scripts": { "dev": "pnpx tsx scripts/dev-all.ts",