@mastra/mongodb 0.0.0-vnext-inngest-20250508121018 → 0.0.0-vnext-inngest-20250508131921

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +2 -2
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @mastra/mongodb
2
2
 
3
- ## 0.0.0-vnext-inngest-20250508121018
3
+ ## 0.0.0-vnext-inngest-20250508131921
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -9,7 +9,7 @@
9
9
  - Updated dependencies [b5d2de0]
10
10
  - Updated dependencies [644f8ad]
11
11
  - Updated dependencies [70dbf51]
12
- - @mastra/core@0.0.0-vnext-inngest-20250508121018
12
+ - @mastra/core@0.0.0-vnext-inngest-20250508131921
13
13
 
14
14
  ## 0.0.4-alpha.0
15
15
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/mongodb",
3
- "version": "0.0.0-vnext-inngest-20250508121018",
3
+ "version": "0.0.0-vnext-inngest-20250508131921",
4
4
  "description": "MongoDB provider for Mastra - includes vector store capabilities",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -23,7 +23,7 @@
23
23
  "cloudflare": "^4.1.0",
24
24
  "mongodb": "^6.15.0",
25
25
  "uuid": "^11.1.0",
26
- "@mastra/core": "0.0.0-vnext-inngest-20250508121018"
26
+ "@mastra/core": "0.0.0-vnext-inngest-20250508131921"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@microsoft/api-extractor": "^7.52.5",
@@ -32,7 +32,7 @@
32
32
  "tsup": "^8.4.0",
33
33
  "typescript": "^5.8.2",
34
34
  "vitest": "^3.1.2",
35
- "@internal/lint": "0.0.0-vnext-inngest-20250508121018"
35
+ "@internal/lint": "0.0.0-vnext-inngest-20250508131921"
36
36
  },
37
37
  "scripts": {
38
38
  "build": "tsup src/index.ts --format esm,cjs --experimental-dts --clean --treeshake=smallest --splitting",