@edgestore/server 0.5.7 → 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.
- package/package.json +10 -10
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@edgestore/server",
|
|
3
|
-
"version": "0.5.
|
|
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,7 +104,7 @@
|
|
|
110
104
|
},
|
|
111
105
|
"license": "MIT",
|
|
112
106
|
"dependencies": {
|
|
113
|
-
"@edgestore/shared": "0.5.
|
|
107
|
+
"@edgestore/shared": "0.5.8-canary.0",
|
|
114
108
|
"@panva/hkdf": "^1.0.4",
|
|
115
109
|
"cookie": "^0.7.0",
|
|
116
110
|
"jose": "^4.13.1",
|
|
@@ -154,5 +148,11 @@
|
|
|
154
148
|
"typescript": "^5",
|
|
155
149
|
"zod": "3.25.42"
|
|
156
150
|
},
|
|
157
|
-
"gitHead": "
|
|
158
|
-
|
|
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
|
+
}
|