Skip to content

Commit fc2a42c

Browse files
committed
p3x-robot sunday release 2018-3-8 22:44:26
1 parent 7692fc9 commit fc2a42c

File tree

3 files changed

+17
-11
lines changed

3 files changed

+17
-11
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
---
88

99

10-
# P3X Onenote Linux v1.2.253-369
10+
# P3X Onenote Linux v1.2.266-377
1111

12-
This is an open source project. Just code. If you like this code, please add a star in GitHub and you really like, you can donate as well. Thanks you so much!
12+
This is an open source project. Just code. If you like this code, please add a star in GitHub and if you really like, you can donate as well. Thanks you so much!
1313

1414
Given, I have my own server, with dynamic IP address, it could happen that the server for about max 5 minutes can not be reachable for the dynamic DNS or very rarely I backup with Clonzilla the SSD or something with the electricity (too much hoovering or cleaning - but I worked on it, so should not happen again), but for some reason, it is not reachable please hang on for 5-30 minutes and it will be back for sure.
1515

@@ -22,7 +22,7 @@ All my domains (patrikx3.com and corifeus.com) could have errors right now, sinc
2222

2323
### Built on Node
2424
```
25-
v9.7.1
25+
v9.8.0
2626
```
2727

2828
The ```async``` and ```await``` keywords are required.
@@ -140,7 +140,7 @@ https://github.com/patrikx3/onenote/issues/14
140140

141141
---
142142

143-
[**P3X-ONENOTE**](https://pages.corifeus.com/onenote) Build v1.2.253-369
143+
[**P3X-ONENOTE**](https://pages.corifeus.com/onenote) Build v1.2.266-377
144144

145145
[![Like Corifeus @ Facebook](https://img.shields.io/badge/LIKE-Corifeus-3b5998.svg)](https://www.facebook.com/corifeus.software) [![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)
146146

bin/p3x-onenote.js

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
#!/usr/bin/env node
2+
//const os = require('os');
3+
//const process = require('process');
4+
//const cores = os.cpus().length < 4 ? 4 : os.cpus().length;
5+
//process.env.UV_THREADPOOL_SIZE = cores;
6+
//console.debug(`P3X sets UV_THREADPOOL_SIZE to ${cores} thread pool`)
7+
28
if (!require('fs').existsSync(`${__dirname}/../node_modules`)) {
3-
require('child_process').execSync(`cd ${__dirname}/..; npm install`, {
9+
require('child_process').execSync(`cd ${__dirname}/..; npm install --only=prod`, {
410
stdio: 'inherit'
511
});
612
}

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "p3x-onenote",
3-
"version": "1.2.253-369",
3+
"version": "1.2.266-377",
44
"description": "P3X Onenote Linux",
55
"main": "src/electron/app.js",
66
"corifeus": {
77
"prefix": "p3x-",
88
"publish": true,
99
"type": "p3x",
1010
"code": "Linux",
11-
"nodejs": "v9.7.1"
11+
"nodejs": "v9.8.0"
1212
},
1313
"bin": {
1414
"p3x-onenote": "bin/p3x-onenote.js"
@@ -32,13 +32,13 @@
3232
},
3333
"homepage": "https://pages.corifeus.com/onenote",
3434
"dependencies": {
35-
"electron": "^1.8.2",
35+
"electron": "^1.8.3",
3636
"configstore": "^3.1.1",
37-
"corifeus-utils": "^1.1.836-291"
37+
"corifeus-utils": "^1.1.854-302"
3838
},
3939
"devDependencies": {
40-
"corifeus-builder": "^1.7.1229-312",
41-
"electron-builder": "^20.2.0"
40+
"corifeus-builder": "^1.7.1241-317",
41+
"electron-builder": "^20.4.0"
4242
},
4343
"engines": {
4444
"node": ">=8.9.0"

0 commit comments

Comments
 (0)