firebase-functions 3.15.5 → 3.15.6

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.
@@ -4,7 +4,7 @@ import * as options from '../options';
4
4
  export { Request, CallableRequest, FunctionsErrorCode, HttpsError };
5
5
  export interface HttpsOptions extends Omit<options.GlobalOptions, 'region'> {
6
6
  region?: options.SupportedRegion | string | Array<options.SupportedRegion | string>;
7
- cors?: string | boolean;
7
+ cors?: string | boolean | RegExp | (string | RegExp)[];
8
8
  }
9
9
  export declare type HttpsFunction = ((req: Request, res: express.Response) => void | Promise<void>) & {
10
10
  __trigger: unknown;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "firebase-functions",
3
- "version": "3.15.5",
3
+ "version": "3.15.6",
4
4
  "description": "Firebase SDK for Cloud Functions",
5
5
  "keywords": [
6
6
  "firebase",