wikiparser-node 1.13.7 → 1.13.8

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.
@@ -1,6 +1,6 @@
1
1
  (() => {
2
2
  var _a;
3
- const version = '1.13.7', src = (_a = document.currentScript) === null || _a === void 0 ? void 0 : _a.src, file = /\/extensions\/dist\/base\.(?:min\.)?js$/u, CDN = src && file.test(src)
3
+ const version = '1.13.8', src = (_a = document.currentScript) === null || _a === void 0 ? void 0 : _a.src, file = /\/extensions\/dist\/base\.(?:min\.)?js$/u, CDN = src && file.test(src)
4
4
  ? src.replace(file, '')
5
5
  : `https://testingcf.jsdelivr.net/npm/wikiparser-node@${version}`;
6
6
  const workerJS = () => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wikiparser-node",
3
- "version": "1.13.7",
3
+ "version": "1.13.8",
4
4
  "description": "A Node.js parser for MediaWiki markup with AST",
5
5
  "keywords": [
6
6
  "mediawiki",
@@ -53,10 +53,10 @@
53
53
  "test:real": "node dist/test/real.js"
54
54
  },
55
55
  "dependencies": {
56
+ "@bhsd/common": "^0.4.6",
56
57
  "chalk": "^4.1.2"
57
58
  },
58
59
  "devDependencies": {
59
- "@bhsd/common": "^0.4.6",
60
60
  "@codemirror/lint": "^6.8.4",
61
61
  "@stylistic/eslint-plugin": "^2.11.0",
62
62
  "@stylistic/stylelint-plugin": "^3.1.1",