botframework-schema
Advanced tools
Comparing version 4.0.0-m1.5 to 4.0.0-m1.7
@@ -1,4 +0,3 @@ | ||
/// <reference types="node" /> | ||
/** | ||
* @module botbuilder-schema | ||
* @module botbuilder | ||
*/ | ||
@@ -539,9 +538,9 @@ /** | ||
/** | ||
* @member {Buffer} [originalBase64] Attachment content | ||
* @member {any} [originalBase64] Attachment content | ||
*/ | ||
originalBase64: Buffer; | ||
originalBase64: any; | ||
/** | ||
* @member {Buffer} [thumbnailBase64] Attachment thumbnail | ||
* @member {any} [thumbnailBase64] Attachment thumbnail | ||
*/ | ||
thumbnailBase64: Buffer; | ||
thumbnailBase64: any; | ||
} | ||
@@ -548,0 +547,0 @@ /** |
"use strict"; | ||
/** | ||
* @module botbuilder-schema | ||
* @module botbuilder | ||
*/ | ||
@@ -5,0 +5,0 @@ /** |
{ | ||
"name": "botframework-schema", | ||
"version": "4.0.0-m1.5", | ||
"version": "4.0.0-m1.7", | ||
"keywords": [ | ||
@@ -12,10 +12,9 @@ "botconnector", | ||
"dependencies": { | ||
"@types/node": "^9.3.0" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^9.3.0" | ||
}, | ||
"scripts": { | ||
"build": "tsc", | ||
"clean": "erase /q lib\\*.*", | ||
"publish": "npm publish --tag preview" | ||
"clean": "erase /q lib\\*.*" | ||
}, | ||
@@ -22,0 +21,0 @@ "homepage": "http://github.com/Microsoft/botbuilder-js", |
/** | ||
* @module botbuilder-schema | ||
* @module botbuilder | ||
*/ | ||
@@ -558,9 +558,9 @@ /** | ||
/** | ||
* @member {Buffer} [originalBase64] Attachment content | ||
* @member {any} [originalBase64] Attachment content | ||
*/ | ||
originalBase64: Buffer; | ||
originalBase64: any; | ||
/** | ||
* @member {Buffer} [thumbnailBase64] Attachment thumbnail | ||
* @member {any} [thumbnailBase64] Attachment thumbnail | ||
*/ | ||
thumbnailBase64: Buffer; | ||
thumbnailBase64: any; | ||
} | ||
@@ -567,0 +567,0 @@ |
0
112111
1
3765
- Removed@types/node@^9.3.0
- Removed@types/node@9.6.61(transitive)