@spark-ui/cli-utils
Advanced tools
Comparing version 2.7.3 to 2.8.0
@@ -6,2 +6,8 @@ # Change Log | ||
# [2.8.0](https://github.com/adevinta/spark/compare/@spark-ui/cli-utils@2.7.3...@spark-ui/cli-utils@2.8.0) (2023-03-23) | ||
### Features | ||
- **cli-utils:** remove deprecated spark-setup-themes cli package ([a2efa9c](https://github.com/adevinta/spark/commit/a2efa9c15b3ece4285043fd25858435f455f257d)) | ||
## [2.7.3](https://github.com/adevinta/spark/compare/@spark-ui/cli-utils@2.7.2...@spark-ui/cli-utils@2.7.3) (2023-03-22) | ||
@@ -8,0 +14,0 @@ |
{ | ||
"name": "@spark-ui/cli-utils", | ||
"version": "2.7.3", | ||
"version": "2.8.0", | ||
"description": "Spark CLI utils", | ||
@@ -10,4 +10,3 @@ "publishConfig": { | ||
"spark": "./bin/spark.mjs", | ||
"spark-generate": "./bin/spark-generate.mjs", | ||
"spark-setup-themes": "./bin/spark-setup-themes.mjs" | ||
"spark-generate": "./bin/spark-generate.mjs" | ||
}, | ||
@@ -22,11 +21,8 @@ "type": "module", | ||
"@clack/prompts": "0.6.2", | ||
"@spark-ui/theme-utils": "^2.10.1", | ||
"camel-case": "4.1.2", | ||
"chalk": "5.2.0", | ||
"commander": "10.0.0", | ||
"deepmerge": "4.3.0", | ||
"esbuild": "0.17.11", | ||
"fs-extra": "11.1.0", | ||
"glob": "8.1.0", | ||
"hex-rgb": "5.0.0", | ||
"pascal-case": "3.1.2" | ||
@@ -37,3 +33,3 @@ }, | ||
}, | ||
"gitHead": "8d5929fd944837fe356de0a553b2db7577fa83d2" | ||
"gitHead": "9b2398b8c58cf0359169bdde07e8e33ede075e16" | ||
} |
Sorry, the diff of this file is not supported yet
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
8
0
34995
42
613
- Removed@spark-ui/theme-utils@^2.10.1
- Removeddeepmerge@4.3.0
- Removedhex-rgb@5.0.0
- Removed@spark-ui/theme-utils@2.18.0(transitive)
- Removeddeepmerge@4.3.04.3.1(transitive)
- Removedhex-rgb@5.0.0(transitive)
- Removedtype-fest@3.13.1(transitive)