@mastra/memory 0.0.0-storage-20250225005900

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.
@@ -0,0 +1,23 @@
1
+
2
+ 
3
+ > @mastra/memory@0.1.5-alpha.0 build /Users/ward/projects/mastra/mastra/packages/memory
4
+ > pnpm run check && tsup src/index.ts --format esm --experimental-dts --clean --treeshake
5
+
6
+
7
+ > @mastra/memory@0.1.5-alpha.0 check /Users/ward/projects/mastra/mastra/packages/memory
8
+ > tsc --noEmit
9
+
10
+ CLI Building entry: src/index.ts
11
+ CLI Using tsconfig: tsconfig.json
12
+ CLI tsup v8.3.6
13
+ TSC Build start
14
+ TSC ⚡️ Build success in 1170ms
15
+ DTS Build start
16
+ CLI Target: es2022
17
+ Analysis will use the bundled TypeScript version 5.7.3
18
+ Writing package typings: /Users/ward/projects/mastra/mastra/packages/memory/dist/_tsup-dts-rollup.d.ts
19
+ DTS ⚡️ Build success in 910ms
20
+ CLI Cleaning output folder
21
+ ESM Build start
22
+ ESM dist/index.js 9.23 KB
23
+ ESM ⚡️ Build success in 84ms