@mastra/pg 0.0.0-cli-debug-20250611094457 → 0.0.0-cli-debug-2-20250611100354
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.
- package/CHANGELOG.md +2 -2
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
# @mastra/pg
|
|
2
2
|
|
|
3
|
-
## 0.0.0-cli-debug-
|
|
3
|
+
## 0.0.0-cli-debug-2-20250611100354
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
7
|
- 3c77c0a: fix(pg): allow dotted attribute keys in `getTraces` by using `parseFieldKey` instead of `parseSqlIdentifier`
|
|
8
|
-
- @mastra/core@0.0.0-cli-debug-
|
|
8
|
+
- @mastra/core@0.0.0-cli-debug-2-20250611100354
|
|
9
9
|
|
|
10
10
|
## 0.10.2
|
|
11
11
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mastra/pg",
|
|
3
|
-
"version": "0.0.0-cli-debug-
|
|
3
|
+
"version": "0.0.0-cli-debug-2-20250611100354",
|
|
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.2",
|
|
35
35
|
"vitest": "^3.2.2",
|
|
36
|
-
"@internal/lint": "0.0.0-cli-debug-
|
|
37
|
-
"@internal/storage-test-utils": "0.0.0-cli-debug-
|
|
38
|
-
"@mastra/core": "0.0.0-cli-debug-
|
|
36
|
+
"@internal/lint": "0.0.0-cli-debug-2-20250611100354",
|
|
37
|
+
"@internal/storage-test-utils": "0.0.0-cli-debug-2-20250611100354",
|
|
38
|
+
"@mastra/core": "0.0.0-cli-debug-2-20250611100354"
|
|
39
39
|
},
|
|
40
40
|
"peerDependencies": {
|
|
41
41
|
"@mastra/core": ">=0.10.4-0 <0.11.0"
|