@cedarjs/api-server 2.1.0 → 2.1.1-next.0

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 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cedarjs/api-server",
3
- "version": "2.1.0",
3
+ "version": "2.1.1-next.0+f8596ee90",
4
4
  "description": "CedarJS's HTTP server for Serverless Functions",
5
5
  "repository": {
6
6
  "type": "git",
@@ -111,11 +111,11 @@
111
111
  "test:watch": "vitest watch"
112
112
  },
113
113
  "dependencies": {
114
- "@cedarjs/context": "2.1.0",
115
- "@cedarjs/fastify-web": "2.1.0",
116
- "@cedarjs/internal": "2.1.0",
117
- "@cedarjs/project-config": "2.1.0",
118
- "@cedarjs/web-server": "2.1.0",
114
+ "@cedarjs/context": "2.1.1-next.0+f8596ee90",
115
+ "@cedarjs/fastify-web": "2.1.1-next.0+f8596ee90",
116
+ "@cedarjs/internal": "2.1.1-next.0+f8596ee90",
117
+ "@cedarjs/project-config": "2.1.1-next.0+f8596ee90",
118
+ "@cedarjs/web-server": "2.1.1-next.0+f8596ee90",
119
119
  "@fastify/multipart": "9.0.3",
120
120
  "@fastify/url-data": "6.0.3",
121
121
  "chalk": "4.1.2",
@@ -155,5 +155,5 @@
155
155
  "publishConfig": {
156
156
  "access": "public"
157
157
  },
158
- "gitHead": "86200d9452eaa30edf82a93b7d1ada7cde3cebbb"
158
+ "gitHead": "f8596ee90737dfaedaaa30b51844dced9027378b"
159
159
  }