@mastra/pg 0.2.0-alpha.10 → 0.2.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.2.0-alpha.10 build /home/runner/work/mastra/mastra/stores/pg
3
- > tsup src/index.ts --format esm,cjs --experimental-dts --clean --treeshake
2
+ > @mastra/pg@0.2.0-alpha.12 build /home/runner/work/mastra/mastra/stores/pg
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
- CLI tsup v8.3.6
7
+ CLI tsup v8.4.0
8
8
  TSC Build start
9
- TSC ⚡️ Build success in 10654ms
9
+ TSC ⚡️ Build success in 9808ms
10
10
  DTS Build start
11
11
  CLI Target: es2022
12
12
  Analysis will use the bundled TypeScript version 5.7.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.7.3
15
15
  Writing package typings: /home/runner/work/mastra/mastra/stores/pg/dist/_tsup-dts-rollup.d.cts
16
- DTS ⚡️ Build success in 11401ms
16
+ DTS ⚡️ Build success in 10902ms
17
17
  CLI Cleaning output folder
18
18
  ESM Build start
19
19
  CJS Build start
20
20
  ESM dist/index.js 34.40 KB
21
- ESM ⚡️ Build success in 1309ms
21
+ ESM ⚡️ Build success in 1053ms
22
22
  CJS dist/index.cjs 34.80 KB
23
- CJS ⚡️ Build success in 1311ms
23
+ CJS ⚡️ Build success in 1065ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,72 @@
1
1
  # @mastra/pg
2
2
 
3
+ ## 0.2.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 3de7e06: Added new operations implementations for MastraVector interface methods in pg vector store
8
+
9
+ ### Patch Changes
10
+
11
+ - fd4a1d7: Update cjs bundling to make sure files are split
12
+ - Updated dependencies [a910463]
13
+ - Updated dependencies [59df7b6]
14
+ - Updated dependencies [22643eb]
15
+ - Updated dependencies [6feb23f]
16
+ - Updated dependencies [f2d6727]
17
+ - Updated dependencies [7a7a547]
18
+ - Updated dependencies [29f3a82]
19
+ - Updated dependencies [3d0e290]
20
+ - Updated dependencies [e9fbac5]
21
+ - Updated dependencies [301e4ee]
22
+ - Updated dependencies [ee667a2]
23
+ - Updated dependencies [dfbe4e9]
24
+ - Updated dependencies [dab255b]
25
+ - Updated dependencies [1e8bcbc]
26
+ - Updated dependencies [f6678e4]
27
+ - Updated dependencies [9e81f35]
28
+ - Updated dependencies [c93798b]
29
+ - Updated dependencies [a85ab24]
30
+ - Updated dependencies [dbd9f2d]
31
+ - Updated dependencies [59df7b6]
32
+ - Updated dependencies [caefaa2]
33
+ - Updated dependencies [c151ae6]
34
+ - Updated dependencies [52e0418]
35
+ - Updated dependencies [d79aedf]
36
+ - Updated dependencies [03236ec]
37
+ - Updated dependencies [3764e71]
38
+ - Updated dependencies [df982db]
39
+ - Updated dependencies [a171b37]
40
+ - Updated dependencies [506f1d5]
41
+ - Updated dependencies [02ffb7b]
42
+ - Updated dependencies [0461849]
43
+ - Updated dependencies [2259379]
44
+ - Updated dependencies [aeb5e36]
45
+ - Updated dependencies [f2301de]
46
+ - Updated dependencies [358f069]
47
+ - Updated dependencies [fd4a1d7]
48
+ - Updated dependencies [c139344]
49
+ - @mastra/core@0.5.0
50
+
51
+ ## 0.2.0-alpha.12
52
+
53
+ ### Patch Changes
54
+
55
+ - Updated dependencies [a85ab24]
56
+ - @mastra/core@0.5.0-alpha.12
57
+
58
+ ## 0.2.0-alpha.11
59
+
60
+ ### Patch Changes
61
+
62
+ - fd4a1d7: Update cjs bundling to make sure files are split
63
+ - Updated dependencies [7a7a547]
64
+ - Updated dependencies [c93798b]
65
+ - Updated dependencies [dbd9f2d]
66
+ - Updated dependencies [a171b37]
67
+ - Updated dependencies [fd4a1d7]
68
+ - @mastra/core@0.5.0-alpha.11
69
+
3
70
  ## 0.2.0-alpha.10
4
71
 
5
72
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/pg",
3
- "version": "0.2.0-alpha.10",
3
+ "version": "0.2.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",
@@ -19,22 +19,22 @@
19
19
  "./package.json": "./package.json"
20
20
  },
21
21
  "dependencies": {
22
- "pg": "^8.13.1",
23
- "pg-promise": "^11.5.4",
24
- "@mastra/core": "^0.5.0-alpha.10"
22
+ "pg": "^8.13.3",
23
+ "pg-promise": "^11.11.0",
24
+ "@mastra/core": "^0.5.0"
25
25
  },
26
26
  "devDependencies": {
27
- "@microsoft/api-extractor": "^7.49.2",
28
- "@types/node": "^22.13.1",
29
- "@types/pg": "^8.11.10",
30
- "tsup": "^8.0.1",
31
- "typescript": "^5.7.3",
32
- "vitest": "^3.0.4",
33
- "eslint": "^9.20.1",
34
- "@internal/lint": "0.0.0"
27
+ "@microsoft/api-extractor": "^7.52.1",
28
+ "@types/node": "^22.13.10",
29
+ "@types/pg": "^8.11.11",
30
+ "eslint": "^9.22.0",
31
+ "tsup": "^8.4.0",
32
+ "typescript": "^5.8.2",
33
+ "vitest": "^3.0.8",
34
+ "@internal/lint": "0.0.1"
35
35
  },
36
36
  "scripts": {
37
- "build": "tsup src/index.ts --format esm,cjs --experimental-dts --clean --treeshake",
37
+ "build": "tsup src/index.ts --format esm,cjs --experimental-dts --clean --treeshake=smallest --splitting",
38
38
  "build:watch": "pnpm build --watch",
39
39
  "pretest": "docker compose up -d && (for i in $(seq 1 30); do docker compose exec -T db pg_isready -U postgres && break || (sleep 1; [ $i -eq 30 ] && exit 1); done)",
40
40
  "test": "vitest run",