@cedarjs/api-server 6.0.0-canary.2766 → 6.0.0-canary.2769
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 +9 -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.2769",
|
|
4
4
|
"description": "CedarJS's HTTP server for Serverless Functions",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -143,11 +143,11 @@
|
|
|
143
143
|
"test:watch": "vitest watch"
|
|
144
144
|
},
|
|
145
145
|
"dependencies": {
|
|
146
|
-
"@cedarjs/context": "6.0.0-canary.
|
|
147
|
-
"@cedarjs/fastify-web": "6.0.0-canary.
|
|
148
|
-
"@cedarjs/internal": "6.0.0-canary.
|
|
149
|
-
"@cedarjs/project-config": "6.0.0-canary.
|
|
150
|
-
"@cedarjs/web-server": "6.0.0-canary.
|
|
146
|
+
"@cedarjs/context": "6.0.0-canary.2769",
|
|
147
|
+
"@cedarjs/fastify-web": "6.0.0-canary.2769",
|
|
148
|
+
"@cedarjs/internal": "6.0.0-canary.2769",
|
|
149
|
+
"@cedarjs/project-config": "6.0.0-canary.2769",
|
|
150
|
+
"@cedarjs/web-server": "6.0.0-canary.2769",
|
|
151
151
|
"@fastify/multipart": "9.4.0",
|
|
152
152
|
"@fastify/url-data": "6.0.3",
|
|
153
153
|
"ansis": "4.3.1",
|
|
@@ -155,7 +155,7 @@
|
|
|
155
155
|
"dotenv-defaults": "5.0.2",
|
|
156
156
|
"fast-glob": "3.3.3",
|
|
157
157
|
"fast-json-parse": "1.0.3",
|
|
158
|
-
"fastify": "5.
|
|
158
|
+
"fastify": "5.10.0",
|
|
159
159
|
"fastify-raw-body": "5.0.0",
|
|
160
160
|
"picoquery": "2.5.0",
|
|
161
161
|
"pretty-bytes": "5.6.0",
|
|
@@ -165,7 +165,7 @@
|
|
|
165
165
|
"yargs": "17.7.3"
|
|
166
166
|
},
|
|
167
167
|
"devDependencies": {
|
|
168
|
-
"@cedarjs/framework-tools": "6.0.0-canary.
|
|
168
|
+
"@cedarjs/framework-tools": "6.0.0-canary.2769",
|
|
169
169
|
"@types/aws-lambda": "8.10.162",
|
|
170
170
|
"@types/dotenv-defaults": "^5.0.0",
|
|
171
171
|
"@types/split2": "4.2.3",
|
|
@@ -179,7 +179,7 @@
|
|
|
179
179
|
"vitest": "4.1.10"
|
|
180
180
|
},
|
|
181
181
|
"peerDependencies": {
|
|
182
|
-
"@cedarjs/graphql-server": "6.0.0-canary.
|
|
182
|
+
"@cedarjs/graphql-server": "6.0.0-canary.2769"
|
|
183
183
|
},
|
|
184
184
|
"peerDependenciesMeta": {
|
|
185
185
|
"@cedarjs/graphql-server": {
|