browser-specs 4.61.0 → 4.62.0

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/index.json +10 -4
  2. package/package.json +1 -1
package/index.json CHANGED
@@ -5628,7 +5628,7 @@
5628
5628
  ]
5629
5629
  },
5630
5630
  {
5631
- "url": "https://w3c.github.io/webextensions/specification/index.html",
5631
+ "url": "https://w3c.github.io/webextensions/specification/",
5632
5632
  "seriesComposition": "full",
5633
5633
  "shortname": "webextensions",
5634
5634
  "series": {
@@ -5636,10 +5636,10 @@
5636
5636
  "currentSpecification": "webextensions",
5637
5637
  "title": "Web Extensions",
5638
5638
  "shortTitle": "Web Extensions",
5639
- "nightlyUrl": "https://w3c.github.io/webextensions/specification/index.html"
5639
+ "nightlyUrl": "https://w3c.github.io/webextensions/specification/"
5640
5640
  },
5641
5641
  "nightly": {
5642
- "url": "https://w3c.github.io/webextensions/specification/index.html",
5642
+ "url": "https://w3c.github.io/webextensions/specification/",
5643
5643
  "status": "Draft Community Group Report",
5644
5644
  "sourcePath": "specification/index.bs",
5645
5645
  "alternateUrls": [],
@@ -5659,7 +5659,13 @@
5659
5659
  "categories": [
5660
5660
  "browser"
5661
5661
  ],
5662
- "standing": "good"
5662
+ "standing": "good",
5663
+ "tests": {
5664
+ "repository": "https://github.com/web-platform-tests/wpt",
5665
+ "testPaths": [
5666
+ "web-extensions"
5667
+ ]
5668
+ }
5663
5669
  },
5664
5670
  {
5665
5671
  "url": "https://w3c.github.io/webrtc-ice/",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "browser-specs",
3
- "version": "4.61.0",
3
+ "version": "4.62.0",
4
4
  "description": "Curated list of technical Web specifications that are directly implemented or that will be implemented by Web browsers.",
5
5
  "repository": {
6
6
  "type": "git",