@mastra/turbopuffer 0.0.2 → 0.0.3-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.
- package/README.md +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -54,4 +54,4 @@ Optional:
|
|
|
54
54
|
## Related Links
|
|
55
55
|
|
|
56
56
|
- [Turbopuffer Documentation](https://turbopuffer.com/docs)
|
|
57
|
-
- [Turbopuffer
|
|
57
|
+
- [Turbopuffer TypeScript Client Library](https://github.com/turbopuffer/turbopuffer-typescript)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mastra/turbopuffer",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.3-alpha.0",
|
|
4
4
|
"description": "Turbopuffer vector store provider for Mastra",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"files": [
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
25
|
"@turbopuffer/turbopuffer": "^0.6.4",
|
|
26
|
-
"@mastra/core": "^0.6.
|
|
26
|
+
"@mastra/core": "^0.6.2-alpha.0"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
29
|
"@microsoft/api-extractor": "^7.52.1",
|