aboutsummaryrefslogtreecommitdiffstats
path: root/recipes
diff options
context:
space:
mode:
Diffstat (limited to 'recipes')
-rw-r--r--recipes/element/package.json6
-rw-r--r--recipes/googlecalendar/package.json6
-rw-r--r--recipes/hangoutschat/package.json6
-rw-r--r--recipes/msteams/package.json5
4 files changed, 19 insertions, 4 deletions
diff --git a/recipes/element/package.json b/recipes/element/package.json
index 2a8ad5a..5e155ae 100644
--- a/recipes/element/package.json
+++ b/recipes/element/package.json
@@ -1,8 +1,12 @@
1{ 1{
2 "id": "element", 2 "id": "element",
3 "name": "Element", 3 "name": "Element",
4 "version": "1.0.5", 4 "version": "1.0.6",
5 "license": "MIT", 5 "license": "MIT",
6 "aliases": [
7 "Riot.im",
8 "Matrix"
9 ],
6 "config": { 10 "config": {
7 "serviceURL": "https://app.element.io", 11 "serviceURL": "https://app.element.io",
8 "hasCustomUrl": true, 12 "hasCustomUrl": true,
diff --git a/recipes/googlecalendar/package.json b/recipes/googlecalendar/package.json
index b9a5b4a..6d097bb 100644
--- a/recipes/googlecalendar/package.json
+++ b/recipes/googlecalendar/package.json
@@ -1,8 +1,12 @@
1{ 1{
2 "id": "googlecalendar", 2 "id": "googlecalendar",
3 "name": "Google Calendar", 3 "name": "Google Calendar",
4 "version": "2.1.0", 4 "version": "2.1.1",
5 "license": "MIT", 5 "license": "MIT",
6 "aliases": [
7 "google-calendar",
8 "gCalendar"
9 ],
6 "config": { 10 "config": {
7 "serviceURL": "https://calendar.google.com/calendar", 11 "serviceURL": "https://calendar.google.com/calendar",
8 "hasCustomUrl": true, 12 "hasCustomUrl": true,
diff --git a/recipes/hangoutschat/package.json b/recipes/hangoutschat/package.json
index 76cc971..2d8b562 100644
--- a/recipes/hangoutschat/package.json
+++ b/recipes/hangoutschat/package.json
@@ -1,8 +1,12 @@
1{ 1{
2 "id": "hangoutschat", 2 "id": "hangoutschat",
3 "name": "Hangouts Chat", 3 "name": "Hangouts Chat",
4 "version": "1.4.3", 4 "version": "1.4.4",
5 "license": "MIT", 5 "license": "MIT",
6 "aliases": [
7 "google-chat",
8 "gChat"
9 ],
6 "config": { 10 "config": {
7 "serviceURL": "https://chat.google.com", 11 "serviceURL": "https://chat.google.com",
8 "hasNotificationSound": true, 12 "hasNotificationSound": true,
diff --git a/recipes/msteams/package.json b/recipes/msteams/package.json
index c600036..7ddfcaa 100644
--- a/recipes/msteams/package.json
+++ b/recipes/msteams/package.json
@@ -1,8 +1,11 @@
1{ 1{
2 "id": "msteams", 2 "id": "msteams",
3 "name": "Microsoft Teams", 3 "name": "Microsoft Teams",
4 "version": "3.0.1", 4 "version": "3.0.2",
5 "license": "MIT", 5 "license": "MIT",
6 "aliases": [
7 "teamsChat"
8 ],
6 "config": { 9 "config": {
7 "serviceURL": "https://teams.microsoft.com", 10 "serviceURL": "https://teams.microsoft.com",
8 "hasNotificationSound": true, 11 "hasNotificationSound": true,