Skip to content

Commit 3bdfa90

Browse files
committed
r0b08x [chore] 7/2/2024, 10:57:15 PM
1 parent e058a72 commit 3bdfa90

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ https://corifeus.com/redis-ui
1212

1313

1414
---
15-
# 🏍️ The p3x-redis-ui-server package motor that is connected to the p3x-redis-ui-material web user interface v2024.4.255
15+
# 🏍️ The p3x-redis-ui-server package motor that is connected to the p3x-redis-ui-material web user interface v2024.10.108
1616

1717

1818

@@ -26,7 +26,7 @@ https://corifeus.com/redis-ui
2626
### Built on NodeJs version
2727

2828
```txt
29-
v22.2.0
29+
v22.4.0
3030
```
3131

3232

@@ -122,7 +122,7 @@ All my domains, including [patrikx3.com](https://patrikx3.com) and [corifeus.com
122122
---
123123

124124

125-
[**P3X-REDIS-UI-SERVER**](https://corifeus.com/redis-ui-server) Build v2024.4.255
125+
[**P3X-REDIS-UI-SERVER**](https://corifeus.com/redis-ui-server) Build v2024.10.108
126126

127127
[![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)
128128

artifacts/cluster.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ All my domains, including [patrikx3.com](https://patrikx3.com) and [corifeus.com
3535
---
3636

3737

38-
[**P3X-REDIS-UI-SERVER**](https://corifeus.com/redis-ui-server) Build v2024.4.255
38+
[**P3X-REDIS-UI-SERVER**](https://corifeus.com/redis-ui-server) Build v2024.10.108
3939

4040
[![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)
4141

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "p3x-redis-ui-server",
3-
"version": "2024.4.255",
3+
"version": "2024.10.108",
44
"description": "🏍️ The p3x-redis-ui-server package motor that is connected to the p3x-redis-ui-material web user interface",
55
"corifeus": {
66
"icon": "fas fa-flag-checkered",
77
"code": "Reverse",
88
"opencollective": false,
99
"build": true,
10-
"nodejs": "v22.2.0",
10+
"nodejs": "v22.4.0",
1111
"reponame": "redis-ui-server",
1212
"publish": true,
1313
"prefix": "p3x-",
@@ -47,8 +47,8 @@
4747
"author": "Patrik Laszlo <[email protected]>",
4848
"license": "MIT",
4949
"devDependencies": {
50-
"corifeus-builder": "^2024.4.140",
51-
"nodemon": "^3.1.3"
50+
"corifeus-builder": "^2024.10.105",
51+
"nodemon": "^3.1.4"
5252
},
5353
"dependencies-saved": {
5454
"koa-body": "^4.0.4",
@@ -58,7 +58,7 @@
5858
"dependencies": {
5959
"chalk": "^4.1.2",
6060
"commander": "^12.1.0",
61-
"corifeus-utils": "^2024.4.123",
61+
"corifeus-utils": "^2024.10.126",
6262
"ioredis": "^5.4.1",
6363
"koa": "^2.15.3",
6464
"koa-send": "^5.0.1",

0 commit comments

Comments
 (0)