@cedarjs/api-server 6.0.0-canary.2772 → 6.0.0-canary.2773
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 +11 -9
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cedarjs/api-server",
|
|
3
|
-
"version": "6.0.0-canary.
|
|
3
|
+
"version": "6.0.0-canary.2773",
|
|
4
4
|
"description": "CedarJS's HTTP server for Serverless Functions",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -143,11 +143,12 @@
|
|
|
143
143
|
"test:watch": "vitest watch"
|
|
144
144
|
},
|
|
145
145
|
"dependencies": {
|
|
146
|
-
"@cedarjs/
|
|
147
|
-
"@cedarjs/
|
|
148
|
-
"@cedarjs/
|
|
149
|
-
"@cedarjs/
|
|
150
|
-
"@cedarjs/
|
|
146
|
+
"@cedarjs/api": "6.0.0-canary.2773",
|
|
147
|
+
"@cedarjs/context": "6.0.0-canary.2773",
|
|
148
|
+
"@cedarjs/fastify-web": "6.0.0-canary.2773",
|
|
149
|
+
"@cedarjs/internal": "6.0.0-canary.2773",
|
|
150
|
+
"@cedarjs/project-config": "6.0.0-canary.2773",
|
|
151
|
+
"@cedarjs/web-server": "6.0.0-canary.2773",
|
|
151
152
|
"@fastify/multipart": "9.4.0",
|
|
152
153
|
"@fastify/url-data": "6.0.3",
|
|
153
154
|
"ansis": "4.3.1",
|
|
@@ -165,21 +166,22 @@
|
|
|
165
166
|
"yargs": "17.7.3"
|
|
166
167
|
},
|
|
167
168
|
"devDependencies": {
|
|
168
|
-
"@cedarjs/framework-tools": "6.0.0-canary.
|
|
169
|
+
"@cedarjs/framework-tools": "6.0.0-canary.2773",
|
|
169
170
|
"@types/aws-lambda": "8.10.162",
|
|
170
171
|
"@types/dotenv-defaults": "^5.0.0",
|
|
171
172
|
"@types/split2": "4.2.3",
|
|
172
173
|
"@types/yargs": "17.0.35",
|
|
173
174
|
"concurrently": "9.2.4",
|
|
174
|
-
"
|
|
175
|
+
"esbuild": "0.28.1",
|
|
175
176
|
"memfs": "4.64.0",
|
|
177
|
+
"pino": "9.7.0",
|
|
176
178
|
"pino-abstract-transport": "1.2.0",
|
|
177
179
|
"publint": "0.3.22",
|
|
178
180
|
"typescript": "5.9.3",
|
|
179
181
|
"vitest": "4.1.10"
|
|
180
182
|
},
|
|
181
183
|
"peerDependencies": {
|
|
182
|
-
"@cedarjs/graphql-server": "6.0.0-canary.
|
|
184
|
+
"@cedarjs/graphql-server": "6.0.0-canary.2773"
|
|
183
185
|
},
|
|
184
186
|
"peerDependenciesMeta": {
|
|
185
187
|
"@cedarjs/graphql-server": {
|