@aotter/mantle-vercel 0.1.0-alpha.13 → 0.1.0-alpha.15

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 (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aotter/mantle-vercel",
3
- "version": "0.1.0-alpha.13",
3
+ "version": "0.1.0-alpha.15",
4
4
  "description": "Embedded Vercel Functions adapter for Mantle Core with injected durable storage and Web-standard transport.",
5
5
  "license": "Apache-2.0",
6
6
  "homepage": "https://mantle.tools/",
@@ -34,7 +34,7 @@
34
34
  ],
35
35
  "dependencies": {
36
36
  "@vercel/functions": "^3.9.3",
37
- "@aotter/mantle-runtime": "0.1.0-alpha.13"
37
+ "@aotter/mantle-runtime": "0.1.0-alpha.15"
38
38
  },
39
39
  "peerDependencies": {
40
40
  "@libsql/client": "^0.17.4",
@@ -49,9 +49,9 @@
49
49
  "@libsql/client": "^0.17.4",
50
50
  "@types/node": "^26",
51
51
  "typescript": "^6.0.3",
52
- "vitest": "^4.1.10",
52
+ "vitest": "^4.1.11",
53
53
  "zod": "^4.5.4",
54
- "@aotter/mantle-spec": "0.1.0-alpha.13"
54
+ "@aotter/mantle-spec": "0.1.0-alpha.15"
55
55
  },
56
56
  "scripts": {
57
57
  "prebuild": "rm -rf dist .tsbuildinfo",