@mastra/qdrant 0.0.0-studio-deploy-20260404182525 → 0.0.0-studio-cli-20260504022012

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 CHANGED
@@ -1,11 +1,11 @@
1
1
  # @mastra/qdrant
2
2
 
3
- ## 0.0.0-studio-deploy-20260404182525
3
+ ## 0.0.0-studio-cli-20260504022012
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - Updated dependencies [[`c55b527`](https://github.com/mastra-ai/mastra/commit/c55b52758a31368b2077b0dbbc3badfe4063f560), [`7eb2596`](https://github.com/mastra-ai/mastra/commit/7eb25960d607e07468c9a10c5437abd2deaf1e9a)]:
8
- - @mastra/core@0.0.0-studio-deploy-20260404182525
7
+ - Updated dependencies [[`6dcd65f`](https://github.com/mastra-ai/mastra/commit/6dcd65f2a34069e6dc43ba35f1d11119b9b40bef), [`c05c9a1`](https://github.com/mastra-ai/mastra/commit/c05c9a13230988cef6d438a62f37760f31927bc7), [`e24aacb`](https://github.com/mastra-ai/mastra/commit/e24aacba07bd66f5d95b636dc24016fca26b52cf), [`1c2dda8`](https://github.com/mastra-ai/mastra/commit/1c2dda805fbfccc0abf55d4cb20cc34402dc3f0c), [`c721164`](https://github.com/mastra-ai/mastra/commit/c7211643f7ac861f83b19a3757cc921487fc9d75), [`1b55954`](https://github.com/mastra-ai/mastra/commit/1b559541c1e08a10e49d01ffc51a634dfc37a286), [`5adc55e`](https://github.com/mastra-ai/mastra/commit/5adc55e63407be8ee977914957d68bcc2a075ceb), [`70017d7`](https://github.com/mastra-ai/mastra/commit/70017d72ab741b5d7040e2a15c251a317782e39e), [`e4942bc`](https://github.com/mastra-ai/mastra/commit/e4942bc7fdc903572f7d84f26d5e15f9d39c763d)]:
8
+ - @mastra/core@0.0.0-studio-cli-20260504022012
9
9
 
10
10
  ## 1.0.2
11
11
 
@@ -3,7 +3,7 @@ name: mastra-qdrant
3
3
  description: Documentation for @mastra/qdrant. Use when working with @mastra/qdrant APIs, configuration, or implementation.
4
4
  metadata:
5
5
  package: "@mastra/qdrant"
6
- version: "0.0.0-studio-deploy-20260404182525"
6
+ version: "0.0.0-studio-cli-20260504022012"
7
7
  ---
8
8
 
9
9
  ## When to use
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.0.0-studio-deploy-20260404182525",
2
+ "version": "0.0.0-studio-cli-20260504022012",
3
3
  "package": "@mastra/qdrant",
4
4
  "exports": {},
5
5
  "modules": {}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/qdrant",
3
- "version": "0.0.0-studio-deploy-20260404182525",
3
+ "version": "0.0.0-studio-cli-20260504022012",
4
4
  "description": "Qdrant vector store provider for Mastra",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -24,19 +24,19 @@
24
24
  },
25
25
  "devDependencies": {
26
26
  "@types/node": "22.19.15",
27
- "@vitest/coverage-v8": "4.0.18",
28
- "@vitest/ui": "4.0.18",
29
- "eslint": "^9.39.4",
27
+ "@vitest/coverage-v8": "4.1.5",
28
+ "@vitest/ui": "4.1.5",
29
+ "eslint": "^10.2.1",
30
30
  "tsup": "^8.5.1",
31
- "typescript": "^5.9.3",
32
- "vitest": "4.0.18",
33
- "@internal/lint": "0.0.0-studio-deploy-20260404182525",
34
- "@internal/storage-test-utils": "0.0.75",
35
- "@internal/types-builder": "0.0.0-studio-deploy-20260404182525",
36
- "@mastra/core": "0.0.0-studio-deploy-20260404182525"
31
+ "typescript": "^6.0.3",
32
+ "vitest": "4.1.5",
33
+ "@internal/lint": "0.0.0-studio-cli-20260504022012",
34
+ "@internal/types-builder": "0.0.0-studio-cli-20260504022012",
35
+ "@internal/storage-test-utils": "0.0.86",
36
+ "@mastra/core": "0.0.0-studio-cli-20260504022012"
37
37
  },
38
38
  "peerDependencies": {
39
- "@mastra/core": "0.0.0-studio-deploy-20260404182525"
39
+ "@mastra/core": "0.0.0-studio-cli-20260504022012"
40
40
  },
41
41
  "files": [
42
42
  "dist",