From e9bd7195b531d16491657123f90caa72ef7e1b0a Mon Sep 17 00:00:00 2001 From: Jacob Marshall Date: Fri, 8 Feb 2019 22:29:50 +1300 Subject: [PATCH 1/2] Rename azureFunctions.d.ts to azureFunctions.ts See https://github.com/apollographql/apollo-server/issues/2085#issuecomment-449686772 --- .../src/{azureFunctions.d.ts => azureFunctions.ts} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename packages/apollo-server-azure-functions/src/{azureFunctions.d.ts => azureFunctions.ts} (100%) diff --git a/packages/apollo-server-azure-functions/src/azureFunctions.d.ts b/packages/apollo-server-azure-functions/src/azureFunctions.ts similarity index 100% rename from packages/apollo-server-azure-functions/src/azureFunctions.d.ts rename to packages/apollo-server-azure-functions/src/azureFunctions.ts From 5b8d69bbc248888144e43033689bde22e0fc0eb7 Mon Sep 17 00:00:00 2001 From: Jacob Marshall Date: Fri, 8 Feb 2019 22:44:43 +1300 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9fa8d8bf079..673928119c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ - Implement an in-memory cache store to save parsed and validated documents and provide performance benefits for repeat executions of the same document. [PR #2111](https://github.com/apollographql/apollo-server/pull/2111) (`>=2.4.0-alpha.0`) - Fix: Serialize arrays as JSON on fetch in `RESTDataSource`. [PR #2219](https://github.com/apollographql/apollo-server/pull/2219) - Fix: The `privateHeaders` configuration for `apollo-engine-reporting` now allows headers to be specified using any case and lower-cases them prior to comparison. [PR #2276](https://github.com/apollographql/apollo-server/pull/2276) +- Fix broken `apollo-server-azure-functions` TypeScript definitions. [PR #2287](https://github.com/apollographql/apollo-server/pull/2287) ### v2.3.3