@mastra/turbopuffer 0.0.0-zod-v4-compat-part-2-20250820135355 → 0.0.0-zod-v4-stuff-20250825154219

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/dist/index.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export * from './vector/index';
1
+ export * from './vector/index.js';
2
2
  //# sourceMappingURL=index.d.ts.map
@@ -1,7 +1,7 @@
1
1
  import type { CreateIndexParams, DeleteIndexParams, DeleteVectorParams, DescribeIndexParams, IndexStats, QueryResult, QueryVectorParams, UpdateVectorParams, UpsertVectorParams } from '@mastra/core/vector';
2
2
  import { MastraVector } from '@mastra/core/vector';
3
3
  import type { Schema } from '@turbopuffer/turbopuffer';
4
- import type { TurbopufferVectorFilter } from './filter';
4
+ import type { TurbopufferVectorFilter } from './filter.js';
5
5
  type TurbopufferQueryVectorParams = QueryVectorParams<TurbopufferVectorFilter>;
6
6
  export interface TurbopufferVectorOptions {
7
7
  /** The API key to authenticate with. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/turbopuffer",
3
- "version": "0.0.0-zod-v4-compat-part-2-20250820135355",
3
+ "version": "0.0.0-zod-v4-stuff-20250825154219",
4
4
  "description": "Turbopuffer vector store provider for Mastra",
5
5
  "type": "module",
6
6
  "files": [
@@ -15,7 +15,7 @@
15
15
  "default": "./dist/index.js"
16
16
  },
17
17
  "require": {
18
- "types": "./dist/index.d.cts",
18
+ "types": "./dist/index.d.ts",
19
19
  "default": "./dist/index.cjs"
20
20
  }
21
21
  },
@@ -33,11 +33,12 @@
33
33
  "tsup": "^8.5.0",
34
34
  "typescript": "^5.8.3",
35
35
  "vitest": "^3.2.4",
36
- "@internal/lint": "0.0.0-zod-v4-compat-part-2-20250820135355",
37
- "@mastra/core": "0.0.0-zod-v4-compat-part-2-20250820135355"
36
+ "@internal/lint": "0.0.0-zod-v4-stuff-20250825154219",
37
+ "@mastra/core": "0.0.0-zod-v4-stuff-20250825154219",
38
+ "@internal/types-builder": "0.0.0-zod-v4-stuff-20250825154219"
38
39
  },
39
40
  "peerDependencies": {
40
- "@mastra/core": "0.0.0-zod-v4-compat-part-2-20250820135355"
41
+ "@mastra/core": "0.0.0-zod-v4-stuff-20250825154219"
41
42
  },
42
43
  "scripts": {
43
44
  "build": "tsup --silent --config tsup.config.ts",