mediawiki-projects-list 4.8.1 → 4.9.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
@@ -9,6 +9,7 @@ declare module 'mediawiki-projects-list' {
9
9
  "mywikis" |
10
10
  "shoutwiki" |
11
11
  "telepedia" |
12
+ "undertale" |
12
13
  "wiki.gg" |
13
14
  "wikimedia" |
14
15
  "wikioasis" |
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"|"wikioasis"|null} WikiFarm
6
+ * @typedef {"biligame"|"fandom"|"huijiwiki"|"miraheze"|"mywikis"|"shoutwiki"|"telepedia"|"undertale"|"wiki.gg"|"wikimedia"|"wikioasis"|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.8.1",
3
+ "version": "4.9.0",
4
4
  "type": "commonjs",
5
5
  "description": "List of MediaWiki projects for use in discord-wiki-bot",
6
6
  "main": "index.js",
@@ -180,6 +180,7 @@
180
180
  "mywikis",
181
181
  "shoutwiki",
182
182
  "telepedia",
183
+ "undertale",
183
184
  "wiki.gg",
184
185
  "wikimedia",
185
186
  "wikioasis"
package/projects.json CHANGED
@@ -366,6 +366,17 @@
366
366
  "scriptPath": "/mw/",
367
367
  "fullScriptPath": "https://deadlockwiki.org/mw/"
368
368
  },
369
+ {
370
+ "name": "deltarune.wiki",
371
+ "regex": "(deltarune\\.wiki)",
372
+ "articlePath": "/w/",
373
+ "scriptPath": "/",
374
+ "fullScriptPath": "https://deltarune.wiki/",
375
+ "wikiFarm": "undertale",
376
+ "extensions": [
377
+ "OAuth"
378
+ ]
379
+ },
369
380
  {
370
381
  "name": "destinypedia.com",
371
382
  "regex": "((?:www\\.)?destinypedia\\.com)",
@@ -1604,6 +1615,17 @@
1604
1615
  "scriptPath": "/mediawiki/",
1605
1616
  "fullScriptPath": "https://ukikipedia.net/mediawiki/"
1606
1617
  },
1618
+ {
1619
+ "name": "undertale.wiki",
1620
+ "regex": "(undertale\\.wiki)",
1621
+ "articlePath": "/w/",
1622
+ "scriptPath": "/",
1623
+ "fullScriptPath": "https://undertale.wiki/",
1624
+ "wikiFarm": "undertale",
1625
+ "extensions": [
1626
+ "OAuth"
1627
+ ]
1628
+ },
1607
1629
  {
1608
1630
  "name": "vampire.survivors.wiki",
1609
1631
  "regex": "(vampire\\.survivors\\.wiki)",