@mastra/upstash 0.10.3-alpha.3 → 0.10.3

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.
@@ -1,39 +1,39 @@
1
1
 
2
- > @mastra/upstash@0.10.3-alpha.3 build /home/runner/work/mastra/mastra/stores/upstash
2
+ > @mastra/upstash@0.10.3-alpha.4 build /home/runner/work/mastra/mastra/stores/upstash
3
3
  > tsup src/index.ts --format esm,cjs --experimental-dts --clean --treeshake=smallest --splitting
4
4
 
5
5
  CLI Building entry: src/index.ts
6
6
  CLI Using tsconfig: tsconfig.json
7
7
  CLI tsup v8.5.0
8
8
  TSC Build start
9
- TSC ⚡️ Build success in 9774ms
9
+ TSC ⚡️ Build success in 8571ms
10
10
  DTS Build start
11
11
  CLI Target: es2022
12
12
  Analysis will use the bundled TypeScript version 5.8.3
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.3
15
15
  Writing package typings: /home/runner/work/mastra/mastra/stores/upstash/dist/_tsup-dts-rollup.d.cts
16
- DTS ⚡️ Build success in 10947ms
16
+ DTS ⚡️ Build success in 10508ms
17
17
  CLI Cleaning output folder
18
18
  ESM Build start
19
19
  CJS Build start
20
20
  dist/index.cjs (1651:18): Use of eval in "dist/index.cjs" is strongly discouraged as it poses security risks and may cause issues with minification.
21
21
  dist/index.js (1651:18): Use of eval in "dist/index.js" is strongly discouraged as it poses security risks and may cause issues with minification.
22
- CJS dist/getMachineId-win-ZTI2LRDJ.cjs 1.66 KB
23
22
  CJS dist/getMachineId-darwin-3PL23DL6.cjs 1.19 KB
24
- CJS dist/getMachineId-unsupported-DEDJN4ZS.cjs 777.00 B
25
- CJS dist/chunk-N2CPQVE3.cjs 1.09 KB
26
23
  CJS dist/getMachineId-linux-KYLPK3HC.cjs 813.00 B
24
+ CJS dist/getMachineId-win-ZTI2LRDJ.cjs 1.66 KB
25
+ CJS dist/chunk-N2CPQVE3.cjs 1.09 KB
26
+ CJS dist/getMachineId-unsupported-DEDJN4ZS.cjs 777.00 B
27
27
  CJS dist/getMachineId-bsd-HDZ73WR7.cjs 1015.00 B
28
28
  CJS dist/chunk-U74OJRHU.cjs 62.08 KB
29
29
  CJS dist/index.cjs 1.65 MB
30
- CJS ⚡️ Build success in 22089ms
30
+ CJS ⚡️ Build success in 17305ms
31
31
  ESM dist/getMachineId-darwin-UTKBTJ2U.js 1.08 KB
32
32
  ESM dist/getMachineId-linux-K3QXQYAB.js 740.00 B
33
33
  ESM dist/getMachineId-bsd-KKIDU47O.js 896.00 B
34
- ESM dist/getMachineId-win-L2EYIM5A.js 1.04 KB
35
34
  ESM dist/chunk-IGKEDEDE.js 452.00 B
36
- ESM dist/getMachineId-unsupported-VPWBQCK7.js 700.00 B
35
+ ESM dist/getMachineId-win-L2EYIM5A.js 1.04 KB
37
36
  ESM dist/chunk-HSTZWXH7.js 61.52 KB
37
+ ESM dist/getMachineId-unsupported-VPWBQCK7.js 700.00 B
38
38
  ESM dist/index.js 1.64 MB
39
- ESM ⚡️ Build success in 22103ms
39
+ ESM ⚡️ Build success in 17306ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,37 @@
1
1
  # @mastra/upstash
2
2
 
3
+ ## 0.10.3
4
+
5
+ ### Patch Changes
6
+
7
+ - 1a35518: dependencies updates:
8
+ - Updated dependency [`@upstash/redis@^1.35.0` ↗︎](https://www.npmjs.com/package/@upstash/redis/v/1.35.0) (from `^1.34.5`, in `dependencies`)
9
+ - dffb67b: updated stores to add alter table and change tests
10
+ - 925ab94: added paginated functions to base class and added boilerplate and updated imports
11
+ - 48eddb9: update filter logic in Memory class to support semantic recall search scope
12
+ - 66f4424: Update peerdeps
13
+ - a914da2: Fix upstash paginated APIs
14
+ - Updated dependencies [d1ed912]
15
+ - Updated dependencies [f6fd25f]
16
+ - Updated dependencies [dffb67b]
17
+ - Updated dependencies [f1f1f1b]
18
+ - Updated dependencies [925ab94]
19
+ - Updated dependencies [f9816ae]
20
+ - Updated dependencies [82090c1]
21
+ - Updated dependencies [1b443fd]
22
+ - Updated dependencies [ce97900]
23
+ - Updated dependencies [f1309d3]
24
+ - Updated dependencies [14a2566]
25
+ - Updated dependencies [f7f8293]
26
+ - Updated dependencies [48eddb9]
27
+ - @mastra/core@0.10.4
28
+
29
+ ## 0.10.3-alpha.4
30
+
31
+ ### Patch Changes
32
+
33
+ - 66f4424: Update peerdeps
34
+
3
35
  ## 0.10.3-alpha.3
4
36
 
5
37
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/upstash",
3
- "version": "0.10.3-alpha.3",
3
+ "version": "0.10.3",
4
4
  "description": "Upstash provider for Mastra - includes both vector and db storage capabilities",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -31,12 +31,12 @@
31
31
  "tsup": "^8.5.0",
32
32
  "typescript": "^5.8.2",
33
33
  "vitest": "^3.2.2",
34
- "@internal/lint": "0.0.10",
35
- "@mastra/core": "0.10.4-alpha.3",
36
- "@internal/storage-test-utils": "0.0.6"
34
+ "@internal/storage-test-utils": "0.0.7",
35
+ "@internal/lint": "0.0.11",
36
+ "@mastra/core": "0.10.4"
37
37
  },
38
38
  "peerDependencies": {
39
- "@mastra/core": "^0.10.2-alpha.0"
39
+ "@mastra/core": ">=0.10.4-0 <0.11.0"
40
40
  },
41
41
  "scripts": {
42
42
  "pretest": "docker compose up -d",