@mtreeai/msapling-cli 2.3.6-beta.3 → 2.3.6-beta.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.
- package/dist/index.js +823 -474
- package/package.json +4 -5
- package/LICENSE +0 -24
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mtreeai/msapling-cli",
|
|
3
|
-
"version": "2.3.6-beta.
|
|
4
|
-
"description": "MSapling CLI — React/Ink terminal client for the MSapling backend (chat, projects, MDrive, agent tools). Proprietary
|
|
5
|
-
"license": "
|
|
3
|
+
"version": "2.3.6-beta.5",
|
|
4
|
+
"description": "MSapling CLI — React/Ink terminal client for the MSapling backend (chat, projects, MDrive, agent tools). Proprietary; redistribution prohibited.",
|
|
5
|
+
"license": "UNLICENSED",
|
|
6
6
|
"author": "MSapling Team",
|
|
7
7
|
"homepage": "https://msapling.com",
|
|
8
8
|
"bugs": {
|
|
@@ -27,8 +27,7 @@
|
|
|
27
27
|
},
|
|
28
28
|
"files": [
|
|
29
29
|
"dist",
|
|
30
|
-
"README.md"
|
|
31
|
-
"LICENSE"
|
|
30
|
+
"README.md"
|
|
32
31
|
],
|
|
33
32
|
"scripts": {
|
|
34
33
|
"start": "bun run src/index.tsx",
|
package/LICENSE
DELETED
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
PROPRIETARY LICENSE
|
|
2
|
-
|
|
3
|
-
Copyright (c) 2026 MTreeAI Inc. All rights reserved.
|
|
4
|
-
|
|
5
|
-
This software and associated documentation files (the "Software") are the
|
|
6
|
-
proprietary, confidential property of MTreeAI Inc. ("MTreeAI"). Unauthorized
|
|
7
|
-
copying, modification, distribution, public display, public performance, or
|
|
8
|
-
creation of derivative works of the Software, in whole or in part, by any
|
|
9
|
-
means, is strictly prohibited.
|
|
10
|
-
|
|
11
|
-
No license, express or implied, is granted by this notice. Use of the Software
|
|
12
|
-
is permitted only under the terms of a separate written agreement with MTreeAI
|
|
13
|
-
or under the terms of MTreeAI's published Terms of Service at
|
|
14
|
-
https://msapling.com/policy. Use of the Software constitutes acceptance of those
|
|
15
|
-
terms.
|
|
16
|
-
|
|
17
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
18
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
19
|
-
FITNESS FOR A PARTICULAR PURPOSE, AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
20
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
21
|
-
LIABILITY ARISING FROM, OUT OF, OR IN CONNECTION WITH THE SOFTWARE OR THE USE
|
|
22
|
-
OR OTHER DEALINGS IN THE SOFTWARE.
|
|
23
|
-
|
|
24
|
-
For licensing inquiries: https://msapling.com/support
|