@mastra/upstash 0.2.0-alpha.1 → 0.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.
@@ -6,18 +6,18 @@
6
6
  CLI Using tsconfig: tsconfig.json
7
7
  CLI tsup v8.4.0
8
8
  TSC Build start
9
- TSC ⚡️ Build success in 9696ms
9
+ TSC ⚡️ Build success in 9069ms
10
10
  DTS Build start
11
11
  CLI Target: es2022
12
12
  Analysis will use the bundled TypeScript version 5.8.2
13
13
  Writing package typings: /home/runner/work/mastra/mastra/stores/upstash/dist/_tsup-dts-rollup.d.ts
14
14
  Analysis will use the bundled TypeScript version 5.8.2
15
15
  Writing package typings: /home/runner/work/mastra/mastra/stores/upstash/dist/_tsup-dts-rollup.d.cts
16
- DTS ⚡️ Build success in 10580ms
16
+ DTS ⚡️ Build success in 10177ms
17
17
  CLI Cleaning output folder
18
18
  ESM Build start
19
19
  CJS Build start
20
20
  ESM dist/index.js 17.07 KB
21
- ESM ⚡️ Build success in 746ms
21
+ ESM ⚡️ Build success in 791ms
22
22
  CJS dist/index.cjs 17.20 KB
23
- CJS ⚡️ Build success in 747ms
23
+ CJS ⚡️ Build success in 792ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # @mastra/upstash
2
2
 
3
+ ## 0.2.0
4
+
5
+ ### Minor Changes
6
+
7
+ - c0b2496: Added new operations implementations for MastraVector methods in upstash store
8
+
9
+ ### Patch Changes
10
+
11
+ - 7911ddf: Sanitize redis keys on workflow snapshot storage
12
+ - Updated dependencies [6794797]
13
+ - Updated dependencies [fb68a80]
14
+ - Updated dependencies [b56a681]
15
+ - Updated dependencies [248cb07]
16
+ - @mastra/core@0.6.4
17
+
3
18
  ## 0.2.0-alpha.1
4
19
 
5
20
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/upstash",
3
- "version": "0.2.0-alpha.1",
3
+ "version": "0.2.0",
4
4
  "description": "Upstash provider for Mastra - includes both vector and db storage capabilities",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -21,7 +21,7 @@
21
21
  "dependencies": {
22
22
  "@upstash/redis": "^1.34.5",
23
23
  "@upstash/vector": "^1.2.1",
24
- "@mastra/core": "^0.6.4-alpha.1"
24
+ "@mastra/core": "^0.6.4"
25
25
  },
26
26
  "devDependencies": {
27
27
  "@microsoft/api-extractor": "^7.52.1",