@mastra/spanner 1.4.0-alpha.0 → 1.4.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/spanner",
3
- "version": "1.4.0-alpha.0",
3
+ "version": "1.4.0",
4
4
  "description": "Google Cloud Spanner provider for Mastra - db storage capabilities (GoogleSQL dialect)",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -27,14 +27,14 @@
27
27
  "@vitest/coverage-v8": "4.1.10",
28
28
  "@vitest/ui": "4.1.10",
29
29
  "eslint": "^10.7.0",
30
- "tsup": "^8.5.1",
30
+ "tsdown": "0.22.9",
31
31
  "tsx": "^4.23.1",
32
32
  "typescript": "^6.0.3",
33
33
  "vitest": "4.1.10",
34
- "@internal/types-builder": "0.0.92",
35
- "@internal/lint": "0.0.117",
36
- "@internal/storage-test-utils": "0.0.113",
37
- "@mastra/core": "1.54.0-alpha.0"
34
+ "@internal/storage-test-utils": "0.0.114",
35
+ "@internal/lint": "0.0.118",
36
+ "@internal/types-builder": "0.0.93",
37
+ "@mastra/core": "1.54.0"
38
38
  },
39
39
  "peerDependencies": {
40
40
  "@mastra/core": ">=1.51.0-0 <2.0.0-0"
@@ -56,8 +56,8 @@
56
56
  "node": ">=22.13.0"
57
57
  },
58
58
  "scripts": {
59
- "build:lib": "tsup --silent --config tsup.config.ts",
60
- "build:watch": "tsup --watch --silent --config tsup.config.ts",
59
+ "build:lib": "tsdown --silent --config tsdown.config.ts",
60
+ "build:watch": "tsdown --watch --silent --config tsdown.config.ts",
61
61
  "pretest": "docker compose up -d && (for i in $(seq 1 30); do nc -z localhost 9010 && exit 0; sleep 1; done; echo 'Spanner emulator did not become ready on localhost:9010 within 30s' >&2; exit 1)",
62
62
  "test": "vitest run",
63
63
  "posttest": "docker compose down -v",