@types/serverless
Advanced tools
Comparing version 3.0.0 to 3.0.1
@@ -11,2 +11,3 @@ // Type definitions for serverless 3.0 | ||
// Abdullah Ali <https://github.com/AbdullahAli> | ||
// François Farge <https://github.com/fargito> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
@@ -26,2 +27,3 @@ | ||
watch?: boolean | undefined; | ||
verbose?: boolean | undefined; | ||
extraServicePath?: string | undefined; | ||
@@ -28,0 +30,0 @@ stage: string | null; |
{ | ||
"name": "@types/serverless", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "TypeScript definitions for serverless", | ||
@@ -47,2 +47,7 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/serverless", | ||
"githubUsername": "AbdullahAli" | ||
}, | ||
{ | ||
"name": "François Farge", | ||
"url": "https://github.com/fargito", | ||
"githubUsername": "fargito" | ||
} | ||
@@ -59,4 +64,4 @@ ], | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "b9fd49e1e2497ae65c97f157fae56685cf3cebf45592e892baf15bcfa94e00f2", | ||
"typesPublisherContentHash": "afb18bf2e24bf0beb6831722081da5a9f6f9edd19c372eb243ae7fd37163ced9", | ||
"typeScriptVersion": "3.8" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Thu, 03 Feb 2022 19:01:26 GMT | ||
* Last updated: Sun, 27 Feb 2022 22:31:45 GMT | ||
* Dependencies: none | ||
@@ -17,2 +17,2 @@ * Global values: none | ||
# Credits | ||
These definitions were written by [Hassan Khan](https://github.com/hassankhan), [Jonathan M. Wilbur](https://github.com/JonathanWilbur), [Alex Pavlenko](https://github.com/a-pavlenko), [Frédéric Barthelet](https://github.com/fredericbarthelet), [Bryan Hunter](https://github.com/bryan-hunter), [Thomas Aribart](https://github.com/thomasaribart), [Gareth Jones](https://github.com/G-Rath), and [Abdullah Ali](https://github.com/AbdullahAli). | ||
These definitions were written by [Hassan Khan](https://github.com/hassankhan), [Jonathan M. Wilbur](https://github.com/JonathanWilbur), [Alex Pavlenko](https://github.com/a-pavlenko), [Frédéric Barthelet](https://github.com/fredericbarthelet), [Bryan Hunter](https://github.com/bryan-hunter), [Thomas Aribart](https://github.com/thomasaribart), [Gareth Jones](https://github.com/G-Rath), [Abdullah Ali](https://github.com/AbdullahAli), and [François Farge](https://github.com/fargito). |
36057
899