@mastra/memory 0.0.0-commonjs-20250227130920

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