reffy 19.1.6 → 19.1.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "reffy",
3
- "version": "19.1.6",
3
+ "version": "19.1.8",
4
4
  "description": "W3C/WHATWG spec dependencies exploration companion. Features a short set of tools to study spec references as well as WebIDL term definitions and references found in W3C specifications.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -37,15 +37,15 @@
37
37
  "ajv-formats": "3.0.1",
38
38
  "commander": "14.0.0",
39
39
  "fetch-filecache-for-crawling": "5.1.1",
40
- "puppeteer": "24.15.0",
40
+ "puppeteer": "24.17.0",
41
41
  "semver": "^7.3.5",
42
- "web-specs": "3.59.0",
42
+ "web-specs": "3.60.0",
43
43
  "webidl2": "24.5.0"
44
44
  },
45
45
  "devDependencies": {
46
- "respec": "35.4.3",
46
+ "respec": "35.5.1",
47
47
  "respec-hljs": "2.1.1",
48
- "rollup": "4.46.1",
48
+ "rollup": "4.47.1",
49
49
  "undici": "^7.0.0"
50
50
  },
51
51
  "overrides": {
@@ -250,7 +250,7 @@ export default {
250
250
  continue;
251
251
  }
252
252
  baseDfn.syntax += ' | ' + dfn.newValues;
253
- baseDfn.extended.push(dfn.href);
253
+ baseDfn.extended.push(dfn.href ?? dfn.spec.crawled ?? dfn.spec.url);
254
254
  }
255
255
  else if (dfn.syntax) {
256
256
  // Extensions of functions and types are *re-definitions* in