@lexq/cli 0.1.26 → 0.1.28

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lexq/cli",
3
- "version": "0.1.26",
3
+ "version": "0.1.28",
4
4
  "description": "LexQ CLI — manage policies, simulate rules, and deploy from the terminal. Built for humans and AI agents.",
5
5
  "type": "module",
6
6
  "bin": {
@@ -108,7 +108,6 @@ lexq analytics dry-run --version-id <vid> --debug --mock --json '{
108
108
  },
109
109
  "executionTraces": [
110
110
  {
111
- "traceId": "...",
112
111
  "ruleId": "...",
113
112
  "ruleName": "VIP 10% Discount",
114
113
  "matched": true,