From aa6a75f9a3e39504b6595b0c56140fd9b32523d0 Mon Sep 17 00:00:00 2001 From: Brandon Liu Date: Sun, 28 Jul 2024 21:58:18 +0800 Subject: [PATCH] fix IIFE file name --- CHANGELOG.md | 1 + benchmark/index.html | 2 +- examples/fonts.html | 2 +- examples/inset.html | 2 +- examples/labels.html | 2 +- examples/leaflet.html | 2 +- examples/multi_source.html | 2 +- examples/pmtiles.html | 2 +- examples/pmtiles_headers.html | 2 +- examples/sandwich.html | 2 +- examples/sprites.html | 2 +- examples/static.html | 2 +- 12 files changed, 12 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c9acc2c..dcbdd68f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ # 4.0.0 * switch to tsup for generating ESM, CJS and IIFE modules [#158, #161, #162]. * should fix import issues related to typescript. +* IIFE script name changed from `protomaps-leaflet.min.js` to `protomaps-leaflet.js` * generate ESM and CJS builds unbundled. iife is still unbundled. * remove use of default exports: theme.ts exports `theme` * bump internal dependencies. diff --git a/benchmark/index.html b/benchmark/index.html index d265b6e4..a3cc8a35 100644 --- a/benchmark/index.html +++ b/benchmark/index.html @@ -6,7 +6,7 @@ - +