p3x-tools 2025.4.111 → 2025.4.115
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.
- package/README.md +3 -8
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
# 💣 Tools v2025.4.
|
|
9
|
+
# 💣 Tools v2025.4.115
|
|
10
10
|
|
|
11
11
|
|
|
12
12
|
|
|
@@ -376,13 +376,8 @@ If you appreciate our work, consider ⭐ starring this repository or 💰 making
|
|
|
376
376
|
|
|
377
377
|
---
|
|
378
378
|
|
|
379
|
-
### 🖥️ Server Availability
|
|
380
|
-
Our server may occasionally be down, but please be patient. Typically, it will be back online within 15-30 minutes. We appreciate your understanding.
|
|
381
|
-
|
|
382
|
-
---
|
|
383
|
-
|
|
384
379
|
### 🌍 About My Domains
|
|
385
|
-
All my domains, including [patrikx3.com](https://patrikx3.com), [corifeus.
|
|
380
|
+
All my domains, including [patrikx3.com](https://patrikx3.com), [corifeus.eu](https://corifeus.eu), and [corifeus.com](https://corifeus.com), are developed in my spare time. While you may encounter minor errors, the sites are generally stable and fully functional.
|
|
386
381
|
|
|
387
382
|
---
|
|
388
383
|
|
|
@@ -397,7 +392,7 @@ All my domains, including [patrikx3.com](https://patrikx3.com), [corifeus.hu](ht
|
|
|
397
392
|
---
|
|
398
393
|
|
|
399
394
|
|
|
400
|
-
[**P3X-TOOLS**](https://corifeus.com/tools) Build v2025.4.
|
|
395
|
+
[**P3X-TOOLS**](https://corifeus.com/tools) Build v2025.4.115
|
|
401
396
|
|
|
402
397
|
[](https://www.npmjs.com/package/p3x-tools) [](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QZVM4V6HVZJW6) [](https://www.patrikx3.com/en/front/contact) [](https://www.facebook.com/corifeus.software)
|
|
403
398
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "p3x-tools",
|
|
3
|
-
"version": "2025.4.
|
|
3
|
+
"version": "2025.4.115",
|
|
4
4
|
"corifeus": {
|
|
5
5
|
"prefix": "p3x-",
|
|
6
6
|
"publish": true,
|
|
@@ -38,13 +38,13 @@
|
|
|
38
38
|
},
|
|
39
39
|
"homepage": "https://corifeus.com/tools",
|
|
40
40
|
"devDependencies": {
|
|
41
|
-
"corifeus-builder": "^2025.4.
|
|
41
|
+
"corifeus-builder": "^2025.4.123",
|
|
42
42
|
"grunt": "^1.6.1"
|
|
43
43
|
},
|
|
44
44
|
"dependencies": {
|
|
45
45
|
"commander": "^13.0.0",
|
|
46
|
-
"corifeus-utils": "^2025.4.
|
|
47
|
-
"fs-extra": "^11.
|
|
46
|
+
"corifeus-utils": "^2025.4.117",
|
|
47
|
+
"fs-extra": "^11.3.0",
|
|
48
48
|
"github-api": "^3.4.0",
|
|
49
49
|
"globby": "^14.0.2",
|
|
50
50
|
"ini": "^5.0.0",
|