browser-specs 3.68.0 → 3.69.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 +34 -0
  2. package/package.json +1 -1
package/index.json CHANGED
@@ -5318,6 +5318,40 @@
5318
5318
  ],
5319
5319
  "standing": "good"
5320
5320
  },
5321
+ {
5322
+ "url": "https://w3c.github.io/reporting/network-reporting.html",
5323
+ "seriesComposition": "full",
5324
+ "shortname": "network-reporting",
5325
+ "series": {
5326
+ "shortname": "network-reporting",
5327
+ "currentSpecification": "network-reporting",
5328
+ "title": "Network Reporting API",
5329
+ "shortTitle": "Network Reporting API",
5330
+ "nightlyUrl": "https://w3c.github.io/reporting/network-reporting.html"
5331
+ },
5332
+ "nightly": {
5333
+ "url": "https://w3c.github.io/reporting/network-reporting.html",
5334
+ "status": "Editor's Draft",
5335
+ "sourcePath": "network-reporting.bs",
5336
+ "alternateUrls": [],
5337
+ "repository": "https://github.com/w3c/reporting",
5338
+ "filename": "network-reporting.html"
5339
+ },
5340
+ "organization": "W3C",
5341
+ "groups": [
5342
+ {
5343
+ "name": "Web Performance Working Group",
5344
+ "url": "https://www.w3.org/groups/wg/webperf/"
5345
+ }
5346
+ ],
5347
+ "title": "Network Reporting API",
5348
+ "source": "spec",
5349
+ "shortTitle": "Network Reporting API",
5350
+ "categories": [
5351
+ "browser"
5352
+ ],
5353
+ "standing": "good"
5354
+ },
5321
5355
  {
5322
5356
  "url": "https://w3c.github.io/web-nfc/",
5323
5357
  "seriesComposition": "full",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "browser-specs",
3
- "version": "3.68.0",
3
+ "version": "3.69.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",