@cedarjs/api-server 5.0.0-canary.13899 → 5.0.0-canary.13902

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 +19 -9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cedarjs/api-server",
3
- "version": "5.0.0-canary.13899+eb6c2b0f35",
3
+ "version": "5.0.0-canary.13902+61d1e11811",
4
4
  "description": "CedarJS's HTTP server for Serverless Functions",
5
5
  "repository": {
6
6
  "type": "git",
@@ -73,6 +73,16 @@
73
73
  "types": "./dist/cjs/bothCLIConfigHandler.d.ts",
74
74
  "default": "./dist/cjs/bothCLIConfigHandler.js"
75
75
  },
76
+ "./fastify": {
77
+ "import": {
78
+ "types": "./dist/fastify.d.ts",
79
+ "default": "./dist/fastify.js"
80
+ },
81
+ "require": {
82
+ "types": "./dist/cjs/fastify.d.ts",
83
+ "default": "./dist/cjs/fastify.js"
84
+ }
85
+ },
76
86
  "./udFetchable": {
77
87
  "import": {
78
88
  "types": "./dist/udFetchable.d.ts",
@@ -129,11 +139,11 @@
129
139
  "test:watch": "vitest watch"
130
140
  },
131
141
  "dependencies": {
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",
142
+ "@cedarjs/context": "5.0.0-canary.13902",
143
+ "@cedarjs/fastify-web": "5.0.0-canary.13902",
144
+ "@cedarjs/internal": "5.0.0-canary.13902",
145
+ "@cedarjs/project-config": "5.0.0-canary.13902",
146
+ "@cedarjs/web-server": "5.0.0-canary.13902",
137
147
  "@fastify/multipart": "9.4.0",
138
148
  "@fastify/url-data": "6.0.3",
139
149
  "@universal-deploy/node": "^0.1.6",
@@ -152,7 +162,7 @@
152
162
  "yargs": "17.7.2"
153
163
  },
154
164
  "devDependencies": {
155
- "@cedarjs/framework-tools": "5.0.0-canary.13899",
165
+ "@cedarjs/framework-tools": "5.0.0-canary.13902",
156
166
  "@types/aws-lambda": "8.10.161",
157
167
  "@types/dotenv-defaults": "^5.0.0",
158
168
  "@types/split2": "4.2.3",
@@ -165,7 +175,7 @@
165
175
  "vitest": "3.2.4"
166
176
  },
167
177
  "peerDependencies": {
168
- "@cedarjs/graphql-server": "5.0.0-canary.13899"
178
+ "@cedarjs/graphql-server": "5.0.0-canary.13902"
169
179
  },
170
180
  "peerDependenciesMeta": {
171
181
  "@cedarjs/graphql-server": {
@@ -175,5 +185,5 @@
175
185
  "publishConfig": {
176
186
  "access": "public"
177
187
  },
178
- "gitHead": "eb6c2b0f35122011e47445b41d8b10d640ebc03e"
188
+ "gitHead": "61d1e11811bdc624db5b3aab49346430cfc963bc"
179
189
  }