mediawiki-projects-list 4.6.12 → 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.12",
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"
@@ -2173,23 +2173,6 @@
2173
2173
  "OAuth"
2174
2174
  ]
2175
2175
  },
2176
- {
2177
- "name": "wikitide.org",
2178
- "regex": "(([a-z\\d-]{1,50})\\.wikitide\\.org)",
2179
- "articlePath": "/wiki/",
2180
- "scriptPath": "/w/",
2181
- "idString": {
2182
- "regex": "([a-z\\d-]{1,50})",
2183
- "scriptPaths": [
2184
- "https://$1.wikitide.org/w/"
2185
- ]
2186
- },
2187
- "wikiFarm": "wikitide",
2188
- "extensions": [
2189
- "CentralAuth",
2190
- "OAuth"
2191
- ]
2192
- },
2193
2176
  {
2194
2177
  "name": "wikiversity.org",
2195
2178
  "regex": "((?:([a-z\\d-]{1,50})\\.)?(?:m\\.)?wikiversity\\.org)",