@mastra/upstash 0.0.0-vnextWorkflows-20250421125930 → 0.0.0-vnextWorkflows-20250422142014

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 +2 -2
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @mastra/upstash
2
2
 
3
- ## 0.0.0-vnextWorkflows-20250421125930
3
+ ## 0.0.0-vnextWorkflows-20250422142014
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -18,7 +18,7 @@
18
18
  - Updated dependencies [8a8a73b]
19
19
  - Updated dependencies [fe3ae4d]
20
20
  - Updated dependencies [6f92295]
21
- - @mastra/core@0.0.0-vnextWorkflows-20250421125930
21
+ - @mastra/core@0.0.0-vnextWorkflows-20250422142014
22
22
 
23
23
  ## 0.3.0-alpha.7
24
24
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/upstash",
3
- "version": "0.0.0-vnextWorkflows-20250421125930",
3
+ "version": "0.0.0-vnextWorkflows-20250422142014",
4
4
  "description": "Upstash provider for Mastra - includes both vector and db storage capabilities",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -22,7 +22,7 @@
22
22
  "dependencies": {
23
23
  "@upstash/redis": "^1.34.5",
24
24
  "@upstash/vector": "^1.2.1",
25
- "@mastra/core": "0.0.0-vnextWorkflows-20250421125930"
25
+ "@mastra/core": "0.0.0-vnextWorkflows-20250422142014"
26
26
  },
27
27
  "devDependencies": {
28
28
  "@microsoft/api-extractor": "^7.52.1",