@mastra/pg 0.12.3-alpha.0 → 0.12.3

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.
@@ -6,18 +6,18 @@
6
6
  CLI Using tsconfig: tsconfig.json
7
7
  CLI tsup v8.5.0
8
8
  TSC Build start
9
- TSC ⚡️ Build success in 11580ms
9
+ TSC ⚡️ Build success in 12290ms
10
10
  DTS Build start
11
11
  CLI Target: es2022
12
12
  Analysis will use the bundled TypeScript version 5.8.3
13
13
  Writing package typings: /home/runner/work/mastra/mastra/stores/pg/dist/_tsup-dts-rollup.d.ts
14
14
  Analysis will use the bundled TypeScript version 5.8.3
15
15
  Writing package typings: /home/runner/work/mastra/mastra/stores/pg/dist/_tsup-dts-rollup.d.cts
16
- DTS ⚡️ Build success in 11970ms
16
+ DTS ⚡️ Build success in 12231ms
17
17
  CLI Cleaning output folder
18
18
  ESM Build start
19
19
  CJS Build start
20
20
  ESM dist/index.js 86.90 KB
21
- ESM ⚡️ Build success in 1842ms
21
+ ESM ⚡️ Build success in 1870ms
22
22
  CJS dist/index.cjs 88.28 KB
23
- CJS ⚡️ Build success in 1845ms
23
+ CJS ⚡️ Build success in 1870ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,28 @@
1
1
  # @mastra/pg
2
2
 
3
+ ## 0.12.3
4
+
5
+ ### Patch Changes
6
+
7
+ - ca52f88: dependencies updates:
8
+ - Updated dependency [`pg-promise@^11.15.0` ↗︎](https://www.npmjs.com/package/pg-promise/v/11.15.0) (from `^11.14.0`, in `dependencies`)
9
+ - 00c57ff: fix: pg storage should select resourceId when getMessages
10
+ - Updated dependencies [0b56518]
11
+ - Updated dependencies [db5cc15]
12
+ - Updated dependencies [2ba5b76]
13
+ - Updated dependencies [5237998]
14
+ - Updated dependencies [c3a30de]
15
+ - Updated dependencies [37c1acd]
16
+ - Updated dependencies [1aa60b1]
17
+ - Updated dependencies [89ec9d4]
18
+ - Updated dependencies [cf3a184]
19
+ - Updated dependencies [d6bfd60]
20
+ - Updated dependencies [626b0f4]
21
+ - Updated dependencies [c22a91f]
22
+ - Updated dependencies [f7403ab]
23
+ - Updated dependencies [6c89d7f]
24
+ - @mastra/core@0.10.15
25
+
3
26
  ## 0.12.3-alpha.0
4
27
 
5
28
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/pg",
3
- "version": "0.12.3-alpha.0",
3
+ "version": "0.12.3",
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,9 +33,9 @@
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.15",
37
- "@internal/lint": "0.0.19",
38
- "@mastra/core": "0.10.15-alpha.0"
36
+ "@internal/lint": "0.0.20",
37
+ "@internal/storage-test-utils": "0.0.16",
38
+ "@mastra/core": "0.10.15"
39
39
  },
40
40
  "peerDependencies": {
41
41
  "@mastra/core": ">=0.10.7-0 <0.11.0-0"