@edgestore/server 0.5.6 → 0.5.7

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 +6 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@edgestore/server",
3
- "version": "0.5.6",
3
+ "version": "0.5.7",
4
4
  "description": "Upload files with ease from React/Next.js",
5
5
  "homepage": "https://edgestore.dev",
6
6
  "repository": "https://github.com/edgestorejs/edgestore.git",
@@ -110,9 +110,9 @@
110
110
  },
111
111
  "license": "MIT",
112
112
  "dependencies": {
113
- "@edgestore/shared": "0.5.6",
113
+ "@edgestore/shared": "0.5.7",
114
114
  "@panva/hkdf": "^1.0.4",
115
- "cookie": "^0.5.0",
115
+ "cookie": "^0.7.0",
116
116
  "jose": "^4.13.1",
117
117
  "uuid": "^9.0.0"
118
118
  },
@@ -141,9 +141,11 @@
141
141
  "@aws-sdk/s3-request-presigner": "^3.420.0",
142
142
  "@azure/storage-blob": "^12.17.0",
143
143
  "@types/cookie": "^0.5.1",
144
+ "@types/express": "^4.17.21",
144
145
  "@types/node": "^20",
145
146
  "@types/uuid": "^9.0.1",
146
147
  "astro": "^5.7.12",
148
+ "express": "^4.18.2",
147
149
  "fastify": "^5.3.2",
148
150
  "hono": "^4.7.9",
149
151
  "next": "15.3.8",
@@ -152,5 +154,5 @@
152
154
  "typescript": "^5",
153
155
  "zod": "3.25.42"
154
156
  },
155
- "gitHead": "ec9fcccedc17b8706fded1217db2b5cafee37e7e"
157
+ "gitHead": "d8ee36e46bfcb9c2d35ad02d05e576e859e10a1c"
156
158
  }