@mastra/libsql 0.0.0-separate-trace-data-from-component-20250501042644 → 0.0.0-separate-trace-data-from-component-20250501141108

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 +3 -3
package/CHANGELOG.md CHANGED
@@ -1,13 +1,13 @@
1
1
  # @mastra/libsql
2
2
 
3
- ## 0.0.0-separate-trace-data-from-component-20250501042644
3
+ ## 0.0.0-separate-trace-data-from-component-20250501141108
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies [26738f4]
8
8
  - Updated dependencies [b804723]
9
9
  - Updated dependencies [0097d50]
10
- - @mastra/core@0.0.0-separate-trace-data-from-component-20250501042644
10
+ - @mastra/core@0.0.0-separate-trace-data-from-component-20250501141108
11
11
 
12
12
  ## 0.0.2-alpha.2
13
13
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/libsql",
3
- "version": "0.0.0-separate-trace-data-from-component-20250501042644",
3
+ "version": "0.0.0-separate-trace-data-from-component-20250501141108",
4
4
  "description": "Libsql 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
  "license": "MIT",
22
22
  "dependencies": {
23
23
  "@libsql/client": "^0.15.4",
24
- "@mastra/core": "0.0.0-separate-trace-data-from-component-20250501042644"
24
+ "@mastra/core": "0.0.0-separate-trace-data-from-component-20250501141108"
25
25
  },
26
26
  "devDependencies": {
27
27
  "@microsoft/api-extractor": "^7.52.5",
@@ -31,7 +31,7 @@
31
31
  "typescript": "^5.8.3",
32
32
  "vitest": "^3.1.2",
33
33
  "@internal/lint": "0.0.2",
34
- "@internal/storage-test-utils": "0.0.0-separate-trace-data-from-component-20250501042644"
34
+ "@internal/storage-test-utils": "0.0.0-separate-trace-data-from-component-20250501141108"
35
35
  },
36
36
  "scripts": {
37
37
  "build": "tsup src/index.ts --format esm,cjs --experimental-dts --clean --treeshake=smallest --splitting",