@cedarjs/api-server 1.0.0-canary.13167 → 1.0.0-canary.13169

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/dist/bin.js CHANGED
@@ -509,8 +509,7 @@ async function redwoodFastifyGraphQLServer(fastify2, options) {
509
509
  handler: (req, reply) => yoga.handleNodeRequestAndResponse(req, reply, {
510
510
  req,
511
511
  reply,
512
- event: lambdaEventForFastifyRequest(req),
513
- requestContext: {}
512
+ event: lambdaEventForFastifyRequest(req)
514
513
  })
515
514
  });
516
515
  }
package/dist/cjs/bin.js CHANGED
@@ -525,8 +525,7 @@ async function redwoodFastifyGraphQLServer(fastify2, options) {
525
525
  handler: (req, reply) => yoga.handleNodeRequestAndResponse(req, reply, {
526
526
  req,
527
527
  reply,
528
- event: lambdaEventForFastifyRequest(req),
529
- requestContext: {}
528
+ event: lambdaEventForFastifyRequest(req)
530
529
  })
531
530
  });
532
531
  }
@@ -1 +1 @@
1
- {"version":3,"file":"graphql.d.ts","sourceRoot":"","sources":["../../../src/plugins/graphql.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,eAAe,EAAe,MAAM,SAAS,CAAA;AAM3D,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,yBAAyB,CAAA;AAKjE,MAAM,WAAW,4BAA4B;IAC3C,OAAO,EAAE;QACP,WAAW,CAAC,EAAE,MAAM,CAAA;QACpB,OAAO,CAAC,EAAE,kBAAkB,CAAA;KAC7B,CAAA;CACF;AAED,wBAAsB,2BAA2B,CAC/C,OAAO,EAAE,eAAe,EACxB,OAAO,EAAE,4BAA4B,iBA+FtC"}
1
+ {"version":3,"file":"graphql.d.ts","sourceRoot":"","sources":["../../../src/plugins/graphql.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,eAAe,EAAe,MAAM,SAAS,CAAA;AAM3D,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,yBAAyB,CAAA;AAKjE,MAAM,WAAW,4BAA4B;IAC3C,OAAO,EAAE;QACP,WAAW,CAAC,EAAE,MAAM,CAAA;QACpB,OAAO,CAAC,EAAE,kBAAkB,CAAA;KAC7B,CAAA;CACF;AAED,wBAAsB,2BAA2B,CAC/C,OAAO,EAAE,eAAe,EACxB,OAAO,EAAE,4BAA4B,iBA8FtC"}
@@ -82,8 +82,7 @@ async function redwoodFastifyGraphQLServer(fastify, options) {
82
82
  handler: (req, reply) => yoga.handleNodeRequestAndResponse(req, reply, {
83
83
  req,
84
84
  reply,
85
- event: (0, import_awsLambdaFastify.lambdaEventForFastifyRequest)(req),
86
- requestContext: {}
85
+ event: (0, import_awsLambdaFastify.lambdaEventForFastifyRequest)(req)
87
86
  })
88
87
  });
89
88
  }
@@ -1 +1 @@
1
- {"version":3,"file":"graphql.d.ts","sourceRoot":"","sources":["../../src/plugins/graphql.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,eAAe,EAAe,MAAM,SAAS,CAAA;AAM3D,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,yBAAyB,CAAA;AAKjE,MAAM,WAAW,4BAA4B;IAC3C,OAAO,EAAE;QACP,WAAW,CAAC,EAAE,MAAM,CAAA;QACpB,OAAO,CAAC,EAAE,kBAAkB,CAAA;KAC7B,CAAA;CACF;AAED,wBAAsB,2BAA2B,CAC/C,OAAO,EAAE,eAAe,EACxB,OAAO,EAAE,4BAA4B,iBA+FtC"}
1
+ {"version":3,"file":"graphql.d.ts","sourceRoot":"","sources":["../../src/plugins/graphql.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,eAAe,EAAe,MAAM,SAAS,CAAA;AAM3D,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,yBAAyB,CAAA;AAKjE,MAAM,WAAW,4BAA4B;IAC3C,OAAO,EAAE;QACP,WAAW,CAAC,EAAE,MAAM,CAAA;QACpB,OAAO,CAAC,EAAE,kBAAkB,CAAA;KAC7B,CAAA;CACF;AAED,wBAAsB,2BAA2B,CAC/C,OAAO,EAAE,eAAe,EACxB,OAAO,EAAE,4BAA4B,iBA8FtC"}
@@ -49,8 +49,7 @@ async function redwoodFastifyGraphQLServer(fastify, options) {
49
49
  handler: (req, reply) => yoga.handleNodeRequestAndResponse(req, reply, {
50
50
  req,
51
51
  reply,
52
- event: lambdaEventForFastifyRequest(req),
53
- requestContext: {}
52
+ event: lambdaEventForFastifyRequest(req)
54
53
  })
55
54
  });
56
55
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cedarjs/api-server",
3
- "version": "1.0.0-canary.13167+ffe1a7a33",
3
+ "version": "1.0.0-canary.13169+0676c101e",
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": "1.0.0-canary.13167",
115
- "@cedarjs/fastify-web": "1.0.0-canary.13167",
116
- "@cedarjs/internal": "1.0.0-canary.13167",
117
- "@cedarjs/project-config": "1.0.0-canary.13167",
118
- "@cedarjs/web-server": "1.0.0-canary.13167",
114
+ "@cedarjs/context": "1.0.0-canary.13169",
115
+ "@cedarjs/fastify-web": "1.0.0-canary.13169",
116
+ "@cedarjs/internal": "1.0.0-canary.13169",
117
+ "@cedarjs/project-config": "1.0.0-canary.13169",
118
+ "@cedarjs/web-server": "1.0.0-canary.13169",
119
119
  "@fastify/multipart": "9.3.0",
120
120
  "@fastify/url-data": "6.0.3",
121
121
  "ansis": "4.2.0",
@@ -132,7 +132,7 @@
132
132
  "yargs": "17.7.2"
133
133
  },
134
134
  "devDependencies": {
135
- "@cedarjs/framework-tools": "1.0.0-canary.13167",
135
+ "@cedarjs/framework-tools": "1.0.0-canary.13169",
136
136
  "@types/aws-lambda": "8.10.159",
137
137
  "@types/dotenv-defaults": "^5.0.0",
138
138
  "@types/qs": "6.14.0",
@@ -145,7 +145,7 @@
145
145
  "vitest": "3.2.4"
146
146
  },
147
147
  "peerDependencies": {
148
- "@cedarjs/graphql-server": "1.0.0-canary.13167"
148
+ "@cedarjs/graphql-server": "1.0.0-canary.13169"
149
149
  },
150
150
  "peerDependenciesMeta": {
151
151
  "@cedarjs/graphql-server": {
@@ -155,5 +155,5 @@
155
155
  "publishConfig": {
156
156
  "access": "public"
157
157
  },
158
- "gitHead": "ffe1a7a337cc2bd3e19990b258c0181a3ddadc55"
158
+ "gitHead": "0676c101e77cececb95c48cc220b25ee098c5778"
159
159
  }