@solidnumber/cli 1.19.5 → 1.20.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.
- package/README.md +13 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -312,4 +312,16 @@ writes to stderr so pipelines are unaffected.
|
|
|
312
312
|
|
|
313
313
|
## License
|
|
314
314
|
|
|
315
|
-
|
|
315
|
+
[Business Source License 1.1](./LICENSE) (`BUSL-1.1`).
|
|
316
|
+
|
|
317
|
+
**Plain English:** read the source, run the CLI, build on top of the SDK,
|
|
318
|
+
ship internal tools, run it in production for your own business — all
|
|
319
|
+
permitted. What's not permitted: offering a substantially similar
|
|
320
|
+
command-line interface for managing AI-powered business infrastructure
|
|
321
|
+
as a competing commercial product or service.
|
|
322
|
+
|
|
323
|
+
On **2030-04-14** (the Change Date), this license converts automatically
|
|
324
|
+
to **Apache 2.0** and all restrictions drop. No "phone home" required.
|
|
325
|
+
|
|
326
|
+
The full license text and the additional use grant are in [LICENSE](./LICENSE).
|
|
327
|
+
Background on BSL: <https://mariadb.com/bsl11/>.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@solidnumber/cli",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.20.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": {
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
"business-infrastructure"
|
|
61
61
|
],
|
|
62
62
|
"author": "Solid# <hello@solidnumber.com>",
|
|
63
|
-
"license": "
|
|
63
|
+
"license": "BUSL-1.1",
|
|
64
64
|
"repository": {
|
|
65
65
|
"type": "git",
|
|
66
66
|
"url": "https://github.com/Adam-Camp-King/solid-cli.git"
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
"url": "https://github.com/Adam-Camp-King/solid-cli/issues"
|
|
71
71
|
},
|
|
72
72
|
"engines": {
|
|
73
|
-
"node": ">=
|
|
73
|
+
"node": ">=20.0.0"
|
|
74
74
|
},
|
|
75
75
|
"files": [
|
|
76
76
|
"dist",
|