meta-compare 1.0.4 → 1.0.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 +1 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -28,8 +28,7 @@
28
28
  - Column sorting
29
29
  - CSV export
30
30
  - KPI summary with large-font counts.
31
- - Deploy metadata changes directly to the target org.
32
- - Dark theme UI for comfortable viewing.
31
+
33
32
 
34
33
  ---
35
34
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "meta-compare",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "description": "A CLI tool to compare Salesforce metadata between two orgs, view KPIs, and export CSV results.",
5
5
  "main": "main.js",
6
6
  "bin": {