node-red-contrib-alice 0.6.8 → 0.6.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +0 -2
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -8,8 +8,6 @@ The module allows you to use Node-Red together with the Yandex.Alice voice assis
8
8
 
9
9
  #### Этот проект некоммерческий, но Вы можете поддержать его развитие через пожертвования [ЗДЕСЬ](https://dialogs.yandex.ru/store/skills/d4f5cc21-nodered-home?action=donation)
10
10
 
11
- #### Новости сервиса и интересными статьями в телеграм канале [https://t.me/nodered_home](https://t.me/nodered_home)
12
-
13
11
  #### Обсудить и получить оперативную поддержку [https://t.me/nodered_home_chat](https://t.me/nodered_home_chat)
14
12
 
15
13
  ## Инструкция (RUS)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-red-contrib-alice",
3
- "version": "0.6.8",
3
+ "version": "0.6.9",
4
4
  "description": "",
5
5
  "main": "alice.js",
6
6
  "scripts": {
@@ -35,7 +35,7 @@
35
35
  },
36
36
  "homepage": "https://github.com/efa2000/node-red-contrib-alice#readme",
37
37
  "dependencies": {
38
- "firebase": "9.1.2",
39
- "mqtt": "^4.2.6"
38
+ "firebase": "9.6.2",
39
+ "mqtt": "^4.3.4"
40
40
  }
41
41
  }