@cedarjs/api-server 5.0.0-canary.2353 → 5.0.0-canary.2354

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 +7 -8
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cedarjs/api-server",
3
- "version": "5.0.0-canary.2353",
3
+ "version": "5.0.0-canary.2354",
4
4
  "description": "CedarJS's HTTP server for Serverless Functions",
5
5
  "repository": {
6
6
  "type": "git",
@@ -139,14 +139,13 @@
139
139
  "test:watch": "vitest watch"
140
140
  },
141
141
  "dependencies": {
142
- "@cedarjs/context": "5.0.0-canary.2353",
143
- "@cedarjs/fastify-web": "5.0.0-canary.2353",
144
- "@cedarjs/internal": "5.0.0-canary.2353",
145
- "@cedarjs/project-config": "5.0.0-canary.2353",
146
- "@cedarjs/web-server": "5.0.0-canary.2353",
142
+ "@cedarjs/context": "5.0.0-canary.2354",
143
+ "@cedarjs/fastify-web": "5.0.0-canary.2354",
144
+ "@cedarjs/internal": "5.0.0-canary.2354",
145
+ "@cedarjs/project-config": "5.0.0-canary.2354",
146
+ "@cedarjs/web-server": "5.0.0-canary.2354",
147
147
  "@fastify/multipart": "9.4.0",
148
148
  "@fastify/url-data": "6.0.3",
149
- "@universal-deploy/node": "^0.1.6",
150
149
  "ansis": "4.2.0",
151
150
  "chokidar": "3.6.0",
152
151
  "dotenv-defaults": "5.0.2",
@@ -162,7 +161,7 @@
162
161
  "yargs": "17.7.2"
163
162
  },
164
163
  "devDependencies": {
165
- "@cedarjs/framework-tools": "5.0.0-canary.2353",
164
+ "@cedarjs/framework-tools": "5.0.0-canary.2354",
166
165
  "@types/aws-lambda": "8.10.161",
167
166
  "@types/dotenv-defaults": "^5.0.0",
168
167
  "@types/split2": "4.2.3",