mediawiki-projects-list 1.1.0 → 1.1.1

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/projects.json +7 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mediawiki-projects-list",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "type": "commonjs",
5
5
  "description": "List of MediaWiki projects for use in discord-wiki-bot",
6
6
  "main": "index.js",
package/projects.json CHANGED
@@ -1344,13 +1344,19 @@
1344
1344
  },
1345
1345
  {
1346
1346
  "name": "archives.org.au",
1347
- "regex": "((?:www\\.)?archives\\.org.au)",
1347
+ "regex": "((?:www\\.)?archives\\.org\\.au)",
1348
1348
  "articlePath": "/",
1349
1349
  "scriptPath": "/",
1350
1350
  "extensions": [
1351
1351
  "Cargo"
1352
1352
  ]
1353
1353
  },
1354
+ {
1355
+ "name": "dragon-mania-legends.wiki",
1356
+ "regex": "((?:www\\.)?dragon-mania-legends\\.wiki)",
1357
+ "articlePath": "/",
1358
+ "scriptPath": "/"
1359
+ },
1354
1360
  {
1355
1361
  "name": "liquipedia.net",
1356
1362
  "regex": "((?:www\\.)?liquipedia\\.net/([a-z\\d]{1,50}))",