browser-specs 3.60.0 → 3.60.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.
Files changed (2) hide show
  1. package/index.json +1 -40
  2. package/package.json +1 -1
package/index.json CHANGED
@@ -1321,6 +1321,7 @@
1321
1321
  "fetch"
1322
1322
  ],
1323
1323
  "excludePaths": [
1324
+ "fetch/fetch-later",
1324
1325
  "fetch/metadata",
1325
1326
  "fetch/private-network-access"
1326
1327
  ]
@@ -5872,46 +5873,6 @@
5872
5873
  ]
5873
5874
  }
5874
5875
  },
5875
- {
5876
- "url": "https://wicg.github.io/close-watcher/",
5877
- "seriesComposition": "full",
5878
- "shortname": "close-watcher",
5879
- "series": {
5880
- "shortname": "close-watcher",
5881
- "currentSpecification": "close-watcher",
5882
- "title": "Close signals and close watchers are moving to the HTML Standard!",
5883
- "shortTitle": "Close signals and close watchers are moving to the HTML Standard!",
5884
- "nightlyUrl": "https://wicg.github.io/close-watcher/"
5885
- },
5886
- "organization": "W3C",
5887
- "groups": [
5888
- {
5889
- "name": "Web Platform Incubator Community Group",
5890
- "url": "https://www.w3.org/community/wicg/"
5891
- }
5892
- ],
5893
- "nightly": {
5894
- "url": "https://wicg.github.io/close-watcher/",
5895
- "status": "Editor's Draft",
5896
- "alternateUrls": [],
5897
- "repository": "https://github.com/WICG/close-watcher",
5898
- "sourcePath": "spec.html",
5899
- "filename": "index.html"
5900
- },
5901
- "title": "Close signals and close watchers are moving to the HTML Standard!",
5902
- "source": "spec",
5903
- "shortTitle": "Close signals and close watchers are moving to the HTML Standard!",
5904
- "categories": [
5905
- "browser"
5906
- ],
5907
- "standing": "good",
5908
- "tests": {
5909
- "repository": "https://github.com/web-platform-tests/wpt",
5910
- "testPaths": [
5911
- "close-watcher"
5912
- ]
5913
- }
5914
- },
5915
5876
  {
5916
5877
  "url": "https://wicg.github.io/compression/",
5917
5878
  "seriesComposition": "full",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "browser-specs",
3
- "version": "3.60.0",
3
+ "version": "3.60.1",
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",