Update pusher dependencies & code (#974)

* update pusher dependencies & code

* Update package.json

* update pusher icon

* Reverting some package.json changes

* add contributors

* Add padding to icon

* resize icon

* Updated available clusters

* update broken link to cluster option

* Update clusters for out node
This commit is contained in:
Chad Gregory
2023-02-02 05:57:05 -05:00
committed by GitHub
parent a8edd0cb56
commit 0a0917b67a
4 changed files with 60 additions and 40 deletions

View File

@@ -1,10 +1,10 @@
{
"name": "node-red-node-pusher",
"version": "0.1.0",
"version": "0.1.1",
"description": "A Node-RED node to send and receive messages using Pusher.com",
"dependencies": {
"pusher": "^1.5.1",
"pusher-client": "^1.1.0"
"pusher": "^5.1.2",
"pusher-js": "^8.0.1"
},
"repository": {
"type": "git",
@@ -25,5 +25,11 @@
"name": "Dave Conway-Jones",
"email": "ceejay@vnet.ibm.com",
"url": "http://nodered.org"
}
},
"contributors": [
{
"name": "Shaqaruden",
"email": "shaqaruden@gmail.com"
}
]
}