@edgestore/server 0.5.6 → 0.5.8-canary.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.
Files changed (1) hide show
  1. package/package.json +13 -11
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@edgestore/server",
3
- "version": "0.5.6",
3
+ "version": "0.5.8-canary.0",
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",
@@ -19,12 +19,6 @@
19
19
  "edgestore",
20
20
  "edge-store"
21
21
  ],
22
- "scripts": {
23
- "build": "rollup --config rollup.config.ts --configPlugin rollup-plugin-swc3",
24
- "dev": "pnpm build --watch",
25
- "codegen:entrypoints": "tsx entrypoints.script.ts",
26
- "lint": "eslint --cache --ext \".js,.ts,.tsx\" --ignore-path ../../.gitignore --report-unused-disable-directives src"
27
- },
28
22
  "exports": {
29
23
  "./package.json": "./package.json",
30
24
  ".": {
@@ -110,9 +104,9 @@
110
104
  },
111
105
  "license": "MIT",
112
106
  "dependencies": {
113
- "@edgestore/shared": "0.5.6",
107
+ "@edgestore/shared": "0.5.8-canary.0",
114
108
  "@panva/hkdf": "^1.0.4",
115
- "cookie": "^0.5.0",
109
+ "cookie": "^0.7.0",
116
110
  "jose": "^4.13.1",
117
111
  "uuid": "^9.0.0"
118
112
  },
@@ -141,9 +135,11 @@
141
135
  "@aws-sdk/s3-request-presigner": "^3.420.0",
142
136
  "@azure/storage-blob": "^12.17.0",
143
137
  "@types/cookie": "^0.5.1",
138
+ "@types/express": "^4.17.21",
144
139
  "@types/node": "^20",
145
140
  "@types/uuid": "^9.0.1",
146
141
  "astro": "^5.7.12",
142
+ "express": "^4.18.2",
147
143
  "fastify": "^5.3.2",
148
144
  "hono": "^4.7.9",
149
145
  "next": "15.3.8",
@@ -152,5 +148,11 @@
152
148
  "typescript": "^5",
153
149
  "zod": "3.25.42"
154
150
  },
155
- "gitHead": "ec9fcccedc17b8706fded1217db2b5cafee37e7e"
156
- }
151
+ "gitHead": "a223c4cb8df50e6b64f9db5dc2daf93848748da9",
152
+ "scripts": {
153
+ "build": "rollup --config rollup.config.ts --configPlugin rollup-plugin-swc3",
154
+ "dev": "pnpm build --watch",
155
+ "codegen:entrypoints": "tsx entrypoints.script.ts",
156
+ "lint": "eslint --cache --ext \".js,.ts,.tsx\" --ignore-path ../../.gitignore --report-unused-disable-directives src"
157
+ }
158
+ }