From 7a19a7d38e553d232164c1cdbcea62cd366a493f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=89=E5=BF=86?= Date: Tue, 21 Nov 2023 07:43:27 +0800 Subject: [PATCH 1/2] build: update tsconfig --- tsconfig.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tsconfig.json b/tsconfig.json index 15879addd..9fa142974 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -28,6 +28,8 @@ "allowJs": true, "checkJs": true, + "esModuleInterop": true, + "lib": ["DOM", "DOM.Iterable", "ESNext"], "target": "ESNext", From 18e18835250eac261da79c504c26d9d24fffcfd5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=89=E5=BF=86?= Date: Tue, 21 Nov 2023 07:43:46 +0800 Subject: [PATCH 2/2] chore(build): bump version to 2.20.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bba4ce416..d7dcd39e7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "awesome-gadgets", - "version": "2.20.0", + "version": "2.20.1", "description": "Storage, management, compilation, and automatic deployment of MediaWiki gadgets.", "type": "module", "scripts": {