mastracode 0.11.0-alpha.2 → 0.11.0
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/CHANGELOG.md +23 -0
- package/dist/{chunk-KW2BHLIW.cjs → chunk-72PRKCB5.cjs} +3 -3
- package/dist/chunk-72PRKCB5.cjs.map +1 -0
- package/dist/{chunk-LWCAYMBA.js → chunk-HKX743QN.js} +3 -3
- package/dist/chunk-HKX743QN.js.map +1 -0
- package/dist/cli.cjs +4 -4
- package/dist/cli.js +1 -1
- package/dist/tui.cjs +11 -11
- package/dist/tui.js +1 -1
- package/package.json +7 -7
- package/dist/chunk-KW2BHLIW.cjs.map +0 -1
- package/dist/chunk-LWCAYMBA.js.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,28 @@
|
|
|
1
1
|
# mastracode
|
|
2
2
|
|
|
3
|
+
## 0.11.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- Added Mastra Gateway integration with `/memory-gateway` setup command and automatic provider sync on startup. ([#14952](https://github.com/mastra-ai/mastra/pull/14952))
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- Mask sensitive input fields (API keys, credentials, connection strings) in settings and login dialogs so they display as asterisks instead of plaintext ([#14936](https://github.com/mastra-ai/mastra/pull/14936))
|
|
12
|
+
|
|
13
|
+
- Updated dependencies [[`cb15509`](https://github.com/mastra-ai/mastra/commit/cb15509b58f6a83e11b765c945082afc027db972), [`81e4259`](https://github.com/mastra-ai/mastra/commit/81e425939b4ceeb4f586e9b6d89c3b1c1f2d2fe7), [`951b8a1`](https://github.com/mastra-ai/mastra/commit/951b8a1b5ef7e1474c59dc4f2b9fc1a8b1e508b6), [`80c5668`](https://github.com/mastra-ai/mastra/commit/80c5668e365470d3a96d3e953868fd7a643ff67c), [`3d478c1`](https://github.com/mastra-ai/mastra/commit/3d478c1e13f17b80f330ac49d7aa42ef929b93ff), [`2b4ea10`](https://github.com/mastra-ai/mastra/commit/2b4ea10b053e4ea1ab232d536933a4a3c4cba999), [`a0544f0`](https://github.com/mastra-ai/mastra/commit/a0544f0a1e6bd52ac12676228967c1938e43648d), [`6039f17`](https://github.com/mastra-ai/mastra/commit/6039f176f9c457304825ff1df8c83b8e457376c0), [`06b928d`](https://github.com/mastra-ai/mastra/commit/06b928dfc2f5630d023467476cc5919dfa858d0a), [`6a8d984`](https://github.com/mastra-ai/mastra/commit/6a8d9841f2933456ee1598099f488d742b600054), [`c8c86aa`](https://github.com/mastra-ai/mastra/commit/c8c86aa1458017fbd1c0776fdc0c520d129df8a6)]:
|
|
14
|
+
- @mastra/core@1.22.0
|
|
15
|
+
- @mastra/libsql@1.7.4
|
|
16
|
+
- @mastra/pg@1.8.6
|
|
17
|
+
- @mastra/memory@1.13.1
|
|
18
|
+
|
|
19
|
+
## 0.11.0-alpha.3
|
|
20
|
+
|
|
21
|
+
### Patch Changes
|
|
22
|
+
|
|
23
|
+
- Updated dependencies:
|
|
24
|
+
- @mastra/core@1.22.0-alpha.3
|
|
25
|
+
|
|
3
26
|
## 0.11.0-alpha.2
|
|
4
27
|
|
|
5
28
|
### Patch Changes
|
|
@@ -906,7 +906,7 @@ function getInstallCommand(pm, version) {
|
|
|
906
906
|
}
|
|
907
907
|
function getCurrentVersion() {
|
|
908
908
|
{
|
|
909
|
-
return "0.11.0
|
|
909
|
+
return "0.11.0";
|
|
910
910
|
}
|
|
911
911
|
}
|
|
912
912
|
async function fetchLatestVersion() {
|
|
@@ -12898,5 +12898,5 @@ exports.createTUIState = createTUIState;
|
|
|
12898
12898
|
exports.detectTerminalTheme = detectTerminalTheme;
|
|
12899
12899
|
exports.formatOMStatus = formatOMStatus;
|
|
12900
12900
|
exports.getCurrentVersion = getCurrentVersion;
|
|
12901
|
-
//# sourceMappingURL=chunk-
|
|
12902
|
-
//# sourceMappingURL=chunk-
|
|
12901
|
+
//# sourceMappingURL=chunk-72PRKCB5.cjs.map
|
|
12902
|
+
//# sourceMappingURL=chunk-72PRKCB5.cjs.map
|