common-types
Advanced tools
Comparing version 1.7.10 to 1.7.11
@@ -34,4 +34,4 @@ import { IDictionary, datetime } from "./basics"; | ||
package?: { | ||
exclude: string[]; | ||
include: string[]; | ||
exclude?: string[]; | ||
include?: string[]; | ||
}; | ||
@@ -38,0 +38,0 @@ events?: IServerlessEvent[]; |
{ | ||
"name": "common-types", | ||
"version": "1.7.10", | ||
"version": "1.7.11", | ||
"description": "Common types not included in Typescript", | ||
@@ -5,0 +5,0 @@ "repository": "https://github.com/lifegadget/common-types", |
33322