@mtreeai/msapling-cli 2.3.6-beta.4 → 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 +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -12201,7 +12201,7 @@ import { jsx, jsxs } from "react/jsx-runtime";
|
|
|
12201
12201
|
var Header = () => /* @__PURE__ */ jsxs(Box, { borderStyle: "single", borderColor: "cyan", paddingX: 1, marginBottom: 1, children: [
|
|
12202
12202
|
/* @__PURE__ */ jsxs(Text, { bold: true, color: "cyan", children: [
|
|
12203
12203
|
"\u25CF MSapling CLI v",
|
|
12204
|
-
"2.3.6-beta.
|
|
12204
|
+
"2.3.6-beta.5"
|
|
12205
12205
|
] }),
|
|
12206
12206
|
/* @__PURE__ */ jsx(Box, { marginLeft: 2, children: /* @__PURE__ */ jsx(Text, { color: "gray", children: "Platinum Tier Architecture" }) })
|
|
12207
12207
|
] });
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mtreeai/msapling-cli",
|
|
3
|
-
"version": "2.3.6-beta.
|
|
3
|
+
"version": "2.3.6-beta.5",
|
|
4
4
|
"description": "MSapling CLI — React/Ink terminal client for the MSapling backend (chat, projects, MDrive, agent tools). Proprietary; redistribution prohibited.",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"author": "MSapling Team",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"node": ">=18"
|
|
40
40
|
},
|
|
41
41
|
"publishConfig": {
|
|
42
|
-
"access": "
|
|
42
|
+
"access": "restricted"
|
|
43
43
|
},
|
|
44
44
|
"dependencies": {
|
|
45
45
|
"ink": "^4.4.1",
|