@mxpicture/gcp-functions 0.1.8 → 0.1.9

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.
@@ -5,7 +5,7 @@ import { ApiRoutes } from "../types/types.apiRoutes";
5
5
  export declare class BaseFunction<DTO extends DocumentData> {
6
6
  readonly name: string;
7
7
  protected http: HttpHandlers<ApiRoutes<DTO>>;
8
- protected readonly httpMethods: (keyof ApiRoutes<DTO>)[];
8
+ protected readonly httpMethods: string[];
9
9
  constructor(name: string, http: HttpHandlers<ApiRoutes<DTO>>);
10
10
  createFunction(): HttpsFunction;
11
11
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mxpicture/gcp-functions",
3
- "version": "0.1.8",
3
+ "version": "0.1.9",
4
4
  "description": "Utils for google cloud functions, publishing both CommonJS and ESM builds",
5
5
  "author": "MXPicture",
6
6
  "license": "MIT",