@ui-entropy/cli 0.1.1 β†’ 0.1.3

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.
Files changed (2) hide show
  1. package/README.md +3 -10
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -143,21 +143,14 @@ ui-entropy:
143
143
  }
144
144
  ```
145
145
 
146
- ## πŸ“ˆ Real-World Results
147
-
148
- | Project | CSS Size | Waste % | Potential Savings |
149
- |---------|----------|---------|-------------------|
150
- | E-commerce Site | 180 KB | 91% | **164 KB** |
151
- | Marketing Site | 45 KB | 72% | **32 KB** |
152
- | React Dashboard | 89 KB | 38% | **34 KB** |
153
-
154
- ## πŸ—ΊοΈ Roadmap
146
+ ## ️ Roadmap
155
147
 
156
148
  **Available Now:**
157
149
  - βœ… CLI tool for local development
158
- - βœ… GitHub Actions integration
150
+ - βœ… CI/CD integration examples (GitHub Actions, GitLab CI)
159
151
 
160
152
  **Coming Soon:**
153
+ - πŸ”„ Dedicated GitHub Action (one-step setup)
161
154
  - πŸ”„ Team dashboard with historical analytics
162
155
  - πŸ”„ Multi-project portfolio views
163
156
  - πŸ”„ Advanced insights and reporting
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ui-entropy/cli",
3
- "version": "0.1.1",
3
+ "version": "0.1.3",
4
4
  "description": "Professional CSS waste detection for modern teams - CLI tool",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",