mediawiki-projects-list 4.5.1 → 4.6.0

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/index.d.ts CHANGED
@@ -10,7 +10,6 @@ declare module 'mediawiki-projects-list' {
10
10
  "shoutwiki" |
11
11
  "telepedia" |
12
12
  "wiki.gg" |
13
- "wikiforge" |
14
13
  "wikimedia" |
15
14
  "wikitide" |
16
15
  null
package/index.js CHANGED
@@ -3,7 +3,7 @@ const PROJECTS = require('./projects.json');
3
3
 
4
4
  /**
5
5
  * A wiki farm
6
- * @typedef {"biligame"|"fandom"|"huijiwiki"|"miraheze"|"mywikis"|"shoutwiki"|"telepedia"|"wiki.gg"|"wikiforge"|"wikimedia"|"wikitide"|null} WikiFarm
6
+ * @typedef {"biligame"|"fandom"|"huijiwiki"|"miraheze"|"mywikis"|"shoutwiki"|"telepedia"|"wiki.gg"|"wikimedia"|"wikitide"|null} WikiFarm
7
7
  */
8
8
 
9
9
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mediawiki-projects-list",
3
- "version": "4.5.1",
3
+ "version": "4.6.0",
4
4
  "type": "commonjs",
5
5
  "description": "List of MediaWiki projects for use in discord-wiki-bot",
6
6
  "main": "index.js",
@@ -181,7 +181,6 @@
181
181
  "shoutwiki",
182
182
  "telepedia",
183
183
  "wiki.gg",
184
- "wikiforge",
185
184
  "wikimedia",
186
185
  "wikitide"
187
186
  ],
package/projects.json CHANGED
@@ -130,6 +130,16 @@
130
130
  "Cargo"
131
131
  ]
132
132
  },
133
+ {
134
+ "name": "avid.wiki",
135
+ "regex": "((?:www\\.)?avid\\.wiki)",
136
+ "articlePath": "/",
137
+ "scriptPath": "/w/",
138
+ "fullScriptPath": "https://www.avid.wiki/w/",
139
+ "extensions": [
140
+ "OAuth"
141
+ ]
142
+ },
133
143
  {
134
144
  "name": "awoiaf.westeros.org",
135
145
  "regex": "(awoiaf\\.westeros\\.org)",
@@ -322,9 +332,7 @@
322
332
  "articlePath": "/wiki/",
323
333
  "scriptPath": "/w/",
324
334
  "fullScriptPath": "https://dcmultiversewiki.com/w/",
325
- "wikiFarm": "wikiforge",
326
335
  "extensions": [
327
- "CentralAuth",
328
336
  "OAuth"
329
337
  ]
330
338
  },
@@ -2034,9 +2042,7 @@
2034
2042
  "https://$1.wikiforge.net/w/"
2035
2043
  ]
2036
2044
  },
2037
- "wikiFarm": "wikiforge",
2038
2045
  "extensions": [
2039
- "CentralAuth",
2040
2046
  "OAuth"
2041
2047
  ]
2042
2048
  },