@mastra/redis 1.2.0-alpha.0 → 1.2.0

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,16 @@
1
1
  # @mastra/redis
2
2
 
3
+ ## 1.2.0
4
+
5
+ ### Minor Changes
6
+
7
+ - Random bump ([#18178](https://github.com/mastra-ai/mastra/pull/18178))
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [[`7c0d868`](https://github.com/mastra-ai/mastra/commit/7c0d868d97d0fdbc04c14d0166dbf44d4c5a4a62), [`d9d2273`](https://github.com/mastra-ai/mastra/commit/d9d2273c702690c9a26eab2aebea879701d4355a), [`b04369d`](https://github.com/mastra-ai/mastra/commit/b04369d6b167c698ef103981171a8bf92808e756), [`8f3c262`](https://github.com/mastra-ai/mastra/commit/8f3c262587b335588a02d96b17fd6aca34c885b3)]:
12
+ - @mastra/core@1.45.0
13
+
3
14
  ## 1.2.0-alpha.0
4
15
 
5
16
  ### Minor Changes
@@ -3,7 +3,7 @@ name: mastra-redis
3
3
  description: Documentation for @mastra/redis. Use when working with @mastra/redis APIs, configuration, or implementation.
4
4
  metadata:
5
5
  package: "@mastra/redis"
6
- version: "1.2.0-alpha.0"
6
+ version: "1.2.0"
7
7
  ---
8
8
 
9
9
  ## When to use
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.2.0-alpha.0",
2
+ "version": "1.2.0",
3
3
  "package": "@mastra/redis",
4
4
  "exports": {},
5
5
  "modules": {}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/redis",
3
- "version": "1.2.0-alpha.0",
3
+ "version": "1.2.0",
4
4
  "description": "Redis storage provider for Mastra - provides storage capabilities for direct Redis connections",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -34,10 +34,10 @@
34
34
  "tsx": "^4.22.4",
35
35
  "typescript": "^6.0.3",
36
36
  "vitest": "4.1.8",
37
- "@internal/types-builder": "0.0.81",
38
- "@mastra/core": "1.45.0-alpha.0",
39
- "@internal/storage-test-utils": "0.0.102",
40
- "@internal/lint": "0.0.106"
37
+ "@internal/lint": "0.0.107",
38
+ "@internal/types-builder": "0.0.82",
39
+ "@internal/storage-test-utils": "0.0.103",
40
+ "@mastra/core": "1.45.0"
41
41
  },
42
42
  "peerDependencies": {
43
43
  "@mastra/core": ">=1.0.0-0 <2.0.0-0"