@cedarjs/api-server 5.0.0-canary.13898 → 5.0.0-canary.13899
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": "5.0.0-canary.
|
|
3
|
+
"version": "5.0.0-canary.13899+eb6c2b0f35",
|
|
4
4
|
"description": "CedarJS's HTTP server for Serverless Functions",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -129,11 +129,11 @@
|
|
|
129
129
|
"test:watch": "vitest watch"
|
|
130
130
|
},
|
|
131
131
|
"dependencies": {
|
|
132
|
-
"@cedarjs/context": "5.0.0-canary.
|
|
133
|
-
"@cedarjs/fastify-web": "5.0.0-canary.
|
|
134
|
-
"@cedarjs/internal": "5.0.0-canary.
|
|
135
|
-
"@cedarjs/project-config": "5.0.0-canary.
|
|
136
|
-
"@cedarjs/web-server": "5.0.0-canary.
|
|
132
|
+
"@cedarjs/context": "5.0.0-canary.13899",
|
|
133
|
+
"@cedarjs/fastify-web": "5.0.0-canary.13899",
|
|
134
|
+
"@cedarjs/internal": "5.0.0-canary.13899",
|
|
135
|
+
"@cedarjs/project-config": "5.0.0-canary.13899",
|
|
136
|
+
"@cedarjs/web-server": "5.0.0-canary.13899",
|
|
137
137
|
"@fastify/multipart": "9.4.0",
|
|
138
138
|
"@fastify/url-data": "6.0.3",
|
|
139
139
|
"@universal-deploy/node": "^0.1.6",
|
|
@@ -152,7 +152,7 @@
|
|
|
152
152
|
"yargs": "17.7.2"
|
|
153
153
|
},
|
|
154
154
|
"devDependencies": {
|
|
155
|
-
"@cedarjs/framework-tools": "5.0.0-canary.
|
|
155
|
+
"@cedarjs/framework-tools": "5.0.0-canary.13899",
|
|
156
156
|
"@types/aws-lambda": "8.10.161",
|
|
157
157
|
"@types/dotenv-defaults": "^5.0.0",
|
|
158
158
|
"@types/split2": "4.2.3",
|
|
@@ -165,7 +165,7 @@
|
|
|
165
165
|
"vitest": "3.2.4"
|
|
166
166
|
},
|
|
167
167
|
"peerDependencies": {
|
|
168
|
-
"@cedarjs/graphql-server": "5.0.0-canary.
|
|
168
|
+
"@cedarjs/graphql-server": "5.0.0-canary.13899"
|
|
169
169
|
},
|
|
170
170
|
"peerDependenciesMeta": {
|
|
171
171
|
"@cedarjs/graphql-server": {
|
|
@@ -175,5 +175,5 @@
|
|
|
175
175
|
"publishConfig": {
|
|
176
176
|
"access": "public"
|
|
177
177
|
},
|
|
178
|
-
"gitHead": "
|
|
178
|
+
"gitHead": "eb6c2b0f35122011e47445b41d8b10d640ebc03e"
|
|
179
179
|
}
|