@my-devkit/firebase 1.0.173 → 1.0.175

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.
@@ -34,7 +34,7 @@ export declare namespace AppFactory {
34
34
  region: SupportedRegion;
35
35
  timeoutSeconds: number;
36
36
  memory: MemoryOption;
37
- cors: string | boolean;
37
+ cors: string[] | boolean;
38
38
  publicPaths?: string[];
39
39
  }
40
40
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@my-devkit/firebase",
3
- "version": "1.0.173",
3
+ "version": "1.0.175",
4
4
  "description": "My Devkit: firebase tools for CQRS implementation",
5
5
  "main": "dist/index.js",
6
6
  "typings": "dist/index.d.ts",
@@ -310,7 +310,7 @@ export namespace AppFactory {
310
310
  region: SupportedRegion;
311
311
  timeoutSeconds: number;
312
312
  memory: MemoryOption;
313
- cors: string | boolean;
313
+ cors: string[] | boolean;
314
314
  publicPaths?: string[]
315
315
  }
316
316
  }