p3x-redis-ui-server
Advanced tools
Comparing version 2024.10.116 to 2024.10.117
@@ -38,3 +38,3 @@ [//]: #@corifeus-header | ||
[**P3X-REDIS-UI-SERVER**](https://corifeus.com/redis-ui-server) Build v2024.10.116 | ||
[**P3X-REDIS-UI-SERVER**](https://corifeus.com/redis-ui-server) Build v2024.10.117 | ||
@@ -41,0 +41,0 @@ [![NPM](https://img.shields.io/npm/v/p3x-redis-ui-server.svg)](https://www.npmjs.com/package/p3x-redis-ui-server) [![Donate for Corifeus / P3X](https://img.shields.io/badge/Donate-Corifeus-003087.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QZVM4V6HVZJW6) [![Contact Corifeus / P3X](https://img.shields.io/badge/Contact-P3X-ff9900.svg)](https://www.patrikx3.com/en/front/contact) [![Like Corifeus @ Facebook](https://img.shields.io/badge/LIKE-Corifeus-3b5998.svg)](https://www.facebook.com/corifeus.software) |
{ | ||
"name": "p3x-redis-ui-server", | ||
"version": "2024.10.116", | ||
"version": "2024.10.117", | ||
"description": "🏍️ The p3x-redis-ui-server package motor that is connected to the p3x-redis-ui-material web user interface", | ||
@@ -68,3 +68,3 @@ "corifeus": { | ||
"lodash": "^4.17.21", | ||
"node-ssh-no-cpu-features": "^2.0.0", | ||
"node-ssh": "^13.2.0", | ||
"socket.io": "^4.8.1" | ||
@@ -71,0 +71,0 @@ }, |
@@ -15,3 +15,3 @@ # This is a development package | ||
--- | ||
# 🏍️ The p3x-redis-ui-server package motor that is connected to the p3x-redis-ui-material web user interface v2024.10.116 | ||
# 🏍️ The p3x-redis-ui-server package motor that is connected to the p3x-redis-ui-material web user interface v2024.10.117 | ||
@@ -126,3 +126,3 @@ | ||
[**P3X-REDIS-UI-SERVER**](https://corifeus.com/redis-ui-server) Build v2024.10.116 | ||
[**P3X-REDIS-UI-SERVER**](https://corifeus.com/redis-ui-server) Build v2024.10.117 | ||
@@ -129,0 +129,0 @@ [![NPM](https://img.shields.io/npm/v/p3x-redis-ui-server.svg)](https://www.npmjs.com/package/p3x-redis-ui-server) [![Donate for Corifeus / P3X](https://img.shields.io/badge/Donate-Corifeus-003087.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QZVM4V6HVZJW6) [![Contact Corifeus / P3X](https://img.shields.io/badge/Contact-P3X-ff9900.svg)](https://www.patrikx3.com/en/front/contact) [![Like Corifeus @ Facebook](https://img.shields.io/badge/LIKE-Corifeus-3b5998.svg)](https://www.facebook.com/corifeus.software) |
@@ -220,3 +220,3 @@ const donationWareFeatureError = new Error('donation-ware-feature') | ||
const { NodeSSH } = require('node-ssh-no-cpu-features'); | ||
const { NodeSSH } = require('node-ssh'); | ||
const getPort = require('get-port'); | ||
@@ -223,0 +223,0 @@ |
@@ -88,3 +88,3 @@ const Redis = require('../../../lib/ioredis-cluster') | ||
if (redisConfig.ssh === true) { | ||
const { NodeSSH } = require('node-ssh-no-cpu-features'); | ||
const { NodeSSH } = require('node-ssh'); | ||
const getPort = require('get-port'); | ||
@@ -91,0 +91,0 @@ |
176271
+ Addednode-ssh@^13.2.0
+ Added@types/node@22.10.7(transitive)
+ Addedbuildcheck@0.0.6(transitive)
+ Addedcpu-features@0.0.10(transitive)
+ Addednode-ssh@13.2.0(transitive)
+ Addedssh2@1.16.0(transitive)
+ Addedundici-types@6.20.0(transitive)
- Removednode-ssh-no-cpu-features@^2.0.0
- Removed@types/node@18.19.71(transitive)
- Removed@types/ssh2@1.15.4(transitive)
- Removednode-ssh-no-cpu-features@2.0.0(transitive)
- Removedssh2-no-cpu-features@2.0.0(transitive)
- Removedundici-types@5.26.5(transitive)