wikiploy 1.7.1 → 1.7.2
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/.vscode/commandbar.json +3 -3
- package/assets/test.css +1 -1
- package/assets/test.js +1 -1
- package/package.json +2 -2
package/.vscode/commandbar.json
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
{
|
|
10
10
|
"text": "test",
|
|
11
11
|
"tooltip": "Run mocha tests.",
|
|
12
|
-
"color": "
|
|
12
|
+
"color": "lightgreen",
|
|
13
13
|
"commandType": "palette",
|
|
14
14
|
"command": "workbench.action.tasks.runTask|Run tests",
|
|
15
15
|
"priority": 0
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
{
|
|
19
19
|
"text": "npm i",
|
|
20
20
|
"tooltip": "NPM install.",
|
|
21
|
-
"color": "
|
|
21
|
+
"color": "moccasin",
|
|
22
22
|
"commandType": "palette",
|
|
23
23
|
"command": "workbench.action.tasks.runTask|npm install",
|
|
24
24
|
"priority": 0
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
{
|
|
27
27
|
"text": "check_up",
|
|
28
28
|
"tooltip": "Check update of main deps.",
|
|
29
|
-
"color": "
|
|
29
|
+
"color": "moccasin",
|
|
30
30
|
"commandType": "exec",
|
|
31
31
|
"command": "php ./check_up.php",
|
|
32
32
|
"priority": 0
|
package/assets/test.css
CHANGED
package/assets/test.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "wikiploy",
|
|
3
|
-
"version": "1.7.
|
|
3
|
+
"version": "1.7.2",
|
|
4
4
|
"description": "User scripts and gadgets deployment for MediaWiki (Wikipedia).",
|
|
5
5
|
"main": "src/index.js",
|
|
6
6
|
"type": "module",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"homepage": "https://github.com/Eccenux/Wikiploy#readme",
|
|
28
28
|
"dependencies": {
|
|
29
29
|
"mwn": "2.0.x",
|
|
30
|
-
"puppeteer": "21.
|
|
30
|
+
"puppeteer": "21.5.x"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
33
|
"bump-version": "0.5.0",
|