@solidnumber/cli 2.1.0 → 2.1.1

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 (1) hide show
  1. package/package.json +5 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@solidnumber/cli",
3
- "version": "2.1.0",
3
+ "version": "2.1.1",
4
4
  "description": "AI business infrastructure from the terminal — CRM, payments, voice AI, 116 agents, 52 industry templates. solid clone plumber → instant business. Also: programmatic TS SDK via @solidnumber/cli/sdk.",
5
5
  "main": "dist/index.js",
6
6
  "bin": {
@@ -87,6 +87,7 @@
87
87
  "gradient-string": "^3.0.0",
88
88
  "inquirer": "^9.2.0",
89
89
  "jsonld": "^9.0.0",
90
+ "lighthouse": "^13.1.0",
90
91
  "ora": "^8.0.0",
91
92
  "puppeteer-core": "^24.42.0",
92
93
  "update-notifier": "^7.3.1"
@@ -94,6 +95,9 @@
94
95
  "optionalDependencies": {
95
96
  "@anthropic-ai/sdk": "^0.39.0"
96
97
  },
98
+ "overrides": {
99
+ "minimatch": "^9.0.7"
100
+ },
97
101
  "devDependencies": {
98
102
  "@types/cli-progress": "^3.11.6",
99
103
  "@types/inquirer": "^9.0.9",