@spark-ui/cli-utils
Advanced tools
Comparing version 1.2.0 to 1.3.0
@@ -6,2 +6,12 @@ # Change Log | ||
# [1.3.0](https://github.com/adevinta/spark/compare/@spark-ui/cli-utils@1.2.0...@spark-ui/cli-utils@1.3.0) (2023-02-20) | ||
### Bug Fixes | ||
- **cli-utils:** fix release ([e1c5ee0](https://github.com/adevinta/spark/commit/e1c5ee0923a2beaa8172be2c54c4cc4191ef13b7)) | ||
### Features | ||
- **cli-utils:** add new "spark setup-theme" cli command ([5b51126](https://github.com/adevinta/spark/commit/5b51126206ba0440d78f6429dcba3a7dd2f3af81)), closes [#253](https://github.com/adevinta/spark/issues/253) | ||
# [1.2.0](https://github.com/adevinta/spark/compare/@spark-ui/cli-utils@1.1.1...@spark-ui/cli-utils@1.2.0) (2023-02-15) | ||
@@ -8,0 +18,0 @@ |
{ | ||
"name": "@spark-ui/cli-utils", | ||
"version": "1.2.0", | ||
"version": "1.3.0", | ||
"description": "Spark CLI utils", | ||
@@ -10,9 +10,11 @@ "publishConfig": { | ||
"spark": "./bin/spark.mjs", | ||
"spark-generate": "./bin/spark-generate.mjs" | ||
"spark-generate": "./bin/spark-generate.mjs", | ||
"spark-setup-theme": "./bin/spark-setup-theme.mjs" | ||
}, | ||
"type": "module", | ||
"devDependencies": { | ||
"@clack/prompts": "^0.2.2", | ||
"dependencies": { | ||
"@clack/prompts": "0.2.2", | ||
"chalk": "5.2.0", | ||
"commander": "10.0.0", | ||
"esbuild": "0.17.8", | ||
"fs-extra": "11.1.0", | ||
@@ -22,3 +24,3 @@ "glob": "8.1.0", | ||
}, | ||
"gitHead": "3df014946de14807674052ae9a6624a11b9c725b" | ||
"gitHead": "00159bc2201a7eb2e90f8292b377d0ad1df7f62a" | ||
} |
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
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
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
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
14694
0
17
293
7
5
1
+ Added@clack/prompts@0.2.2
+ Addedchalk@5.2.0
+ Addedcommander@10.0.0
+ Addedesbuild@0.17.8
+ Addedfs-extra@11.1.0
+ Addedglob@8.1.0
+ Addedpascal-case@3.1.2
+ Added@clack/core@0.1.9(transitive)
+ Added@clack/prompts@0.2.2(transitive)
+ Added@esbuild/android-arm@0.17.8(transitive)
+ Added@esbuild/android-arm64@0.17.8(transitive)
+ Added@esbuild/android-x64@0.17.8(transitive)
+ Added@esbuild/darwin-arm64@0.17.8(transitive)
+ Added@esbuild/darwin-x64@0.17.8(transitive)
+ Added@esbuild/freebsd-arm64@0.17.8(transitive)
+ Added@esbuild/freebsd-x64@0.17.8(transitive)
+ Added@esbuild/linux-arm@0.17.8(transitive)
+ Added@esbuild/linux-arm64@0.17.8(transitive)
+ Added@esbuild/linux-ia32@0.17.8(transitive)
+ Added@esbuild/linux-loong64@0.17.8(transitive)
+ Added@esbuild/linux-mips64el@0.17.8(transitive)
+ Added@esbuild/linux-ppc64@0.17.8(transitive)
+ Added@esbuild/linux-riscv64@0.17.8(transitive)
+ Added@esbuild/linux-s390x@0.17.8(transitive)
+ Added@esbuild/linux-x64@0.17.8(transitive)
+ Added@esbuild/netbsd-x64@0.17.8(transitive)
+ Added@esbuild/openbsd-x64@0.17.8(transitive)
+ Added@esbuild/sunos-x64@0.17.8(transitive)
+ Added@esbuild/win32-arm64@0.17.8(transitive)
+ Added@esbuild/win32-ia32@0.17.8(transitive)
+ Added@esbuild/win32-x64@0.17.8(transitive)
+ Addedbalanced-match@1.0.2(transitive)
+ Addedbrace-expansion@2.0.1(transitive)
+ Addedchalk@5.2.0(transitive)
+ Addedcommander@10.0.0(transitive)
+ Addedesbuild@0.17.8(transitive)
+ Addedfs-extra@11.1.0(transitive)
+ Addedfs.realpath@1.0.0(transitive)
+ Addedglob@8.1.0(transitive)
+ Addedgraceful-fs@4.2.11(transitive)
+ Addedinflight@1.0.6(transitive)
+ Addedinherits@2.0.4(transitive)
+ Addedjsonfile@6.1.0(transitive)
+ Addedlower-case@2.0.2(transitive)
+ Addedminimatch@5.1.6(transitive)
+ Addedno-case@3.0.4(transitive)
+ Addedonce@1.4.0(transitive)
+ Addedpascal-case@3.1.2(transitive)
+ Addedpicocolors@1.1.1(transitive)
+ Addedsisteransi@1.0.5(transitive)
+ Addedtslib@2.8.1(transitive)
+ Addeduniversalify@2.0.1(transitive)
+ Addedwrappy@1.0.2(transitive)