@mastra/pg 0.10.3 → 0.10.4-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.10.2 build /home/runner/work/mastra/mastra/stores/pg
2
+ > @mastra/pg@0.10.4-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.5.0
8
8
  TSC Build start
9
- TSC ⚡️ Build success in 10862ms
9
+ TSC ⚡️ Build success in 11001ms
10
10
  DTS Build start
11
11
  CLI Target: es2022
12
- CLI Cleaning output folder
13
- ESM Build start
14
- CJS Build start
15
12
  Analysis will use the bundled TypeScript version 5.8.3
16
13
  Writing package typings: /home/runner/work/mastra/mastra/stores/pg/dist/_tsup-dts-rollup.d.ts
17
14
  Analysis will use the bundled TypeScript version 5.8.3
18
15
  Writing package typings: /home/runner/work/mastra/mastra/stores/pg/dist/_tsup-dts-rollup.d.cts
19
- DTS ⚡️ Build success in 11679ms
16
+ DTS ⚡️ Build success in 11284ms
17
+ CLI Cleaning output folder
18
+ ESM Build start
19
+ CJS Build start
20
20
  ESM dist/index.js 67.19 KB
21
- ESM ⚡️ Build success in 13260ms
21
+ ESM ⚡️ Build success in 1382ms
22
22
  CJS dist/index.cjs 67.75 KB
23
- CJS ⚡️ Build success in 13261ms
23
+ CJS ⚡️ Build success in 1382ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @mastra/pg
2
2
 
3
+ ## 0.10.4-alpha.0
4
+
5
+ ### Patch Changes
6
+
7
+ - 63f6b7d: dependencies updates:
8
+ - Updated dependency [`pg-promise@^11.14.0` ↗︎](https://www.npmjs.com/package/pg-promise/v/11.14.0) (from `^11.13.0`, in `dependencies`)
9
+ - Updated dependencies [63f6b7d]
10
+ - Updated dependencies [36f1c36]
11
+ - Updated dependencies [10d352e]
12
+ - Updated dependencies [53d3c37]
13
+ - @mastra/core@0.10.6-alpha.0
14
+
3
15
  ## 0.10.3
4
16
 
5
17
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/pg",
3
- "version": "0.10.3",
3
+ "version": "0.10.4-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",
@@ -22,19 +22,19 @@
22
22
  "dependencies": {
23
23
  "async-mutex": "^0.5.0",
24
24
  "pg": "^8.16.0",
25
- "pg-promise": "^11.13.0",
25
+ "pg-promise": "^11.14.0",
26
26
  "xxhash-wasm": "^1.1.0"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@microsoft/api-extractor": "^7.52.8",
30
- "@types/node": "^20.17.57",
30
+ "@types/node": "^20.19.0",
31
31
  "@types/pg": "^8.15.4",
32
32
  "eslint": "^9.28.0",
33
33
  "tsup": "^8.5.0",
34
- "typescript": "^5.8.2",
35
- "vitest": "^3.2.2",
34
+ "typescript": "^5.8.3",
35
+ "vitest": "^3.2.3",
36
36
  "@internal/lint": "0.0.12",
37
- "@mastra/core": "0.10.5",
37
+ "@mastra/core": "0.10.6-alpha.0",
38
38
  "@internal/storage-test-utils": "0.0.8"
39
39
  },
40
40
  "peerDependencies": {