File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ## [ 0.0.3-beta.0] ( https://github.com/PowerBotKit/powerbot/compare/v0.0.3-alpha.6...v0.0.3-beta.0 ) (2021-10-17)
2+
3+
4+ ### Bug Fixes
5+
6+ * add ` await ` keywords because ` ICache#get ` return a promise ([ e56082a] ( https://github.com/PowerBotKit/powerbot/commit/e56082affe53550a9a512475a81dbe60b4d6e232 ) )
7+
8+
9+
110## [ 0.0.3-alpha.6] ( https://github.com/PowerBotKit/powerbot/compare/v0.0.3-alpha.5...v0.0.3-alpha.6 ) (2021-10-06)
211
312
Original file line number Diff line number Diff line change 22 "name" : " root" ,
33 "private" : true ,
44 "license" : " MIT" ,
5- "version" : " 0.0.3-alpha.6 " ,
5+ "version" : " 0.0.3-beta.0 " ,
66 "workspaces" : [
77 " packages/*"
88 ],
Original file line number Diff line number Diff line change 11{
22 "name" : " @powerbotkit/consumer" ,
3- "version" : " 0.0.3-alpha.6 " ,
3+ "version" : " 0.0.3-beta.0 " ,
44 "description" : " powerbot-consumer" ,
55 "keywords" : [
66 " bot" ,
2929 "test" : " jest"
3030 },
3131 "dependencies" : {
32- "@powerbotkit/core" : " 0.0.3-alpha.6 " ,
32+ "@powerbotkit/core" : " 0.0.3-beta.0 " ,
3333 "adaptive-expressions" : " ^4.14.1" ,
3434 "adaptivecards-templating" : " ^2.2.0" ,
3535 "js-yaml" : " ^4.1.0" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @powerbotkit/core" ,
3- "version" : " 0.0.3-alpha.6 " ,
3+ "version" : " 0.0.3-beta.0 " ,
44 "description" : " @powerbotkit core package" ,
55 "keywords" : [
66 " bot" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @powerbotkit/distributor" ,
3- "version" : " 0.0.3-alpha.6 " ,
3+ "version" : " 0.0.3-beta.0 " ,
44 "description" : " powerbot-distributor" ,
55 "keywords" : [
66 " bot" ,
2929 "test" : " jest"
3030 },
3131 "dependencies" : {
32- "@powerbotkit/core" : " 0.0.3-alpha.6 " ,
32+ "@powerbotkit/core" : " 0.0.3-beta.0 " ,
3333 "botbuilder" : " ^4.10.3" ,
3434 "dotenv" : " ^10.0.0" ,
3535 "lodash" : " ^4.17.20" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @powerbotkit/examples" ,
3- "version" : " 0.0.3-alpha.6 " ,
3+ "version" : " 0.0.3-beta.0 " ,
44 "description" : " > TODO: description" ,
55 "keywords" : [
66 " examples"
2121 "url" : " https://github.com/PowerBotKit/powerbot/issues"
2222 },
2323 "dependencies" : {
24- "@powerbotkit/consumer" : " 0.0.3-alpha.6 " ,
25- "@powerbotkit/distributor" : " 0.0.3-alpha.6 "
24+ "@powerbotkit/consumer" : " 0.0.3-beta.0 " ,
25+ "@powerbotkit/distributor" : " 0.0.3-beta.0 "
2626 }
2727}
You can’t perform that action at this time.
0 commit comments