Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
6 changes: 3 additions & 3 deletions libraries/botbuilder-ai/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "botbuilder-ai",
"author": "Microsoft Corp.",
"description": "Cognitive services extensions for Microsoft BotBuilder.",
"version": "4.0.0-m3.0",
"version": "4.0.0-m4.1",
"license": "MIT",
"keywords": [
"botbuilder",
Expand All @@ -24,8 +24,8 @@
"@types/node": "^9.3.0",
"@types/request-promise-native": "^1.0.10",
"@types/xmldom": "^0.1.29",
"botbuilder": "4.0.0-m3.0",
"botframework-luis": "4.0.0-m3.0",
"botbuilder": "4.0.0-m4.1",
"botframework-luis": "4.0.0-m4.1",
"html-entities": "^1.2.1",
"mstranslator": "^3.0.0",
"request": "2.83.0",
Expand Down
4 changes: 2 additions & 2 deletions libraries/botbuilder-azure/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "botbuilder-azure",
"author": "Microsoft Corp.",
"description": "Azure extensions for Microsoft BotBuilder.",
"version": "4.0.0-m3.0",
"version": "4.0.0-m4.1",
"license": "MIT",
"keywords": [
"botbuilder",
Expand All @@ -23,7 +23,7 @@
"dependencies": {
"@types/node": "^9.3.0",
"azure-storage": "^2.3.0",
"botbuilder": "4.0.0-m3.0",
"botbuilder": "4.0.0-m4.1",
"documentdb": "^1.14.2",
"flat": "^4.0.0"
},
Expand Down
4 changes: 2 additions & 2 deletions libraries/botbuilder-choices/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "botbuilder-choices",
"author": "Microsoft Corp.",
"description": "Microsoft BotBuilder tools for working with choices.",
"version": "4.0.0-m3.0",
"version": "4.0.0-m4.1",
"license": "MIT",
"keywords": [
"botbuilder",
Expand All @@ -21,7 +21,7 @@
"typings": "./lib/index.d.ts",
"dependencies": {
"@types/node": "^9.3.0",
"botbuilder": "4.0.0-m3.0",
"botbuilder": "4.0.0-m4.1",
"@microsoft/recognizers-text-suite": "^1.0.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions libraries/botbuilder-core-extensions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "botbuilder-core-extensions",
"author": "Microsoft Corp.",
"description": "Common middleware and related abstractions for the Bot Builder core library.",
"version": "4.0.0-m3.0",
"version": "4.0.0-m4.1",
"license": "MIT",
"keywords": [
"botbuilder",
Expand All @@ -23,7 +23,7 @@
"@types/node": "^9.3.0",
"assert": "^1.4.1",
"async-file": "^2.0.2",
"botbuilder-core": "4.0.0-m3.0",
"botbuilder-core": "4.0.0-m4.1",
"filenamify": "^2.0.0",
"rimraf": "^2.6.2"
},
Expand Down
4 changes: 2 additions & 2 deletions libraries/botbuilder-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "botbuilder-core",
"author": "Microsoft Corp.",
"description": "Bot Builder core library. Bot Builder is a toolkit for building rich bots on virtually any platform.",
"version": "4.0.0-m3.0",
"version": "4.0.0-m4.1",
"license": "MIT",
"keywords": [
"botbuilder",
Expand All @@ -21,7 +21,7 @@
"typings": "./lib/index.d.ts",
"dependencies": {
"@types/node": "^9.3.0",
"botframework-schema": "4.0.0-m3.0",
"botframework-schema": "4.0.0-m4.1",
"assert": "^1.4.1"
},
"devDependencies": {
Expand Down
172 changes: 0 additions & 172 deletions libraries/botbuilder-dialogs/lib/compositeControl.d.ts

This file was deleted.

Loading