botbuilder-dialogs
Advanced tools
Comparing version 4.11.0-dev.20200926.6fe5179 to 4.11.0-dev.20200927.621fd44
@@ -176,2 +176,4 @@ "use strict"; | ||
eocActivity = activityFromSkill; | ||
// The conversation has ended, so cleanup the conversation id. | ||
yield this.dialogOptions.conversationIdFactory.deleteConversationReference(skillConversationId); | ||
} | ||
@@ -178,0 +180,0 @@ else if (yield this.interceptOAuthCards(context, activityFromSkill, this.dialogOptions.connectionName)) { |
@@ -5,3 +5,3 @@ { | ||
"description": "A dialog stack based conversation manager for Microsoft BotBuilder.", | ||
"version": "4.11.0-dev.20200926.6fe5179", | ||
"version": "4.11.0-dev.20200927.621fd44", | ||
"license": "MIT", | ||
@@ -29,3 +29,3 @@ "keywords": [ | ||
"@types/node": "^10.17.27", | ||
"botbuilder-core": "4.11.0-dev.20200926.6fe5179", | ||
"botbuilder-core": "4.11.0-dev.20200927.621fd44", | ||
"globalize": "^1.4.2" | ||
@@ -48,3 +48,3 @@ }, | ||
"clean": "erase /q /s .\\lib", | ||
"set-version": "npm version --allow-same-version 4.11.0-dev.20200926.6fe5179", | ||
"set-version": "npm version --allow-same-version 4.11.0-dev.20200927.621fd44", | ||
"test": "tsc && nyc mocha tests/", | ||
@@ -51,0 +51,0 @@ "test:compat": "api-extractor run --verbose" |
@@ -216,2 +216,5 @@ /** | ||
eocActivity = activityFromSkill; | ||
// The conversation has ended, so cleanup the conversation id. | ||
await this.dialogOptions.conversationIdFactory.deleteConversationReference(skillConversationId); | ||
} else if (await this.interceptOAuthCards(context, activityFromSkill, this.dialogOptions.connectionName)) { | ||
@@ -218,0 +221,0 @@ // Do nothing. The token exchange succeeded, so no OAuthCard needs to be shown to the user. |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
963542
19575
+ Addedbotbuilder-core@4.11.0-dev.20200927.621fd44(transitive)
+ Addedbotframework-schema@4.11.0-dev.20200927.621fd44(transitive)
- Removedbotbuilder-core@4.11.0-dev.20200926.6fe5179(transitive)
- Removedbotframework-schema@4.11.0-dev.20200926.6fe5179(transitive)