@azure/data-tables
Advanced tools
Comparing version 1.0.0-alpha.20210114.1 to 1.0.0-alpha.20210118.1
{ | ||
"name": "@azure/data-tables", | ||
"version": "1.0.0-alpha.20210114.1", | ||
"version": "1.0.0-alpha.20210118.1", | ||
"description": "An isomorphic client library for the Azure Tables service.", | ||
@@ -42,3 +42,3 @@ "sdk-type": "client", | ||
"unit-test": "npm run unit-test:node && npm run unit-test:browser", | ||
"docs": "typedoc --excludePrivate --excludeNotExported --excludeExternals --mode file --out ./dist/docs ./src" | ||
"docs": "typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src" | ||
}, | ||
@@ -122,3 +122,3 @@ "files": [ | ||
"@rollup/plugin-inject": "^4.0.0", | ||
"typedoc": "0.15.0" | ||
"typedoc": "0.15.2" | ||
}, | ||
@@ -125,0 +125,0 @@ "//metadata": { |
860289