@cedarjs/api-server 4.0.0-canary.13863 → 4.0.0-canary.13864
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 +19 -9
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cedarjs/api-server",
|
|
3
|
-
"version": "4.0.0-canary.
|
|
3
|
+
"version": "4.0.0-canary.13864+6143202249",
|
|
4
4
|
"description": "CedarJS's HTTP server for Serverless Functions",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -82,6 +82,16 @@
|
|
|
82
82
|
"types": "./dist/cjs/watch.d.ts",
|
|
83
83
|
"default": "./dist/cjs/watch.js"
|
|
84
84
|
}
|
|
85
|
+
},
|
|
86
|
+
"./requestHandlers": {
|
|
87
|
+
"import": {
|
|
88
|
+
"types": "./dist/requestHandlers/awsLambdaFastify.d.ts",
|
|
89
|
+
"default": "./dist/requestHandlers/awsLambdaFastify.js"
|
|
90
|
+
},
|
|
91
|
+
"require": {
|
|
92
|
+
"types": "./dist/cjs/requestHandlers/awsLambdaFastify.d.ts",
|
|
93
|
+
"default": "./dist/cjs/requestHandlers/awsLambdaFastify.js"
|
|
94
|
+
}
|
|
85
95
|
}
|
|
86
96
|
},
|
|
87
97
|
"main": "./dist/createServer.js",
|
|
@@ -113,11 +123,11 @@
|
|
|
113
123
|
"test:watch": "vitest watch"
|
|
114
124
|
},
|
|
115
125
|
"dependencies": {
|
|
116
|
-
"@cedarjs/context": "4.0.0-canary.
|
|
117
|
-
"@cedarjs/fastify-web": "4.0.0-canary.
|
|
118
|
-
"@cedarjs/internal": "4.0.0-canary.
|
|
119
|
-
"@cedarjs/project-config": "4.0.0-canary.
|
|
120
|
-
"@cedarjs/web-server": "4.0.0-canary.
|
|
126
|
+
"@cedarjs/context": "4.0.0-canary.13864",
|
|
127
|
+
"@cedarjs/fastify-web": "4.0.0-canary.13864",
|
|
128
|
+
"@cedarjs/internal": "4.0.0-canary.13864",
|
|
129
|
+
"@cedarjs/project-config": "4.0.0-canary.13864",
|
|
130
|
+
"@cedarjs/web-server": "4.0.0-canary.13864",
|
|
121
131
|
"@fastify/multipart": "9.4.0",
|
|
122
132
|
"@fastify/url-data": "6.0.3",
|
|
123
133
|
"ansis": "4.2.0",
|
|
@@ -135,7 +145,7 @@
|
|
|
135
145
|
"yargs": "17.7.2"
|
|
136
146
|
},
|
|
137
147
|
"devDependencies": {
|
|
138
|
-
"@cedarjs/framework-tools": "4.0.0-canary.
|
|
148
|
+
"@cedarjs/framework-tools": "4.0.0-canary.13864",
|
|
139
149
|
"@types/aws-lambda": "8.10.161",
|
|
140
150
|
"@types/dotenv-defaults": "^5.0.0",
|
|
141
151
|
"@types/split2": "4.2.3",
|
|
@@ -148,7 +158,7 @@
|
|
|
148
158
|
"vitest": "3.2.4"
|
|
149
159
|
},
|
|
150
160
|
"peerDependencies": {
|
|
151
|
-
"@cedarjs/graphql-server": "4.0.0-canary.
|
|
161
|
+
"@cedarjs/graphql-server": "4.0.0-canary.13864"
|
|
152
162
|
},
|
|
153
163
|
"peerDependenciesMeta": {
|
|
154
164
|
"@cedarjs/graphql-server": {
|
|
@@ -158,5 +168,5 @@
|
|
|
158
168
|
"publishConfig": {
|
|
159
169
|
"access": "public"
|
|
160
170
|
},
|
|
161
|
-
"gitHead": "
|
|
171
|
+
"gitHead": "614320224990c781870b0f412c3fd5a058de64e5"
|
|
162
172
|
}
|