es-toolkit 1.48.0 → 1.48.1-dev.1876

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # es-toolkit Changelog
2
2
 
3
+ ## Version v1.48.1
4
+
5
+ Released on June 21st, 2026.
6
+
7
+ - Fixed the `jsdelivr` and `unpkg` CDN `<script>` entry that regressed in v1.48.0. The fields are now declared at the package root so `yarn pack` preserves them, since `publishConfig` only carries standard fields and dropped them. Both CDNs now serve the UMD bundle again.
8
+
3
9
  ## Version v1.48.0
4
10
 
5
11
  Released on June 21st, 2026.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "es-toolkit",
3
- "version": "1.48.0",
3
+ "version": "1.48.1-dev.1876+464c2dfc",
4
4
  "description": "A state-of-the-art, high-performance JavaScript utility library with a small bundle size and strong type annotations.",
5
5
  "homepage": "https://es-toolkit.dev",
6
6
  "bugs": "https://github.com/toss/es-toolkit/issues",
@@ -10,6 +10,8 @@
10
10
  },
11
11
  "license": "MIT",
12
12
  "sideEffects": false,
13
+ "jsdelivr": "./dist/browser.global.js",
14
+ "unpkg": "./dist/browser.global.js",
13
15
  "packageManager": "yarn@4.12.0",
14
16
  "exports": {
15
17
  ".": {
@@ -240,8 +242,6 @@
240
242
  "publishConfig": {
241
243
  "access": "public",
242
244
  "main": "./dist/index.js",
243
- "jsdelivr": "./dist/browser.global.js",
244
- "unpkg": "./dist/browser.global.js",
245
245
  "module": "./dist/index.mjs",
246
246
  "exports": {
247
247
  ".": {