This repository has been archived by the owner on Feb 8, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 83
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #170 from broidHQ/devel
Merge Devel
- Loading branch information
Showing
47 changed files
with
167 additions
and
170 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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)", | ||
|
@@ -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", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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)", | ||
|
@@ -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", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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)", | ||
|
@@ -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", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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)", | ||
|
@@ -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", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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", | ||
|
@@ -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", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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", | ||
|
@@ -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", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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)", | ||
|
@@ -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", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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)", | ||
|
@@ -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", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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)", | ||
|
@@ -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", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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)", | ||
|
@@ -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", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.