@mastra/pg 0.3.0-alpha.8 → 0.3.1-alpha.0

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,23 +1,23 @@
1
1
 
2
- > @mastra/pg@0.3.0-alpha.8 build /home/runner/work/mastra/mastra/stores/pg
2
+ > @mastra/pg@0.3.1-alpha.0 build /home/runner/work/mastra/mastra/stores/pg
3
3
  > tsup src/index.ts --format esm,cjs --experimental-dts --clean --treeshake=smallest --splitting
4
4
 
5
5
  CLI Building entry: src/index.ts
6
6
  CLI Using tsconfig: tsconfig.json
7
7
  CLI tsup v8.4.0
8
8
  TSC Build start
9
- TSC ⚡️ Build success in 11894ms
9
+ TSC ⚡️ Build success in 10965ms
10
10
  DTS Build start
11
11
  CLI Target: es2022
12
12
  Analysis will use the bundled TypeScript version 5.8.2
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.2
15
15
  Writing package typings: /home/runner/work/mastra/mastra/stores/pg/dist/_tsup-dts-rollup.d.cts
16
- DTS ⚡️ Build success in 12889ms
16
+ DTS ⚡️ Build success in 12421ms
17
17
  CLI Cleaning output folder
18
18
  ESM Build start
19
19
  CJS Build start
20
20
  ESM dist/index.js 48.21 KB
21
- ESM ⚡️ Build success in 1550ms
21
+ ESM ⚡️ Build success in 1859ms
22
22
  CJS dist/index.cjs 48.63 KB
23
- CJS ⚡️ Build success in 1553ms
23
+ CJS ⚡️ Build success in 1860ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,40 @@
1
1
  # @mastra/pg
2
2
 
3
+ ## 0.3.1-alpha.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [81fb7f6]
8
+ - @mastra/core@0.9.1-alpha.0
9
+
10
+ ## 0.3.0
11
+
12
+ ### Minor Changes
13
+
14
+ - fe3ae4d: Remove \_\_ functions in storage and move to storage proxy to make sure init is called
15
+
16
+ ### Patch Changes
17
+
18
+ - c0f22b4: [MASTRA-3130] Metadata Filter Update for PG and Libsql
19
+ - 373458f: updated schema for storage config to align with pgvector and added validation for pg connections
20
+ - Updated dependencies [000a6d4]
21
+ - Updated dependencies [08bb78e]
22
+ - Updated dependencies [ed2f549]
23
+ - Updated dependencies [7e92011]
24
+ - Updated dependencies [9ee4293]
25
+ - Updated dependencies [03f3cd0]
26
+ - Updated dependencies [c0f22b4]
27
+ - Updated dependencies [71d9444]
28
+ - Updated dependencies [157c741]
29
+ - Updated dependencies [8a8a73b]
30
+ - Updated dependencies [0a033fa]
31
+ - Updated dependencies [fe3ae4d]
32
+ - Updated dependencies [9c26508]
33
+ - Updated dependencies [0f4eae3]
34
+ - Updated dependencies [16a8648]
35
+ - Updated dependencies [6f92295]
36
+ - @mastra/core@0.9.0
37
+
3
38
  ## 0.3.0-alpha.8
4
39
 
5
40
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/pg",
3
- "version": "0.3.0-alpha.8",
3
+ "version": "0.3.1-alpha.0",
4
4
  "description": "Postgres provider for Mastra - includes both vector and db storage capabilities",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -24,7 +24,7 @@
24
24
  "pg": "^8.13.3",
25
25
  "pg-promise": "^11.11.0",
26
26
  "xxhash-wasm": "^1.1.0",
27
- "@mastra/core": "^0.9.0-alpha.8"
27
+ "@mastra/core": "^0.9.1-alpha.0"
28
28
  },
29
29
  "devDependencies": {
30
30
  "@microsoft/api-extractor": "^7.52.1",