@cedarjs/api-server 1.1.1-next.18 → 1.1.1-next.21
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 +7 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cedarjs/api-server",
|
|
3
|
-
"version": "1.1.1-next.
|
|
3
|
+
"version": "1.1.1-next.21+77cfbaa90",
|
|
4
4
|
"description": "CedarJS's HTTP server for Serverless Functions",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -107,11 +107,11 @@
|
|
|
107
107
|
"test:watch": "vitest watch"
|
|
108
108
|
},
|
|
109
109
|
"dependencies": {
|
|
110
|
-
"@cedarjs/context": "1.1.1-next.
|
|
111
|
-
"@cedarjs/fastify-web": "1.1.1-next.
|
|
112
|
-
"@cedarjs/internal": "1.1.1-next.
|
|
113
|
-
"@cedarjs/project-config": "1.1.1-next.
|
|
114
|
-
"@cedarjs/web-server": "1.1.1-next.
|
|
110
|
+
"@cedarjs/context": "1.1.1-next.21",
|
|
111
|
+
"@cedarjs/fastify-web": "1.1.1-next.21",
|
|
112
|
+
"@cedarjs/internal": "1.1.1-next.21",
|
|
113
|
+
"@cedarjs/project-config": "1.1.1-next.21",
|
|
114
|
+
"@cedarjs/web-server": "1.1.1-next.21",
|
|
115
115
|
"@fastify/multipart": "9.0.3",
|
|
116
116
|
"@fastify/url-data": "6.0.3",
|
|
117
117
|
"chalk": "4.1.2",
|
|
@@ -151,5 +151,5 @@
|
|
|
151
151
|
"publishConfig": {
|
|
152
152
|
"access": "public"
|
|
153
153
|
},
|
|
154
|
-
"gitHead": "
|
|
154
|
+
"gitHead": "77cfbaa90a726923a763fb33b836638d94b2d431"
|
|
155
155
|
}
|