wikiploy 1.5.0 → 1.5.1

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/DEV.md CHANGED
@@ -37,6 +37,7 @@ You can also run (and debug) each test case directly from a test file. You might
37
37
 
38
38
  Step. 1. Check.
39
39
  ```bash
40
+ git pull
40
41
  npm up
41
42
  npm test
42
43
  ```
package/assets/test.css CHANGED
@@ -5,4 +5,4 @@
5
5
  .tavern {
6
6
  display: block;
7
7
  }
8
- /* puppeteer 21.0.x xor mwn 1.11.x */
8
+ /* puppeteer 21.1.x xor mwn 1.11.x */
package/assets/test.js CHANGED
@@ -5,4 +5,4 @@
5
5
  */
6
6
  // test.js
7
7
  console.log('test');
8
- /* puppeteer 21.0.x xor mwn 1.11.x */
8
+ /* puppeteer 21.1.x xor mwn 1.11.x */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wikiploy",
3
- "version": "1.5.0",
3
+ "version": "1.5.1",
4
4
  "description": "User scripts and gadgets deployment for MediaWiki (Wikipedia).",
5
5
  "main": "src/index.js",
6
6
  "type": "module",
@@ -26,7 +26,7 @@
26
26
  "homepage": "https://github.com/Eccenux/Wikiploy#readme",
27
27
  "dependencies": {
28
28
  "mwn": "1.11.x",
29
- "puppeteer": "21.0.x"
29
+ "puppeteer": "21.1.x"
30
30
  },
31
31
  "devDependencies": {
32
32
  "chai": "4.x",
package/src/WikiOps.js CHANGED
@@ -77,7 +77,7 @@ export default class WikiOps {
77
77
 
78
78
  /** Save. */
79
79
  async saveEdit(targetPage) {
80
- const timeout = 200;
80
+ const timeout = 500;
81
81
 
82
82
  await scrollIntoViewIfNeeded([
83
83
  '#wpSave'