@mastra/duckdb 0.0.0-standard-schema-20260123120255 → 0.0.0-standard-schema-20260126130907
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 +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
# @mastra/duckdb
|
|
2
2
|
|
|
3
|
-
## 0.0.0-standard-schema-
|
|
3
|
+
## 0.0.0-standard-schema-20260126130907
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
7
|
- Updated dependencies [[`90fc0e5`](https://github.com/mastra-ai/mastra/commit/90fc0e5717cb280c2d4acf4f0410b510bb4c0a72), [`1cf5d2e`](https://github.com/mastra-ai/mastra/commit/1cf5d2ea1b085be23e34fb506c80c80a4e6d9c2b), [`3efbe5a`](https://github.com/mastra-ai/mastra/commit/3efbe5ae20864c4f3143457f4f3ee7dc2fa5ca76), [`bc9fa00`](https://github.com/mastra-ai/mastra/commit/bc9fa00859c5c4a796d53a0a5cae46ab4a3072e4), [`90fc0e5`](https://github.com/mastra-ai/mastra/commit/90fc0e5717cb280c2d4acf4f0410b510bb4c0a72)]:
|
|
8
|
-
- @mastra/core@0.0.0-standard-schema-
|
|
8
|
+
- @mastra/core@0.0.0-standard-schema-20260126130907
|
|
9
9
|
|
|
10
10
|
## 1.0.0
|
|
11
11
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mastra/duckdb",
|
|
3
|
-
"version": "0.0.0-standard-schema-
|
|
3
|
+
"version": "0.0.0-standard-schema-20260126130907",
|
|
4
4
|
"description": "DuckDB vector store provider for Mastra - embedded high-performance vector storage with HNSW indexing",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"@duckdb/node-api": "1.4.2-r.1"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
|
-
"@types/node": "22.19.
|
|
26
|
+
"@types/node": "22.19.7",
|
|
27
27
|
"@vitest/coverage-v8": "4.0.12",
|
|
28
28
|
"@vitest/ui": "4.0.12",
|
|
29
29
|
"eslint": "^9.37.0",
|
|
@@ -31,13 +31,13 @@
|
|
|
31
31
|
"tsup": "^8.5.1",
|
|
32
32
|
"typescript": "^5.9.3",
|
|
33
33
|
"vitest": "4.0.16",
|
|
34
|
-
"@internal/lint": "0.0.0-standard-schema-
|
|
34
|
+
"@internal/lint": "0.0.0-standard-schema-20260126130907",
|
|
35
35
|
"@internal/storage-test-utils": "0.0.51",
|
|
36
|
-
"@internal/types-builder": "0.0.0-standard-schema-
|
|
37
|
-
"@mastra/core": "0.0.0-standard-schema-
|
|
36
|
+
"@internal/types-builder": "0.0.0-standard-schema-20260126130907",
|
|
37
|
+
"@mastra/core": "0.0.0-standard-schema-20260126130907"
|
|
38
38
|
},
|
|
39
39
|
"peerDependencies": {
|
|
40
|
-
"@mastra/core": "0.0.0-standard-schema-
|
|
40
|
+
"@mastra/core": "0.0.0-standard-schema-20260126130907"
|
|
41
41
|
},
|
|
42
42
|
"files": [
|
|
43
43
|
"dist",
|