Skip to content
This repository has been archived by the owner on Feb 8, 2020. It is now read-only.

Commit

Permalink
Merge pull request #170 from broidHQ/devel
Browse files Browse the repository at this point in the history
Merge Devel
  • Loading branch information
dustinblackman authored Jul 10, 2017
2 parents a8ed982 + 50f56c8 commit 895b473
Show file tree
Hide file tree
Showing 47 changed files with 167 additions and 170 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

[alexa-url]:https://github.com/broidHQ/integrations/tree/master/broid-alexa
[alexa-dm]:https://david-dm.org/broidhq/integrations.svg?path=broid-alexa
[alexa-dm-url]:https://david-dm.org/broidhq/integrations?path=broid-alexa
Expand Down
6 changes: 3 additions & 3 deletions broid-alexa/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@broid/alexa",
"version": "2.0.1",
"version": "2.0.2",
"main": "lib/core/index.js",
"license": "AGPL-3.0+",
"author": "Broid Team <[email protected]> (https://broid.ai)",
Expand Down Expand Up @@ -60,8 +60,8 @@
"watch": "^1.0.1"
},
"dependencies": {
"@broid/schemas": "^1.0.0",
"@broid/utils": "^1.1.0",
"@broid/schemas": "^1.0.1",
"@broid/utils": "^1.1.1",
"bluebird": "^3.4.7",
"body-parser": "^1.16.0",
"express": "^4.14.0",
Expand Down
8 changes: 4 additions & 4 deletions broid-alexa/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -34,16 +34,16 @@
ansi-styles "^2.2.1"
esutils "^2.0.2"

"@broid/schemas@^1.0.0":
"@broid/schemas@^1.0.1":
version "1.0.1"
resolved "https://registry.yarnpkg.com/@broid/schemas/-/schemas-1.0.1.tgz#3e2a318be8e2789e50730ea37528db19baa71f14"
dependencies:
ajv "^5.0.1-beta.1"
bluebird "^3.4.6"

"@broid/utils@^1.1.0":
version "1.1.0"
resolved "https://registry.yarnpkg.com/@broid/utils/-/utils-1.1.0.tgz#cba5fdb2ad46082516e6ca11f0bd9d82aa535f5f"
"@broid/utils@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@broid/utils/-/utils-1.1.1.tgz#b79174c2e6898940a7b5b6c0332b0fe67f4c81ca"
dependencies:
bluebird "^3.5.0"
file-type "^4.1.0"
Expand Down
6 changes: 3 additions & 3 deletions broid-callr/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@broid/callr",
"version": "2.0.1",
"version": "2.0.2",
"main": "lib/core/index.js",
"license": "AGPL-3.0+",
"author": "Broid Team <[email protected]> (https://broid.ai)",
Expand Down Expand Up @@ -41,8 +41,8 @@
"watch": "concurrently --kill-others \"yarn run lint:watch\" \"yarn run tsc:watch\""
},
"dependencies": {
"@broid/schemas": "^1.0.0",
"@broid/utils": "^1.1.0",
"@broid/schemas": "^1.0.1",
"@broid/utils": "^1.1.1",
"bluebird": "^3.4.7",
"body-parser": "^1.15.2",
"callr": "^1.0.0",
Expand Down
8 changes: 4 additions & 4 deletions broid-callr/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
# yarn lockfile v1


"@broid/schemas@^1.0.0":
"@broid/schemas@^1.0.1":
version "1.0.1"
resolved "https://registry.yarnpkg.com/@broid/schemas/-/schemas-1.0.1.tgz#3e2a318be8e2789e50730ea37528db19baa71f14"
dependencies:
ajv "^5.0.1-beta.1"
bluebird "^3.4.6"

"@broid/utils@^1.1.0":
version "1.1.0"
resolved "https://registry.yarnpkg.com/@broid/utils/-/utils-1.1.0.tgz#cba5fdb2ad46082516e6ca11f0bd9d82aa535f5f"
"@broid/utils@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@broid/utils/-/utils-1.1.1.tgz#b79174c2e6898940a7b5b6c0332b0fe67f4c81ca"
dependencies:
bluebird "^3.5.0"
file-type "^4.1.0"
Expand Down
6 changes: 3 additions & 3 deletions broid-discord/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@broid/discord",
"version": "2.1.0",
"version": "2.1.1",
"main": "lib/core/index.js",
"license": "AGPL-3.0+",
"author": "Broid Team <[email protected]> (https://broid.ai)",
Expand Down Expand Up @@ -58,8 +58,8 @@
"watch": "^1.0.1"
},
"dependencies": {
"@broid/schemas": "^1.0.0",
"@broid/utils": "^1.1.0",
"@broid/schemas": "^1.0.1",
"@broid/utils": "^1.1.1",
"bluebird": "^3.4.7",
"discordie": "^0.11.0",
"node-uuid": "^1.4.7",
Expand Down
8 changes: 4 additions & 4 deletions broid-discord/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
# yarn lockfile v1


"@broid/schemas@^1.0.0":
"@broid/schemas@^1.0.1":
version "1.0.1"
resolved "https://registry.yarnpkg.com/@broid/schemas/-/schemas-1.0.1.tgz#3e2a318be8e2789e50730ea37528db19baa71f14"
dependencies:
ajv "^5.0.1-beta.1"
bluebird "^3.4.6"

"@broid/utils@^1.1.0":
version "1.1.0"
resolved "https://registry.yarnpkg.com/@broid/utils/-/utils-1.1.0.tgz#cba5fdb2ad46082516e6ca11f0bd9d82aa535f5f"
"@broid/utils@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@broid/utils/-/utils-1.1.1.tgz#b79174c2e6898940a7b5b6c0332b0fe67f4c81ca"
dependencies:
bluebird "^3.5.0"
file-type "^4.1.0"
Expand Down
6 changes: 3 additions & 3 deletions broid-flowdock/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@broid/flowdock",
"version": "2.1.0",
"version": "2.1.1",
"main": "lib/core/index.js",
"license": "AGPL-3.0+",
"author": "Broid Team <[email protected]> (https://broid.ai)",
Expand Down Expand Up @@ -56,8 +56,8 @@
"watch": "^1.0.1"
},
"dependencies": {
"@broid/schemas": "^1.0.0",
"@broid/utils": "^1.1.0",
"@broid/schemas": "^1.0.1",
"@broid/utils": "^1.1.1",
"bluebird": "^3.4.7",
"flowdock": "^0.9.0",
"node-uuid": "^1.4.7",
Expand Down
8 changes: 4 additions & 4 deletions broid-flowdock/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
# yarn lockfile v1


"@broid/schemas@^1.0.0":
"@broid/schemas@^1.0.1":
version "1.0.1"
resolved "https://registry.yarnpkg.com/@broid/schemas/-/schemas-1.0.1.tgz#3e2a318be8e2789e50730ea37528db19baa71f14"
dependencies:
ajv "^5.0.1-beta.1"
bluebird "^3.4.6"

"@broid/utils@^1.1.0":
version "1.1.0"
resolved "https://registry.yarnpkg.com/@broid/utils/-/utils-1.1.0.tgz#cba5fdb2ad46082516e6ca11f0bd9d82aa535f5f"
"@broid/utils@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@broid/utils/-/utils-1.1.1.tgz#b79174c2e6898940a7b5b6c0332b0fe67f4c81ca"
dependencies:
bluebird "^3.5.0"
file-type "^4.1.0"
Expand Down
8 changes: 4 additions & 4 deletions broid-gitter/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@broid/gitter",
"version": "2.1.0",
"main": "dist/index.js",
"version": "2.1.1",
"main": "lib/core/index.js",
"license": "AGPL-3.0+",
"author": "Broid Team <[email protected]> (https://broid.ai)",
"description": "Convert Gitter messages into Activity Streams 2 with Broid Integration",
Expand Down Expand Up @@ -56,8 +56,8 @@
"watch": "^1.0.1"
},
"dependencies": {
"@broid/schemas": "^1.0.0",
"@broid/utils": "^1.1.0",
"@broid/schemas": "^1.0.1",
"@broid/utils": "^1.1.1",
"bluebird": "^3.4.7",
"node-gitter": "^2.0.5",
"node-uuid": "^1.4.7",
Expand Down
8 changes: 4 additions & 4 deletions broid-gitter/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -34,16 +34,16 @@
ansi-styles "^2.2.1"
esutils "^2.0.2"

"@broid/schemas@^1.0.0":
"@broid/schemas@^1.0.1":
version "1.0.1"
resolved "https://registry.yarnpkg.com/@broid/schemas/-/schemas-1.0.1.tgz#3e2a318be8e2789e50730ea37528db19baa71f14"
dependencies:
ajv "^5.0.1-beta.1"
bluebird "^3.4.6"

"@broid/utils@^1.1.0":
version "1.1.0"
resolved "https://registry.yarnpkg.com/@broid/utils/-/utils-1.1.0.tgz#cba5fdb2ad46082516e6ca11f0bd9d82aa535f5f"
"@broid/utils@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@broid/utils/-/utils-1.1.1.tgz#b79174c2e6898940a7b5b6c0332b0fe67f4c81ca"
dependencies:
bluebird "^3.5.0"
file-type "^4.1.0"
Expand Down
8 changes: 4 additions & 4 deletions broid-google-assistant/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@broid/google-assistant",
"version": "2.0.0",
"main": "dist/index.js",
"version": "2.0.1",
"main": "lib/core/index.js",
"license": "AGPL-3.0+",
"author": "Broid Team <[email protected]> (https://broid.ai)",
"description": "Convert Google Assistant messages into Activity Streams 2 with Broid Integration",
Expand Down Expand Up @@ -59,8 +59,8 @@
"watch": "^1.0.1"
},
"dependencies": {
"@broid/schemas": "^1.0.0",
"@broid/utils": "^1.1.0",
"@broid/schemas": "^1.0.1",
"@broid/utils": "^1.1.1",
"actions-on-google": "^1.0.5",
"bluebird": "^3.4.7",
"body-parser": "^1.16.0",
Expand Down
8 changes: 4 additions & 4 deletions broid-google-assistant/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -34,16 +34,16 @@
ansi-styles "^2.2.1"
esutils "^2.0.2"

"@broid/schemas@^1.0.0":
"@broid/schemas@^1.0.1":
version "1.0.1"
resolved "https://registry.yarnpkg.com/@broid/schemas/-/schemas-1.0.1.tgz#3e2a318be8e2789e50730ea37528db19baa71f14"
dependencies:
ajv "^5.0.1-beta.1"
bluebird "^3.4.6"

"@broid/utils@^1.1.0":
version "1.1.0"
resolved "https://registry.yarnpkg.com/@broid/utils/-/utils-1.1.0.tgz#cba5fdb2ad46082516e6ca11f0bd9d82aa535f5f"
"@broid/utils@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@broid/utils/-/utils-1.1.1.tgz#b79174c2e6898940a7b5b6c0332b0fe67f4c81ca"
dependencies:
bluebird "^3.5.0"
file-type "^4.1.0"
Expand Down
4 changes: 2 additions & 2 deletions broid-groupme/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@broid/groupme",
"version": "2.0.0",
"version": "2.0.1",
"main": "lib/core/index.js",
"license": "AGPL-3.0+",
"author": "Broid Team <[email protected]> (https://broid.ai)",
Expand Down Expand Up @@ -60,7 +60,7 @@
"watch": "^1.0.1"
},
"dependencies": {
"@broid/schemas": "^1.0.0",
"@broid/schemas": "^1.0.1",
"@broid/utils": "^1.1.0",
"bluebird": "^3.4.7",
"body-parser": "^1.16.0",
Expand Down
2 changes: 1 addition & 1 deletion broid-groupme/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
ansi-styles "^2.2.1"
esutils "^2.0.2"

"@broid/schemas@^1.0.0":
"@broid/schemas@^1.0.1":
version "1.0.1"
resolved "https://registry.yarnpkg.com/@broid/schemas/-/schemas-1.0.1.tgz#3e2a318be8e2789e50730ea37528db19baa71f14"
dependencies:
Expand Down
6 changes: 3 additions & 3 deletions broid-irc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@broid/irc",
"version": "2.1.0",
"version": "2.1.1",
"main": "lib/core/index.js",
"license": "AGPL-3.0+",
"author": "Broid Team <[email protected]> (https://broid.ai)",
Expand Down Expand Up @@ -60,8 +60,8 @@
"watch": "^1.0.1"
},
"dependencies": {
"@broid/schemas": "^1.0.0",
"@broid/utils": "^1.1.0",
"@broid/schemas": "^1.0.1",
"@broid/utils": "^1.1.1",
"bluebird": "^3.4.7",
"irc": "^0.5.2",
"mimetype": "^0.0.8",
Expand Down
8 changes: 4 additions & 4 deletions broid-irc/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -34,16 +34,16 @@
ansi-styles "^2.2.1"
esutils "^2.0.2"

"@broid/schemas@^1.0.0":
"@broid/schemas@^1.0.1":
version "1.0.1"
resolved "https://registry.yarnpkg.com/@broid/schemas/-/schemas-1.0.1.tgz#3e2a318be8e2789e50730ea37528db19baa71f14"
dependencies:
ajv "^5.0.1-beta.1"
bluebird "^3.4.6"

"@broid/utils@^1.1.0":
version "1.1.0"
resolved "https://registry.yarnpkg.com/@broid/utils/-/utils-1.1.0.tgz#cba5fdb2ad46082516e6ca11f0bd9d82aa535f5f"
"@broid/utils@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@broid/utils/-/utils-1.1.1.tgz#b79174c2e6898940a7b5b6c0332b0fe67f4c81ca"
dependencies:
bluebird "^3.5.0"
file-type "^4.1.0"
Expand Down
6 changes: 3 additions & 3 deletions broid-kik/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@broid/kik",
"version": "2.0.1",
"version": "2.0.2",
"main": "lib/core/index.js",
"license": "AGPL-3.0+",
"author": "Broid Team <[email protected]> (https://broid.ai)",
Expand Down Expand Up @@ -41,8 +41,8 @@
"watch": "concurrently --kill-others \"yarn run lint:watch\" \"yarn run tsc:watch\""
},
"dependencies": {
"@broid/schemas": "^1.0.0",
"@broid/utils": "^1.1.0",
"@broid/schemas": "^1.0.1",
"@broid/utils": "^1.1.1",
"@kikinteractive/kik": "^2.2.0",
"bluebird": "^3.4.7",
"express": "^4.15.2",
Expand Down
8 changes: 4 additions & 4 deletions broid-kik/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
# yarn lockfile v1


"@broid/schemas@^1.0.0":
"@broid/schemas@^1.0.1":
version "1.0.1"
resolved "https://registry.yarnpkg.com/@broid/schemas/-/schemas-1.0.1.tgz#3e2a318be8e2789e50730ea37528db19baa71f14"
dependencies:
ajv "^5.0.1-beta.1"
bluebird "^3.4.6"

"@broid/utils@^1.1.0":
version "1.1.0"
resolved "https://registry.yarnpkg.com/@broid/utils/-/utils-1.1.0.tgz#cba5fdb2ad46082516e6ca11f0bd9d82aa535f5f"
"@broid/utils@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@broid/utils/-/utils-1.1.1.tgz#b79174c2e6898940a7b5b6c0332b0fe67f4c81ca"
dependencies:
bluebird "^3.5.0"
file-type "^4.1.0"
Expand Down
6 changes: 3 additions & 3 deletions broid-line/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@broid/line",
"version": "2.1.0",
"version": "2.1.1",
"main": "lib/core/index.js",
"license": "AGPL-3.0+",
"author": "Broid Team <[email protected]> (https://broid.ai)",
Expand Down Expand Up @@ -41,8 +41,8 @@
"watch": "concurrently --kill-others \"yarn run lint:watch\" \"yarn run tsc:watch\""
},
"dependencies": {
"@broid/schemas": "^1.0.0",
"@broid/utils": "^1.1.0",
"@broid/schemas": "^1.0.1",
"@broid/utils": "^1.1.1",
"bluebird": "^3.4.7",
"body-parser": "^1.17.1",
"express": "^4.15.2",
Expand Down
8 changes: 4 additions & 4 deletions broid-line/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
# yarn lockfile v1


"@broid/schemas@^1.0.0":
"@broid/schemas@^1.0.1":
version "1.0.1"
resolved "https://registry.yarnpkg.com/@broid/schemas/-/schemas-1.0.1.tgz#3e2a318be8e2789e50730ea37528db19baa71f14"
dependencies:
ajv "^5.0.1-beta.1"
bluebird "^3.4.6"

"@broid/utils@^1.1.0":
version "1.1.0"
resolved "https://registry.yarnpkg.com/@broid/utils/-/utils-1.1.0.tgz#cba5fdb2ad46082516e6ca11f0bd9d82aa535f5f"
"@broid/utils@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@broid/utils/-/utils-1.1.1.tgz#b79174c2e6898940a7b5b6c0332b0fe67f4c81ca"
dependencies:
bluebird "^3.5.0"
file-type "^4.1.0"
Expand Down
Loading

0 comments on commit 895b473

Please sign in to comment.