Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Node] Update to BotBuilder v3.8.2 #125

Merged
merged 50 commits into from
Jun 23, 2017
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
50 commits
Select commit Hold shift + click to select a range
13628ab
[node-ReceiveAttachment] Update to BotBuilder v3.8.0
enzocano May 10, 2017
b8641a5
[node-CarouselCards] Update to BotBuilder v3.8.0
enzocano May 10, 2017
3077154
[node-MiddlewareLogging] Update to BotBuilder v3.8.0
enzocano May 10, 2017
a334009
[Node-SimpleTaskAutomation] Update to BotBuilder v3.8.0
enzocano May 10, 2017
df158bc
[node-State] Update to BotBuilder v3.8.0
enzocano May 10, 2017
e4e07c1
[node-BasicMultiDialog] Update to BotBuilder v3.8.0
enzocano May 10, 2017
d8104d2
[node-MultiDialogs] Update to BotBuilder v3.8.0
enzocano May 10, 2017
d7cfe17
[node-CreateNewConversation] Update to BotBuilder v3.8.0
enzocano May 10, 2017
9e1d2c9
[node-ProactiveMessages] Update to BotBuilder v3.8.0
enzocano May 10, 2017
a086be9
[node-ProgressDialog] Update to BotBuilder v3.8.0
enzocano May 10, 2017
3542b72
Update to BotBuilder v3.8.1
enzocano May 11, 2017
4836492
[node-RichCards] Update to BotBuilder v3.8.1
enzocano May 11, 2017
766aa59
[node-SendAttatchment] Update to BotBuilder v3.8.1
enzocano May 11, 2017
295f4b9
Formatting
pcostantini May 15, 2017
f5949da
Update to BotBuilder v3.8.1
pcostantini May 15, 2017
99b8408
Update to BotBuilder v3.8.1
pcostantini May 15, 2017
aaf804c
Update to BotBuilder v3.8.1
pcostantini May 15, 2017
feaf300
Package name fix
pcostantini May 15, 2017
886418d
Update to BotBuilder v3.8.1
pcostantini May 15, 2017
eac6069
Update to BotBuilder v3.8.1
pcostantini May 15, 2017
53b4b09
Update to BotBuilder v3.8.1
pcostantini May 15, 2017
f290948
Links updated
pcostantini May 15, 2017
348c766
Update to BotBuilder v3.8.1
pcostantini May 15, 2017
d41fdd4
Update to BotBuilder v3.8.1
pcostantini May 15, 2017
b2f04e1
Update to BotBuilder v3.8.1
pcostantini May 15, 2017
1c2dd6b
Cleanup
pcostantini May 15, 2017
a282388
Minor fix
pcostantini May 15, 2017
33b5c15
Update to Node active TLS
pcostantini May 15, 2017
fca941a
Port and Endpoint updates
pcostantini May 16, 2017
88a5679
Update to BotBuilder v3.8.2
pcostantini May 16, 2017
a93be42
Fix Lint issues
pcostantini May 16, 2017
e88c00f
Load .env with MS AppId/Password
pcostantini May 16, 2017
97061fa
Update to BotBuilder v3.8.2
pcostantini May 16, 2017
4898a91
Update to BotBuilder v3.8.2
pcostantini May 16, 2017
f1fe63e
Update to caption-service endpoint
pcostantini May 16, 2017
7fe00f3
Display caption-service errors
pcostantini May 16, 2017
3248185
Update to BotBuilder v3.8.2
pcostantini May 16, 2017
4d97676
Update to BotBuilder v3.8.2
pcostantini May 16, 2017
d34d480
Update to BotBuilder v3.8.2
pcostantini May 16, 2017
9855b57
Update to BotBuilder v3.8.2
pcostantini May 16, 2017
ae87945
Update to BotBuilder v3.8.2
pcostantini May 16, 2017
594727c
Cleanup
pcostantini May 16, 2017
8a6e8aa
Replace DialogAction.validatedPrompt with Custom Prompts
pcostantini May 16, 2017
94f8957
Update to BotBuilder v3.8.2
pcostantini May 16, 2017
197a91f
Update README to latest changes
pcostantini May 16, 2017
d96e158
Update to BotBuilder v3.8.2
pcostantini May 16, 2017
0880e06
Update to BotBuilder v3.8.2
pcostantini May 17, 2017
39d1862
Remove LUIS ModelURL from azuredeploy.json
pcostantini May 17, 2017
70db8f6
Update to Computer Vision API Documentation link
pcostantini May 17, 2017
bb42f6b
Update to BotBuilder v3.8.4
pcostantini Jun 9, 2017
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update to BotBuilder v3.8.1
[node-MiddlewareLogging]
[node-SimpleTaskAutomation]
[node-CarouselCards]
[node-BasicMultiDialog]
[node-CreateNewConversation]
[node-MultiDialogs]
[node-ProactiveMessage]
[node-ProgressDialog]
[node-ReceiveAttachment]
[node-State]
  • Loading branch information
enzocano committed May 11, 2017
commit 3542b7225993ac8e938d23fcc71d60514b5fa693
2 changes: 1 addition & 1 deletion Node/capability-SimpleTaskAutomation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"botbuilder": "^3.8.0",
"botbuilder": "^3.8.1",
"restify": "^4.3.0",
"uuid": "^3.0.1"
},
Expand Down
2 changes: 1 addition & 1 deletion Node/capability-middlewareLogging/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"botbuilder": "^3.8.0",
"botbuilder": "^3.8.1",
"restify": "^4.3.0"
}
}
2 changes: 1 addition & 1 deletion Node/cards-CarouselCards/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"url": "https://github.com/Microsoft/BotBuilder-Samples.git"
},
"dependencies": {
"botbuilder": "^3.8.0",
"botbuilder": "^3.8.1",
"restify": "^4.3.0",
"dotenv-extended": "^1.0.4"
}
Expand Down
2 changes: 1 addition & 1 deletion Node/core-CreateNewConversation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"url": "https://github.com/Microsoft/BotBuilder-Samples.git"
},
"dependencies": {
"botbuilder": "^3.8.0",
"botbuilder": "^3.8.1",
"restify": "^4.3.0",
"dotenv-extended": "^1.0.4"
}
Expand Down
2 changes: 1 addition & 1 deletion Node/core-MultiDialogs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"dependencies": {
"bluebird": "^3.4.7",
"botbuilder": "^3.8.0",
"botbuilder": "^3.8.1",
"restify": "^4.3.0",
"dotenv-extended": "^1.0.4"
}
Expand Down
2 changes: 1 addition & 1 deletion Node/core-ProgressDIalog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"url": "https://github.com/Microsoft/BotBuilder-Samples.git"
},
"dependencies": {
"botbuilder": "^3.8.0",
"botbuilder": "^3.8.1",
"restify": "^4.3.0"
}
}
2 changes: 1 addition & 1 deletion Node/core-ReceiveAttachment/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"dependencies": {
"bluebird": "^3.4.7",
"botbuilder": "^3.8.0",
"botbuilder": "^3.8.1",
"request": "^2.79.0",
"request-promise": "^4.1.1",
"restify": "^4.3.0",
Expand Down
2 changes: 1 addition & 1 deletion Node/core-State/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"url": "https://github.com/Microsoft/BotBuilder-Samples.git"
},
"dependencies": {
"botbuilder": "^3.8.0",
"botbuilder": "^3.8.1",
"restify": "^4.3.0",
"dotenv-extended": "^1.0.4"
}
Expand Down
2 changes: 1 addition & 1 deletion Node/core-basicMultiDialog/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "core-basicMultiDialog",
"dependencies": {
"botbuilder": "^3.8.0",
"botbuilder": "^3.8.1",
"dotenv": "^2.0.0",
"restify": "^4.3.0"
},
Expand Down
2 changes: 1 addition & 1 deletion Node/core-proactiveMessages/simpleSendMessage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"homepage": "https://github.com/MicrosoftDX/botFramework-proactiveMessages#readme",
"dependencies": {
"botbuilder": "^3.8.0",
"botbuilder": "^3.8.1",
"restify": "^4.3.0"
}
}
2 changes: 1 addition & 1 deletion Node/core-proactiveMessages/startNewDialog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"homepage": "https://github.com/MicrosoftDX/botFramework-proactiveMessages#readme",
"dependencies": {
"botbuilder": "^3.8.0",
"botbuilder": "^3.8.1",
"restify": "^4.3.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"homepage": "https://github.com/MicrosoftDX/botFramework-proactiveMessages#readme",
"dependencies": {
"botbuilder": "^3.8.0",
"botbuilder": "^3.8.1",
"restify": "^4.3.0"
}
}