@azure/core-lro
Advanced tools
Comparing version 1.0.4-alpha.20210115.1 to 1.0.4-alpha.20210118.1
@@ -6,3 +6,3 @@ /*! | ||
* | ||
* Azure Core LRO SDK for JavaScript - 1.0.4-alpha.20210115.1 | ||
* Azure Core LRO SDK for JavaScript - 1.0.4-alpha.20210118.1 | ||
*/ | ||
@@ -9,0 +9,0 @@ 'use strict'; |
@@ -5,3 +5,3 @@ { | ||
"sdk-type": "client", | ||
"version": "1.0.4-alpha.20210115.1", | ||
"version": "1.0.4-alpha.20210118.1", | ||
"description": "LRO Polling strtegy for the Azure SDK in TypeScript", | ||
@@ -92,3 +92,3 @@ "tags": [ | ||
"prebuild": "npm run clean", | ||
"docs": "typedoc --excludePrivate --excludeNotExported --excludeExternals --mode file --out ./dist/docs ./src" | ||
"docs": "typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src" | ||
}, | ||
@@ -141,4 +141,4 @@ "sideEffects": false, | ||
"uglify-js": "^3.4.9", | ||
"typedoc": "0.15.0" | ||
"typedoc": "0.15.2" | ||
} | ||
} |
94551