p3x-tools 2024.4.121 → 2025.4.103

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 CHANGED
@@ -6,7 +6,7 @@
6
6
 
7
7
 
8
8
 
9
- # 💣 Tools v2024.4.121
9
+ # 💣 Tools v2025.4.103
10
10
 
11
11
 
12
12
 
@@ -20,7 +20,7 @@
20
20
  ### Built on NodeJs version
21
21
 
22
22
  ```txt
23
- v22.1.0
23
+ v22.13.0
24
24
  ```
25
25
 
26
26
 
@@ -350,6 +350,24 @@ git submodule sync
350
350
  ---
351
351
 
352
352
 
353
+ ## Quick and Affordable Web Development Services
354
+
355
+ If you want to quickly and affordably develop your next digital project, visit [corifeus.hu](https://corifeus.hu) for expert solutions tailored to your needs.
356
+
357
+ ---
358
+
359
+ ## Powerful Online Networking Tool
360
+
361
+ Discover the powerful and free online networking tool at [network.corifeus.com](https://network.corifeus.com).
362
+
363
+ **Free**
364
+ Designed for professionals and enthusiasts, this tool provides essential features for network analysis, troubleshooting, and management.
365
+ Additionally, it offers tools for:
366
+ - Monitoring TCP, HTTP, and Ping to ensure optimal network performance and reliability.
367
+ - Status page management to track uptime, performance, and incidents in real time with customizable dashboards.
368
+
369
+ All these features are completely free to use.
370
+
353
371
  ## Support Our Open-Source Project ❤️
354
372
  If you appreciate our work, consider starring this repository or making a donation to support server maintenance and ongoing development. Your support means the world to us—thank you!
355
373
 
@@ -357,7 +375,7 @@ If you appreciate our work, consider starring this repository or making a donati
357
375
  Our server may occasionally be down, but please be patient. Typically, it will be back online within 15-30 minutes. We appreciate your understanding.
358
376
 
359
377
  ### About My Domains
360
- All my domains, including [patrikx3.com](https://patrikx3.com) 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.
378
+ All my domains, including [patrikx3.com](https://patrikx3.com), [corifeus.hu](https://corifeus.hu) 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.
361
379
 
362
380
  ### Versioning Policy
363
381
  **Version Structure:** We follow a Major.Minor.Patch versioning scheme:
@@ -370,7 +388,7 @@ All my domains, including [patrikx3.com](https://patrikx3.com) and [corifeus.com
370
388
  ---
371
389
 
372
390
 
373
- [**P3X-TOOLS**](https://corifeus.com/tools) Build v2024.4.121
391
+ [**P3X-TOOLS**](https://corifeus.com/tools) Build v2025.4.103
374
392
 
375
393
  [![NPM](https://img.shields.io/npm/v/p3x-tools.svg)](https://www.npmjs.com/package/p3x-tools) [![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)
376
394
 
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "p3x-tools",
3
- "version": "2024.4.121",
3
+ "version": "2025.4.103",
4
4
  "corifeus": {
5
5
  "prefix": "p3x-",
6
6
  "publish": true,
7
7
  "type": "p3x",
8
8
  "code": "Lazy",
9
- "nodejs": "v22.1.0",
9
+ "nodejs": "v22.13.0",
10
10
  "opencollective": false,
11
11
  "reponame": "tools",
12
12
  "build": true
@@ -38,19 +38,20 @@
38
38
  },
39
39
  "homepage": "https://corifeus.com/tools",
40
40
  "devDependencies": {
41
- "corifeus-builder": "^2024.4.140",
41
+ "corifeus-builder": "^2025.4.105",
42
42
  "grunt": "^1.6.1"
43
43
  },
44
44
  "dependencies": {
45
- "commander": "^12.0.0",
46
- "corifeus-utils": "^2024.4.123",
45
+ "commander": "^13.0.0",
46
+ "corifeus-utils": "^2025.4.104",
47
47
  "fs-extra": "^11.2.0",
48
48
  "github-api": "^3.4.0",
49
- "globby": "^14.0.1",
50
- "ini": "^4.1.2",
49
+ "globby": "^14.0.2",
50
+ "ini": "^5.0.0",
51
51
  "mz": "^2.7.0",
52
- "npm-check-updates": "^16.14.20",
52
+ "npm-check-updates": "^17.1.13",
53
53
  "progress": "^2.0.3",
54
+ "readline": "^1.3.0",
54
55
  "tmp-promise": "^3.0.3",
55
56
  "yamljs": "^0.3.0"
56
57
  },
@@ -208,14 +208,6 @@ yarn link
208
208
  plusCommands = 'list';
209
209
  }
210
210
 
211
- if (plusCommands === 'start') {
212
- plusCommands = `sudo echo "SUDO IS DONE"
213
- __NCU__
214
- ${lib.hackNpmInstallPreHook()}
215
- rm -rf node_modules
216
- npm install --non-interactive --force
217
- ${npmLib.command.publish({all: options.all})}`;
218
- }
219
211
 
220
212
  const actual = [];
221
213
  let doActualExecute = false;
@@ -258,9 +250,22 @@ ${npmLib.command.publish({all: options.all})}`;
258
250
  doActualExecute = true;
259
251
  }
260
252
 
253
+ let execCommand = plusCommands;
254
+ if (plusCommands === 'start') {
255
+
256
+ execCommand = `sudo echo "SUDO IS DONE"
257
+ __NCU__
258
+ ${lib.hackNpmInstallPreHook()}
259
+ rm -rf node_modules
260
+ #npm install --non-interactive --force
261
+ yarn install --non-interactive --force
262
+ ${npmLib.command.publish({all: options.all })}`;
263
+
264
+ }
265
+
261
266
  await lib.executeCommandByPath({
262
267
  findData: findData,
263
- command: plusCommands,
268
+ command: execCommand,
264
269
  errors: errors,
265
270
  item: item,
266
271
  options: options,
@@ -308,7 +313,8 @@ ${npmLib.command.publish({all: options.all})}`;
308
313
  __NCU__
309
314
  ${lib.hackNpmInstallPreHook()}
310
315
  rm -rf node_modules
311
- npm install --non-interactive --force
316
+ #npm install --non-interactive --force
317
+ yarn install --non-interactive --force
312
318
  `;
313
319
 
314
320
  }
package/src/github.js CHANGED
@@ -62,7 +62,7 @@ git submodule update --init --recursive --remote
62
62
  await utils.childProcess.exec(`
63
63
  rm -rf ${currentRepo}/.git
64
64
  rm -rf ${currentRepo}/secure
65
- rm -rf ${currentRepo}/package-lock.json
65
+ #rm -rf ${currentRepo}/package-lock.json
66
66
 
67
67
  mv ${tmpDir.path}/github/${repo.name}/.git ${tmpDir.path}/git/${repo.name}/
68
68
  `, true)
package/src/npm.js CHANGED
@@ -1,10 +1,16 @@
1
1
  module.exports.command = {
2
2
 
3
- publish: (options = {all: true}) => `grunt cory-npm cory-replace
3
+ publish: (options = {all: true}) => {
4
+ const otp = process.env.NPM_OTP
5
+
6
+ console.log('OTP: ' + otp)
7
+
8
+ return `grunt cory-npm cory-replace
4
9
  grunt cory-raw-npm-angular || true
5
10
  (grunt publish -v && sleep 3)|| true
6
11
  __PUBLISH_LOCATION_START__
7
- npm publish
8
- ${options.all ? 'npm publish --registry https://registry.npmjs.org' : ''}
12
+ #npm publish
13
+ ${options.all ? `npm publish --registry https://registry.npmjs.org --otp=${otp}` : ''}
9
14
  __PUBLISH_LOCATION_END__`
15
+ }
10
16
  }