@spark-ui/cli-utils
Advanced tools
Comparing version 1.4.0 to 2.0.0
@@ -6,2 +6,17 @@ # Change Log | ||
# [2.0.0](https://github.com/adevinta/spark/compare/@spark-ui/cli-utils@1.4.0...@spark-ui/cli-utils@2.0.0) (2023-02-22) | ||
### Code Refactoring | ||
- **cli-utils:** clean up code following PR feedbacks ([724c83e](https://github.com/adevinta/spark/commit/724c83e771307addeabd1fcea45b810d56f41e2f)) | ||
### Features | ||
- **cli-utils:** optimize DS configuration for spark consumers ([8d18892](https://github.com/adevinta/spark/commit/8d188920cffc3d24f96b1d5a9398eb22149c1640)) | ||
### BREAKING CHANGES | ||
- **cli-utils:** update the way the cli spark-setup-theme command works | ||
- **cli-utils:** update the way the cli spark-setup-theme command works | ||
# [1.4.0](https://github.com/adevinta/spark/compare/@spark-ui/cli-utils@1.3.2...@spark-ui/cli-utils@1.4.0) (2023-02-22) | ||
@@ -8,0 +23,0 @@ |
{ | ||
"name": "@spark-ui/cli-utils", | ||
"version": "1.4.0", | ||
"version": "2.0.0", | ||
"description": "Spark CLI utils", | ||
@@ -16,2 +16,3 @@ "publishConfig": { | ||
"@clack/prompts": "0.2.2", | ||
"@spark-ui/theme-utils": "*", | ||
"camel-case": "4.1.2", | ||
@@ -30,3 +31,3 @@ "chalk": "5.2.0", | ||
}, | ||
"gitHead": "61d037acf7909f745ced1d1a0196fe6d2838850e" | ||
"gitHead": "a7cfc5667178ab46c812a43423f57d10037a5c6a" | ||
} |
Sorry, the diff of this file is not supported yet
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
Wildcard dependency
QualityPackage has a dependency with a floating version range. This can cause issues if the dependency publishes a new major version.
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
27946
44
645
2
1
9
3
+ Added@spark-ui/theme-utils@*
+ Added@spark-ui/theme-utils@7.3.7(transitive)
+ Addeddeepmerge@4.3.1(transitive)
+ Addedtype-fest@3.13.1(transitive)