@spark-ui/cli-utils
Advanced tools
Comparing version 2.5.1 to 2.5.2
@@ -6,2 +6,6 @@ # Change Log | ||
## [2.5.2](https://github.com/adevinta/spark/compare/@spark-ui/cli-utils@2.5.1...@spark-ui/cli-utils@2.5.2) (2023-03-13) | ||
**Note:** Version bump only for package @spark-ui/cli-utils | ||
## [2.5.1](https://github.com/adevinta/spark/compare/@spark-ui/cli-utils@2.5.0...@spark-ui/cli-utils@2.5.1) (2023-03-13) | ||
@@ -8,0 +12,0 @@ |
{ | ||
"name": "@spark-ui/cli-utils", | ||
"version": "2.5.1", | ||
"version": "2.5.2", | ||
"description": "Spark CLI utils", | ||
@@ -16,3 +16,3 @@ "publishConfig": { | ||
"@clack/prompts": "0.6.2", | ||
"@spark-ui/theme-utils": "^2.7.1", | ||
"@spark-ui/theme-utils": "^2.7.2", | ||
"camel-case": "4.1.2", | ||
@@ -33,3 +33,3 @@ "chalk": "5.2.0", | ||
}, | ||
"gitHead": "cd10e214324f590fa2f07f4716be86342256e30f" | ||
"gitHead": "af8c5655608a3ad4ee90b27044952d7065581a1d" | ||
} |
export default () => `import { terser } from 'rollup-plugin-terser' | ||
import dts from 'vite-plugin-dts' | ||
import browserslistToEsbuild from 'browserslist-to-esbuild' | ||
export default { | ||
build: { | ||
target: 'es2015', | ||
target: browserslistToEsbuild(), | ||
lib: { | ||
@@ -8,0 +9,0 @@ entry: 'src/index.ts', |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
36466
744
Updated@spark-ui/theme-utils@^2.7.2