@cedarjs/api-server 6.0.0-canary.2771 → 6.0.0-canary.2772

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 +8 -8
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cedarjs/api-server",
3
- "version": "6.0.0-canary.2771",
3
+ "version": "6.0.0-canary.2772",
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.2771",
147
- "@cedarjs/fastify-web": "6.0.0-canary.2771",
148
- "@cedarjs/internal": "6.0.0-canary.2771",
149
- "@cedarjs/project-config": "6.0.0-canary.2771",
150
- "@cedarjs/web-server": "6.0.0-canary.2771",
146
+ "@cedarjs/context": "6.0.0-canary.2772",
147
+ "@cedarjs/fastify-web": "6.0.0-canary.2772",
148
+ "@cedarjs/internal": "6.0.0-canary.2772",
149
+ "@cedarjs/project-config": "6.0.0-canary.2772",
150
+ "@cedarjs/web-server": "6.0.0-canary.2772",
151
151
  "@fastify/multipart": "9.4.0",
152
152
  "@fastify/url-data": "6.0.3",
153
153
  "ansis": "4.3.1",
@@ -165,7 +165,7 @@
165
165
  "yargs": "17.7.3"
166
166
  },
167
167
  "devDependencies": {
168
- "@cedarjs/framework-tools": "6.0.0-canary.2771",
168
+ "@cedarjs/framework-tools": "6.0.0-canary.2772",
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.2771"
182
+ "@cedarjs/graphql-server": "6.0.0-canary.2772"
183
183
  },
184
184
  "peerDependenciesMeta": {
185
185
  "@cedarjs/graphql-server": {