wikilint 2.39.0 → 2.39.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.
- package/config/.schema.json +1 -1
- package/config/minimum.json +3 -1
- package/dist/bin/config.js +1 -1
- package/package.json +1 -1
package/config/.schema.json
CHANGED
package/config/minimum.json
CHANGED
|
@@ -199,7 +199,9 @@
|
|
|
199
199
|
],
|
|
200
200
|
"doubleUnderscore": [
|
|
201
201
|
[],
|
|
202
|
-
[]
|
|
202
|
+
[],
|
|
203
|
+
{},
|
|
204
|
+
{}
|
|
203
205
|
],
|
|
204
206
|
"protocol": "bitcoin:|ftp://|ftps://|geo:|git://|gopher://|http://|https://|irc://|ircs://|magnet:|mailto:|matrix:|mms://|news:|nntp://|redis://|sftp://|sip:|sips:|sms:|ssh://|svn://|tel:|telnet://|urn:|wikipedia://|worldwind://|xmpp:",
|
|
205
207
|
"interwiki": [],
|
package/dist/bin/config.js
CHANGED
|
@@ -40,7 +40,7 @@ const filterGadget = (id) => {
|
|
|
40
40
|
const n = Number(id);
|
|
41
41
|
return n < 2300 || n > 2303; // Gadget, Gadget talk, Gadget definition, Gadget definition talk
|
|
42
42
|
};
|
|
43
|
-
const pkg = "wikilint", version = "2.39.
|
|
43
|
+
const pkg = "wikilint", version = "2.39.1";
|
|
44
44
|
/**
|
|
45
45
|
* Get the parser configuration for a Wikimedia Foundation project.
|
|
46
46
|
* @param site site nickname
|