@spark-ui/theme-utils 5.2.5 → 5.2.6

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.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,12 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [5.2.6](https://github.com/adevinta/spark/compare/v5.2.5...v5.2.6) (2024-08-30)
7
+
8
+ ### Bug Fixes
9
+
10
+ - use moduleResolution 'bundler' instead legacy 'node' (node10) for correct support of ESM ([d25e644](https://github.com/adevinta/spark/commit/d25e644d3dcf7937abecd5ed6d79fd95ae4cbd7b))
11
+
6
12
  ## [5.2.5](https://github.com/adevinta/spark/compare/v5.2.4...v5.2.5) (2024-08-27)
7
13
 
8
14
  **Note:** Version bump only for package @spark-ui/theme-utils
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spark-ui/theme-utils",
3
- "version": "5.2.5",
3
+ "version": "5.2.6",
4
4
  "description": "package for managing Spark theme configuration",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -35,5 +35,5 @@
35
35
  },
36
36
  "homepage": "https://sparkui.vercel.app",
37
37
  "license": "MIT",
38
- "gitHead": "e5cd12360464dc55abb9fa75dd494f3e37acff68"
38
+ "gitHead": "862f38dc729517bc23eb178054f9b3522d46687b"
39
39
  }
package/vite.config.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  import path from 'path'
2
- import { terser } from 'rollup-plugin-terser'
2
+ import terser from '@rollup/plugin-terser'
3
3
  import dts from 'vite-plugin-dts'
4
4
  import browserslistToEsbuild from 'browserslist-to-esbuild'
5
5