node-red-contrib-wazo-platform
Advanced tools
Comparing version 1.0.27 to 1.0.28
@@ -26,2 +26,3 @@ global.window = global; | ||
WazoWebSocketClient.eventLists.push('user_edited'); | ||
WazoWebSocketClient.eventLists.push('call_push_notification'); | ||
@@ -28,0 +29,0 @@ |
{ | ||
"name": "node-red-contrib-wazo-platform", | ||
"version": "1.0.27", | ||
"version": "1.0.28", | ||
"description": "Node Red module for the Wazo Platform API", | ||
@@ -16,6 +16,6 @@ "main": "index.js", | ||
"dependencies": { | ||
"@wazo/sdk": "0.35.10", | ||
"@wazo/sdk": "0.37.22", | ||
"request": "^2.88.2", | ||
"ws": "^7.5.2", | ||
"uuid": "^8.3.2" | ||
"uuid": "^8.3.2", | ||
"ws": "^8.3.0" | ||
}, | ||
@@ -41,2 +41,3 @@ "keywords": [ | ||
"hangup": "nodes/hangup.js", | ||
"hangup_call": "nodes/hangup_call.js", | ||
"hold": "nodes/hold.js", | ||
@@ -49,2 +50,3 @@ "unhold": "nodes/unhold.js", | ||
"new_call": "nodes/new_call.js", | ||
"make_call": "nodes/make_call.js", | ||
"remove_call": "nodes/remove_call.js", | ||
@@ -51,0 +53,0 @@ "create_node": "nodes/create_node.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
905557
87
2268
32
+ Added@wazo/sdk@0.37.22(transitive)
+ Addedgoogle-libphonenumber@3.2.39(transitive)
+ Addedsdp-transform@2.15.0(transitive)
+ Addedws@8.18.0(transitive)
- Removed@wazo/sdk@0.35.10(transitive)
- Removedgoogle-libphonenumber@3.2.38(transitive)
- Removedsdp-transform@2.14.2(transitive)
- Removedws@7.5.10(transitive)
Updated@wazo/sdk@0.37.22
Updatedws@^8.3.0