@mastra/core 0.1.13 → 0.1.14
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/agents/index.d.ts.map +1 -1
- package/dist/core.cjs.development.js +1 -1
- package/dist/core.cjs.development.js.map +1 -1
- package/dist/core.cjs.production.min.js +1 -1
- package/dist/core.cjs.production.min.js.map +1 -1
- package/dist/core.esm.js +1 -1
- package/dist/core.esm.js.map +1 -1
- package/package.json +2 -2
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/agents/index.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,cAAc,EAAE,MAAM,UAAU,CAAC;AAE1C,wBAAsB,QAAQ,CAAC,EAC7B,YAAY,EACZ,KAAK,EACL,IAAI,EACJ,MAAM,GACP,EAAE;IACD,YAAY,EAAE,MAAM,CAAC;IACrB,KAAK,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;IAC3B,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,cAAc,CAAC,CAAC;IACrC,MAAM,EAAE,GAAG,CAAC;CACb;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/agents/index.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,cAAc,EAAE,MAAM,UAAU,CAAC;AAE1C,wBAAsB,QAAQ,CAAC,EAC7B,YAAY,EACZ,KAAK,EACL,IAAI,EACJ,MAAM,GACP,EAAE;IACD,YAAY,EAAE,MAAM,CAAC;IACrB,KAAK,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;IAC3B,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,cAAc,CAAC,CAAC;IACrC,MAAM,EAAE,GAAG,CAAC;CACb;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;aAsHw8M,CAAC;;;;;;;iEANz8M;AAED,cAAc,SAAS,CAAC;AACxB,cAAc,eAAe,CAAC;AAC9B,cAAc,oBAAoB,CAAC;AACnC,cAAc,UAAU,CAAC"}
|
|
@@ -6932,7 +6932,7 @@ var Mastra = /*#__PURE__*/function () {
|
|
|
6932
6932
|
if (((_config$logs = config.logs) == null ? void 0 : _config$logs.provider) === 'FILE') {
|
|
6933
6933
|
var _config$logs2, _config$logs3;
|
|
6934
6934
|
var MASTRA_APP_DIR = process.env.MASTRA_APP_DIR || process.cwd();
|
|
6935
|
-
var basePath = path.join(MASTRA_APP_DIR, '/mastra
|
|
6935
|
+
var basePath = path.join(MASTRA_APP_DIR, '/mastra/logs/');
|
|
6936
6936
|
agentLogger = createLogger({
|
|
6937
6937
|
type: 'FILE',
|
|
6938
6938
|
options: {
|