wikiploy 2.2.2 → 2.2.3

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/assets/test.css CHANGED
@@ -5,4 +5,4 @@
5
5
  .tavern {
6
6
  display: block;
7
7
  }
8
- /*## Wikiploy v2.2.2 with MWN v3.0.1 ##*/
8
+ /*## Wikiploy v2.2.3 with MWN v3.0.1 ##*/
package/assets/test.js CHANGED
@@ -7,4 +7,4 @@
7
7
  */
8
8
  // test.js
9
9
  console.log('test');
10
- /*## Wikiploy v2.2.2 with MWN v3.0.1 ##*/
10
+ /*## Wikiploy v2.2.3 with MWN v3.0.1 ##*/
package/package.json CHANGED
@@ -1,40 +1,40 @@
1
1
  {
2
- "name": "wikiploy",
3
- "version": "2.2.2",
4
- "description": "User scripts and gadgets deployment for MediaWiki (Wikipedia).",
5
- "main": "src/index.js",
6
- "type": "module",
7
- "scripts": {
8
- "bump": "bump patch",
9
- "test": "mocha"
10
- },
11
- "repository": {
12
- "type": "git",
13
- "url": "git+https://github.com/Eccenux/Wikiploy.git"
14
- },
15
- "keywords": [
16
- "Mediawiki",
17
- "Wikipedia",
18
- "deploy",
19
- "rollout",
20
- "gadgets"
21
- ],
22
- "author": "Maciej Nux Jaros",
23
- "license": "MIT",
24
- "bugs": {
25
- "url": "https://github.com/Eccenux/Wikiploy/issues"
26
- },
27
- "homepage": "https://github.com/Eccenux/Wikiploy#readme",
28
- "engines": {
29
- "node": ">=14"
30
- },
31
- "dependencies": {
32
- "mwn": "3.0.x"
33
- },
34
- "devDependencies": {
35
- "bump-version": "0.5.0",
36
- "chai": "5.x",
37
- "eslint": "8.x",
38
- "mocha": "10.x"
39
- }
40
- }
2
+ "name": "wikiploy",
3
+ "version": "2.2.3",
4
+ "description": "User scripts and gadgets deployment for MediaWiki (Wikipedia).",
5
+ "main": "src/index.js",
6
+ "type": "module",
7
+ "scripts": {
8
+ "bump": "bump patch",
9
+ "test": "mocha"
10
+ },
11
+ "repository": {
12
+ "type": "git",
13
+ "url": "git+https://github.com/Eccenux/Wikiploy.git"
14
+ },
15
+ "keywords": [
16
+ "Mediawiki",
17
+ "Wikipedia",
18
+ "deploy",
19
+ "rollout",
20
+ "gadgets"
21
+ ],
22
+ "author": "Maciej Nux Jaros",
23
+ "license": "MIT",
24
+ "bugs": {
25
+ "url": "https://github.com/Eccenux/Wikiploy/issues"
26
+ },
27
+ "homepage": "https://github.com/Eccenux/Wikiploy#readme",
28
+ "engines": {
29
+ "node": ">=14"
30
+ },
31
+ "dependencies": {
32
+ "mwn": "3.0.x"
33
+ },
34
+ "devDependencies": {
35
+ "bump-version": "0.5.0",
36
+ "chai": "5.x",
37
+ "eslint": "8.x",
38
+ "mocha": "10.x"
39
+ }
40
+ }
@@ -6,7 +6,7 @@ import DeployConfig from './DeployConfig.js';
6
6
 
7
7
  import { promises as fs } from "fs"; // node v11+
8
8
 
9
- const version = /*version:main:*/'2.2.2'/*:main:version*/;
9
+ const version = /*version:main:*/'2.2.3'/*:main:version*/;
10
10
 
11
11
  /**
12
12
  * MediaWiki deployment automation.