@ui-entropy/cli 0.1.3 → 0.1.5

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 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -147,10 +147,10 @@ ui-entropy:
147
147
 
148
148
  **Available Now:**
149
149
  - ✅ CLI tool for local development
150
- - ✅ CI/CD integration examples (GitHub Actions, GitLab CI)
151
150
 
152
- **Coming Soon:**
153
- - 🔄 Dedicated GitHub Action (one-step setup)
151
+ **Coming Soon:**- 🔄 CI/CD integration examples (GitHub Actions, GitLab CI)- 🔄 GitHub Action for CI/CD
152
+ - 🔄 GitLab CI integration
153
+ - 🔄 Pre-commit hook support
154
154
  - 🔄 Team dashboard with historical analytics
155
155
  - 🔄 Multi-project portfolio views
156
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.3",
3
+ "version": "0.1.5",
4
4
  "description": "Professional CSS waste detection for modern teams - CLI tool",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",