corifeus-utils 2021.10.180 → 2021.10.183
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/LICENSE +1 -1
- package/README.md +3 -7
- package/package.json +3 -3
package/LICENSE
CHANGED
package/README.md
CHANGED
|
@@ -10,14 +10,10 @@
|
|
|
10
10
|
|
|
11
11
|
[](https://www.npmjs.com/package/corifeus-utils/)
|
|
12
12
|
---
|
|
13
|
-
# ❤️ Corifeus Utils v2021.10.
|
|
13
|
+
# ❤️ Corifeus Utils v2021.10.183
|
|
14
14
|
|
|
15
15
|
|
|
16
16
|
|
|
17
|
-
# Warning on 2021 November 17
|
|
18
|
-
All patrikx3.com, corifeus.com and sub-domains are offline.
|
|
19
|
-
Will come back again on 2021 November 18.
|
|
20
|
-
|
|
21
17
|
**Bugs are evident™ - MATRIX️**
|
|
22
18
|
|
|
23
19
|
|
|
@@ -28,7 +24,7 @@ Will come back again on 2021 November 18.
|
|
|
28
24
|
### Built on NodeJs version
|
|
29
25
|
|
|
30
26
|
```txt
|
|
31
|
-
v16.13.
|
|
27
|
+
v16.13.1
|
|
32
28
|
```
|
|
33
29
|
|
|
34
30
|
|
|
@@ -134,7 +130,7 @@ All my domains ([patrikx3.com](https://patrikx3.com) and [corifeus.com](https://
|
|
|
134
130
|
|
|
135
131
|
---
|
|
136
132
|
|
|
137
|
-
[**CORIFEUS-UTILS**](https://corifeus.com/corifeus-utils) Build v2021.10.
|
|
133
|
+
[**CORIFEUS-UTILS**](https://corifeus.com/corifeus-utils) Build v2021.10.183
|
|
138
134
|
|
|
139
135
|
[](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)
|
|
140
136
|
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "corifeus-utils",
|
|
3
|
-
"version": "2021.10.
|
|
3
|
+
"version": "2021.10.183",
|
|
4
4
|
"corifeus": {
|
|
5
5
|
"icon": "far fa-lightbulb",
|
|
6
6
|
"code": "Memory",
|
|
7
7
|
"publish": true,
|
|
8
|
-
"nodejs": "v16.13.
|
|
8
|
+
"nodejs": "v16.13.1",
|
|
9
9
|
"reponame": "corifeus-utils",
|
|
10
10
|
"opencollective": false,
|
|
11
11
|
"build": true
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
},
|
|
37
37
|
"homepage": "https://corifeus.com/corifeus-utils",
|
|
38
38
|
"devDependencies": {
|
|
39
|
-
"corifeus-builder": "^2021.10.
|
|
39
|
+
"corifeus-builder": "^2021.10.204"
|
|
40
40
|
},
|
|
41
41
|
"peerDependencies": {
|
|
42
42
|
"lodash": "^4.17.21"
|