p3x-tools 2025.4.115 → 2025.4.118
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 -3
- package/package.json +4 -4
- package/src/npm.js +1 -1
package/README.md
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
[//]: #@corifeus-header
|
|
2
2
|
|
|
3
|
-
[](https://www.npmjs.com/package/p3x-tools) [](https://paypal.me/patrikx3) [](https://www.patrikx3.com/en/front/contact) [](https://www.facebook.com/corifeus.software) [](https://www.npmjs.com/package/p3x-tools) [](https://paypal.me/patrikx3) [](https://www.patrikx3.com/en/front/contact) [](https://www.facebook.com/corifeus.software) [](https://network.corifeus.com/status/31ad7a5c194347c33e5445dbaf8)
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
# 💣 Tools v2025.4.
|
|
9
|
+
# 💣 Tools v2025.4.118
|
|
10
10
|
|
|
11
11
|
|
|
12
12
|
|
|
@@ -392,7 +392,7 @@ All my domains, including [patrikx3.com](https://patrikx3.com), [corifeus.eu](ht
|
|
|
392
392
|
---
|
|
393
393
|
|
|
394
394
|
|
|
395
|
-
[**P3X-TOOLS**](https://corifeus.com/tools) Build v2025.4.
|
|
395
|
+
[**P3X-TOOLS**](https://corifeus.com/tools) Build v2025.4.118
|
|
396
396
|
|
|
397
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)
|
|
398
398
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "p3x-tools",
|
|
3
|
-
"version": "2025.4.
|
|
3
|
+
"version": "2025.4.118",
|
|
4
4
|
"corifeus": {
|
|
5
5
|
"prefix": "p3x-",
|
|
6
6
|
"publish": true,
|
|
@@ -38,18 +38,18 @@
|
|
|
38
38
|
},
|
|
39
39
|
"homepage": "https://corifeus.com/tools",
|
|
40
40
|
"devDependencies": {
|
|
41
|
-
"corifeus-builder": "^2025.4.
|
|
41
|
+
"corifeus-builder": "^2025.4.128",
|
|
42
42
|
"grunt": "^1.6.1"
|
|
43
43
|
},
|
|
44
44
|
"dependencies": {
|
|
45
45
|
"commander": "^13.0.0",
|
|
46
|
-
"corifeus-utils": "^2025.4.
|
|
46
|
+
"corifeus-utils": "^2025.4.120",
|
|
47
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",
|
|
51
51
|
"mz": "^2.7.0",
|
|
52
|
-
"npm-check-updates": "^17.1.
|
|
52
|
+
"npm-check-updates": "^17.1.14",
|
|
53
53
|
"progress": "^2.0.3",
|
|
54
54
|
"readline": "^1.3.0",
|
|
55
55
|
"tmp-promise": "^3.0.3",
|
package/src/npm.js
CHANGED
|
@@ -10,7 +10,7 @@ grunt cory-raw-npm-angular || true
|
|
|
10
10
|
(grunt publish -v && sleep 3)|| true
|
|
11
11
|
__PUBLISH_LOCATION_START__
|
|
12
12
|
#npm publish
|
|
13
|
-
|
|
13
|
+
npm publish --registry https://registry.npmjs.org --otp=${otp}
|
|
14
14
|
__PUBLISH_LOCATION_END__`
|
|
15
15
|
}
|
|
16
16
|
}
|