@mastra/pg 0.14.1-alpha.0 → 0.14.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.
@@ -1,4 +1,4 @@
1
1
 
2
- > @mastra/pg@0.14.1-alpha.0 build /home/runner/work/mastra/mastra/stores/pg
2
+ > @mastra/pg@0.14.1-alpha.1 build /home/runner/work/mastra/mastra/stores/pg
3
3
  > tsup --silent --config tsup.config.ts
4
4
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,37 @@
1
1
  # @mastra/pg
2
2
 
3
+ ## 0.14.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 03997ae: Update peerdeps
8
+ - d6e39da: Load most recent snapshot from storage
9
+ - Updated dependencies [227c7e6]
10
+ - Updated dependencies [12cae67]
11
+ - Updated dependencies [fd3a3eb]
12
+ - Updated dependencies [6faaee5]
13
+ - Updated dependencies [4232b14]
14
+ - Updated dependencies [a89de7e]
15
+ - Updated dependencies [5a37d0c]
16
+ - Updated dependencies [4bde0cb]
17
+ - Updated dependencies [cf4f357]
18
+ - Updated dependencies [ad888a2]
19
+ - Updated dependencies [481751d]
20
+ - Updated dependencies [2454423]
21
+ - Updated dependencies [194e395]
22
+ - Updated dependencies [a722c0b]
23
+ - Updated dependencies [c30bca8]
24
+ - Updated dependencies [3b5fec7]
25
+ - Updated dependencies [a8f129d]
26
+ - @mastra/core@0.14.0
27
+
28
+ ## 0.14.1-alpha.1
29
+
30
+ ### Patch Changes
31
+
32
+ - 03997ae: Update peerdeps
33
+ - @mastra/core@0.14.0-alpha.7
34
+
3
35
  ## 0.14.1-alpha.0
4
36
 
5
37
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/pg",
3
- "version": "0.14.1-alpha.0",
3
+ "version": "0.14.1",
4
4
  "description": "Postgres provider for Mastra - includes both vector and db storage capabilities",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -33,13 +33,13 @@
33
33
  "tsup": "^8.5.0",
34
34
  "typescript": "^5.8.3",
35
35
  "vitest": "^3.2.4",
36
- "@internal/storage-test-utils": "0.0.25",
37
- "@mastra/core": "0.14.0-alpha.1",
38
- "@internal/types-builder": "0.0.4",
39
- "@internal/lint": "0.0.29"
36
+ "@internal/lint": "0.0.30",
37
+ "@mastra/core": "0.14.0",
38
+ "@internal/storage-test-utils": "0.0.26",
39
+ "@internal/types-builder": "0.0.5"
40
40
  },
41
41
  "peerDependencies": {
42
- "@mastra/core": ">=0.13.0-0 <0.14.0-0"
42
+ "@mastra/core": ">=0.13.0-0 <0.15.0-0"
43
43
  },
44
44
  "scripts": {
45
45
  "build": "tsup --silent --config tsup.config.ts",