mediawiki-projects-list 4.6.8 → 4.6.9

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 +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mediawiki-projects-list",
3
- "version": "4.6.8",
3
+ "version": "4.6.9",
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
@@ -2167,14 +2167,14 @@
2167
2167
  ]
2168
2168
  },
2169
2169
  {
2170
- "name": "wikitide.com",
2171
- "regex": "(([a-z\\d-]{1,50})\\.wikitide\\.com)",
2170
+ "name": "wikitide.org",
2171
+ "regex": "(([a-z\\d-]{1,50})\\.wikitide\\.org)",
2172
2172
  "articlePath": "/wiki/",
2173
2173
  "scriptPath": "/w/",
2174
2174
  "idString": {
2175
2175
  "regex": "([a-z\\d-]{1,50})",
2176
2176
  "scriptPaths": [
2177
- "https://$1.wikitide.com/w/"
2177
+ "https://$1.wikitide.org/w/"
2178
2178
  ]
2179
2179
  },
2180
2180
  "wikiFarm": "wikitide",