@mastra/s3vectors 1.0.0-beta.3 → 1.0.0-beta.4

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,5 +1,14 @@
1
1
  # @mastra/s3vectors
2
2
 
3
+ ## 1.0.0-beta.4
4
+
5
+ ### Patch Changes
6
+
7
+ - dependencies updates: ([#10114](https://github.com/mastra-ai/mastra/pull/10114))
8
+ - Updated dependency [`uuid@^13.0.0` ↗︎](https://www.npmjs.com/package/uuid/v/13.0.0) (from `^11.1.0`, in `dependencies`)
9
+ - Updated dependencies [[`08766f1`](https://github.com/mastra-ai/mastra/commit/08766f15e13ac0692fde2a8bd366c2e16e4321df), [`ae8baf7`](https://github.com/mastra-ai/mastra/commit/ae8baf7d8adcb0ff9dac11880400452bc49b33ff), [`cfabdd4`](https://github.com/mastra-ai/mastra/commit/cfabdd4aae7a726b706942d6836eeca110fb6267), [`a0e437f`](https://github.com/mastra-ai/mastra/commit/a0e437fac561b28ee719e0302d72b2f9b4c138f0), [`bec5efd`](https://github.com/mastra-ai/mastra/commit/bec5efde96653ccae6604e68c696d1bc6c1a0bf5), [`9eedf7d`](https://github.com/mastra-ai/mastra/commit/9eedf7de1d6e0022a2f4e5e9e6fe1ec468f9b43c)]:
10
+ - @mastra/core@1.0.0-beta.21
11
+
3
12
  ## 1.0.0-beta.3
4
13
 
5
14
  ### Patch Changes
@@ -29,4 +29,4 @@ docs/
29
29
  ## Version
30
30
 
31
31
  Package: @mastra/s3vectors
32
- Version: 1.0.0-beta.3
32
+ Version: 1.0.0-beta.4
@@ -5,7 +5,7 @@ description: Documentation for @mastra/s3vectors. Includes links to type definit
5
5
 
6
6
  # @mastra/s3vectors Documentation
7
7
 
8
- > **Version**: 1.0.0-beta.3
8
+ > **Version**: 1.0.0-beta.4
9
9
  > **Package**: @mastra/s3vectors
10
10
 
11
11
  ## Quick Navigation
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.0.0-beta.3",
2
+ "version": "1.0.0-beta.4",
3
3
  "package": "@mastra/s3vectors",
4
4
  "exports": {},
5
5
  "modules": {}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/s3vectors",
3
- "version": "1.0.0-beta.3",
3
+ "version": "1.0.0-beta.4",
4
4
  "description": "Amazon S3 Vectors store provider for Mastra",
5
5
  "type": "module",
6
6
  "files": [
@@ -25,7 +25,7 @@
25
25
  "license": "Apache-2.0",
26
26
  "dependencies": {
27
27
  "@aws-sdk/client-s3vectors": "^3.901.0",
28
- "uuid": "^11.1.0"
28
+ "uuid": "^13.0.0"
29
29
  },
30
30
  "devDependencies": {
31
31
  "@types/node": "22.13.17",
@@ -39,7 +39,7 @@
39
39
  "@internal/lint": "0.0.53",
40
40
  "@internal/storage-test-utils": "0.0.49",
41
41
  "@internal/types-builder": "0.0.28",
42
- "@mastra/core": "1.0.0-beta.20"
42
+ "@mastra/core": "1.0.0-beta.21"
43
43
  },
44
44
  "peerDependencies": {
45
45
  "@mastra/core": ">=1.0.0-0 <2.0.0-0"