@cedarjs/api-server 6.0.0-canary.2776 → 6.0.0-canary.2778
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.2778",
|
|
4
4
|
"description": "CedarJS's HTTP server for Serverless Functions",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -143,12 +143,12 @@
|
|
|
143
143
|
"test:watch": "vitest watch"
|
|
144
144
|
},
|
|
145
145
|
"dependencies": {
|
|
146
|
-
"@cedarjs/api": "6.0.0-canary.
|
|
147
|
-
"@cedarjs/context": "6.0.0-canary.
|
|
148
|
-
"@cedarjs/fastify-web": "6.0.0-canary.
|
|
149
|
-
"@cedarjs/internal": "6.0.0-canary.
|
|
150
|
-
"@cedarjs/project-config": "6.0.0-canary.
|
|
151
|
-
"@cedarjs/web-server": "6.0.0-canary.
|
|
146
|
+
"@cedarjs/api": "6.0.0-canary.2778",
|
|
147
|
+
"@cedarjs/context": "6.0.0-canary.2778",
|
|
148
|
+
"@cedarjs/fastify-web": "6.0.0-canary.2778",
|
|
149
|
+
"@cedarjs/internal": "6.0.0-canary.2778",
|
|
150
|
+
"@cedarjs/project-config": "6.0.0-canary.2778",
|
|
151
|
+
"@cedarjs/web-server": "6.0.0-canary.2778",
|
|
152
152
|
"@fastify/multipart": "9.4.0",
|
|
153
153
|
"@fastify/url-data": "6.0.3",
|
|
154
154
|
"ansis": "4.3.1",
|
|
@@ -166,7 +166,7 @@
|
|
|
166
166
|
"yargs": "17.7.3"
|
|
167
167
|
},
|
|
168
168
|
"devDependencies": {
|
|
169
|
-
"@cedarjs/framework-tools": "6.0.0-canary.
|
|
169
|
+
"@cedarjs/framework-tools": "6.0.0-canary.2778",
|
|
170
170
|
"@types/aws-lambda": "8.10.162",
|
|
171
171
|
"@types/dotenv-defaults": "^5.0.0",
|
|
172
172
|
"@types/split2": "4.2.3",
|
|
@@ -181,7 +181,7 @@
|
|
|
181
181
|
"vitest": "4.1.10"
|
|
182
182
|
},
|
|
183
183
|
"peerDependencies": {
|
|
184
|
-
"@cedarjs/graphql-server": "6.0.0-canary.
|
|
184
|
+
"@cedarjs/graphql-server": "6.0.0-canary.2778"
|
|
185
185
|
},
|
|
186
186
|
"peerDependenciesMeta": {
|
|
187
187
|
"@cedarjs/graphql-server": {
|