botbuilder-azure-blobs
Advanced tools
Comparing version 4.12.0-dev.20201109.708bc57 to 4.12.0-dev-preview.20201112.60e5e9fc1086
@@ -5,3 +5,4 @@ { | ||
"description": "BotBuilder storage bindings for Azure Blobs services", | ||
"version": "4.12.0-dev.20201109.708bc57", | ||
"version": "4.12.0-dev-preview.20201112.60e5e9fc1086", | ||
"preview": true, | ||
"license": "MIT", | ||
@@ -32,3 +33,3 @@ "keywords": [ | ||
"@azure/storage-blob": "^12.2.1", | ||
"botbuilder-core": "4.12.0-dev.20201109.708bc57", | ||
"botbuilder-core": "4.12.0-dev-20201112.60e5e9fc1086", | ||
"get-stream": "^6.0.0", | ||
@@ -39,3 +40,3 @@ "p-map": "^4.0.0" | ||
"@microsoft/api-extractor": "^7.10.4", | ||
"downlevel-dts": "^0.6.0", | ||
"downlevel-dts": "^0.7.0", | ||
"mocha": "^8.1.3", | ||
@@ -46,16 +47,16 @@ "nyc": "^15.1.0", | ||
"typedoc": "^0.19.2", | ||
"typescript": "^4.0.3" | ||
"typescript": "^4.0.5" | ||
}, | ||
"scripts": { | ||
"test": "npm run build && nyc mocha --check-leaks tests", | ||
"test": "yarn build && nyc mocha --check-leaks tests", | ||
"build": "tsc -b", | ||
"postbuild": "downlevel-dts lib _ts3.4/lib", | ||
"build-docs": "typedoc --theme markdown --entryPoint botbuilder-azure-blobs --excludePrivate --includeDeclarations --ignoreCompilerErrors --module amd --out ..\\..\\doc\\botbuilder-azure-blobs .\\lib\\index.d.ts --hideGenerator --name \"Bot Builder SDK - Azure Blobs\" --readme none", | ||
"set-version": "npm version --allow-same-version ${Version}", | ||
"test:compat": "api-extractor run --verbose" | ||
}, | ||
"files": [ | ||
"_ts3.4", | ||
"lib", | ||
"src" | ||
] | ||
} | ||
} |
71901
43
1249
+ Addedbotbuilder-core@4.12.0-dev-20201112.60e5e9fc1086(transitive)
+ Addedbotframework-connector@4.12.0-dev-20201112.60e5e9fc1086(transitive)
+ Addedbotframework-schema@4.12.0-dev-20201112.60e5e9fc1086(transitive)
- Removedbotbuilder-core@4.12.0-dev.20201109.708bc57(transitive)
- Removedbotframework-connector@4.12.0-dev.20201109.708bc57(transitive)
- Removedbotframework-schema@4.12.0-dev.20201109.708bc57(transitive)