@mastra/memory 0.10.1-alpha.0 → 0.10.1

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.
@@ -10,20 +10,20 @@
10
10
  CLI Using tsconfig: tsconfig.json
11
11
  CLI tsup v8.4.0
12
12
  TSC Build start
13
- TSC ⚡️ Build success in 9122ms
13
+ TSC ⚡️ Build success in 9843ms
14
14
  DTS Build start
15
15
  CLI Target: es2022
16
16
  Analysis will use the bundled TypeScript version 5.8.3
17
17
  Writing package typings: /home/runner/work/mastra/mastra/packages/memory/dist/_tsup-dts-rollup.d.ts
18
18
  Analysis will use the bundled TypeScript version 5.8.3
19
19
  Writing package typings: /home/runner/work/mastra/mastra/packages/memory/dist/_tsup-dts-rollup.d.cts
20
- DTS ⚡️ Build success in 11021ms
20
+ DTS ⚡️ Build success in 11521ms
21
21
  CLI Cleaning output folder
22
22
  ESM Build start
23
23
  CJS Build start
24
+ ESM dist/index.js 18.51 KB
25
+ ESM dist/processors/index.js 5.38 KB
26
+ ESM ⚡️ Build success in 984ms
24
27
  CJS dist/processors/index.cjs 5.59 KB
25
28
  CJS dist/index.cjs 18.70 KB
26
- CJS ⚡️ Build success in 529ms
27
- ESM dist/processors/index.js 5.38 KB
28
- ESM dist/index.js 18.51 KB
29
- ESM ⚡️ Build success in 529ms
29
+ CJS ⚡️ Build success in 984ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # @mastra/memory
2
2
 
3
+ ## 0.10.1
4
+
5
+ ### Patch Changes
6
+
7
+ - d70b807: Improve storage.init
8
+ - Updated dependencies [d70b807]
9
+ - Updated dependencies [6d16390]
10
+ - Updated dependencies [1e4a421]
11
+ - Updated dependencies [200d0da]
12
+ - Updated dependencies [bf5f17b]
13
+ - Updated dependencies [5343f93]
14
+ - Updated dependencies [38aee50]
15
+ - Updated dependencies [5c41100]
16
+ - Updated dependencies [d6a759b]
17
+ - Updated dependencies [6015bdf]
18
+ - @mastra/core@0.10.1
19
+
3
20
  ## 0.10.1-alpha.0
4
21
 
5
22
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/memory",
3
- "version": "0.10.1-alpha.0",
3
+ "version": "0.10.1",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -52,8 +52,8 @@
52
52
  "typescript": "^5.8.2",
53
53
  "typescript-eslint": "^8.26.1",
54
54
  "vitest": "^3.1.2",
55
- "@internal/lint": "0.0.6",
56
- "@mastra/core": "0.10.1-alpha.3"
55
+ "@internal/lint": "0.0.7",
56
+ "@mastra/core": "0.10.1"
57
57
  },
58
58
  "peerDependencies": {
59
59
  "@mastra/core": "^0.10.0"