@spark-ui/cli-utils 17.2.1 → 17.2.3-beta.0

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.
@@ -0,0 +1,7 @@
1
+
2
+ 
3
+ > @spark-ui/cli-utils@10.6.1 build
4
+ > echo 'No build step for CLI'
5
+
6
+ No build step for CLI
7
+ ⠙
@@ -0,0 +1,6 @@
1
+
2
+ 
3
+ > @spark-ui/cli-utils@10.6.1 lint
4
+ > eslint . --ext .ts,.tsx
5
+
6
+ 
package/CHANGELOG.md CHANGED
@@ -1,3 +1,18 @@
1
+ ## 17.2.2 (2026-03-27)
2
+
3
+ ### 🩹 Fixes
4
+
5
+ - **icons:** fixed invalid icons pathes ([2bda22c0b](https://github.com/leboncoin/spark-web/commit/2bda22c0b))
6
+ - removed last docs bits about tsup builds ([944ab23d6](https://github.com/leboncoin/spark-web/commit/944ab23d6))
7
+
8
+ ### 💅 Refactors
9
+
10
+ - typescript v6 ([74135c9ed](https://github.com/leboncoin/spark-web/commit/74135c9ed))
11
+
12
+ ### ❤️ Thank You
13
+
14
+ - Powerplex @Powerplex
15
+
1
16
  ## 17.2.1 (2026-03-27)
2
17
 
3
18
  ### 🩹 Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spark-ui/cli-utils",
3
- "version": "17.2.1",
3
+ "version": "17.2.3-beta.0",
4
4
  "description": "Spark CLI utils",
5
5
  "publishConfig": {
6
6
  "access": "public"