mediawiki-projects-list 4.6.11 → 4.7.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
@@ -11,7 +11,6 @@ declare module 'mediawiki-projects-list' {
11
11
  "telepedia" |
12
12
  "wiki.gg" |
13
13
  "wikimedia" |
14
- "wikitide" |
15
14
  null
16
15
  );
17
16
 
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"|"wikimedia"|"wikitide"|null} WikiFarm
6
+ * @typedef {"biligame"|"fandom"|"huijiwiki"|"miraheze"|"mywikis"|"shoutwiki"|"telepedia"|"wiki.gg"|"wikimedia"|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.6.11",
3
+ "version": "4.7.0",
4
4
  "type": "commonjs",
5
5
  "description": "List of MediaWiki projects for use in discord-wiki-bot",
6
6
  "main": "index.js",
@@ -181,8 +181,7 @@
181
181
  "shoutwiki",
182
182
  "telepedia",
183
183
  "wiki.gg",
184
- "wikimedia",
185
- "wikitide"
184
+ "wikimedia"
186
185
  ],
187
186
  "default": null
188
187
  },
package/projects.json CHANGED
@@ -1151,7 +1151,7 @@
1151
1151
  "articlePath": "/wiki/",
1152
1152
  "scriptPath": "/w/",
1153
1153
  "fullScriptPath": "https://www.polandballwiki.com/w/",
1154
- "wikiFarm": "wikitide",
1154
+ "wikiFarm": "miraheze",
1155
1155
  "extensions": [
1156
1156
  "CentralAuth",
1157
1157
  "OAuth"
@@ -1248,6 +1248,13 @@
1248
1248
  "OAuth"
1249
1249
  ]
1250
1250
  },
1251
+ {
1252
+ "name": "rekowiki.org",
1253
+ "regex": "((?:www\\.)?rekowiki\\.org)",
1254
+ "articlePath": "/wiki/",
1255
+ "scriptPath": "/w/",
1256
+ "fullScriptPath": "https://rekowiki.org/w/"
1257
+ },
1251
1258
  {
1252
1259
  "name": "revi.wiki",
1253
1260
  "regex": "(revi\\.wiki)",
@@ -2166,23 +2173,6 @@
2166
2173
  "OAuth"
2167
2174
  ]
2168
2175
  },
2169
- {
2170
- "name": "wikitide.org",
2171
- "regex": "(([a-z\\d-]{1,50})\\.wikitide\\.org)",
2172
- "articlePath": "/wiki/",
2173
- "scriptPath": "/w/",
2174
- "idString": {
2175
- "regex": "([a-z\\d-]{1,50})",
2176
- "scriptPaths": [
2177
- "https://$1.wikitide.org/w/"
2178
- ]
2179
- },
2180
- "wikiFarm": "wikitide",
2181
- "extensions": [
2182
- "CentralAuth",
2183
- "OAuth"
2184
- ]
2185
- },
2186
2176
  {
2187
2177
  "name": "wikiversity.org",
2188
2178
  "regex": "((?:([a-z\\d-]{1,50})\\.)?(?:m\\.)?wikiversity\\.org)",