browser-specs 3.48.0 → 3.49.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 +6 -46
  2. package/package.json +1 -1
package/index.json CHANGED
@@ -1359,8 +1359,8 @@
1359
1359
  "fetch"
1360
1360
  ],
1361
1361
  "excludePaths": [
1362
- "fetch/metadata",
1363
- "fetch/private-network-access"
1362
+ "fetch/local-network-access",
1363
+ "fetch/metadata"
1364
1364
  ]
1365
1365
  }
1366
1366
  },
@@ -1887,8 +1887,8 @@
1887
1887
  "series": {
1888
1888
  "shortname": "requestStorageAccessForOrigin",
1889
1889
  "currentSpecification": "requestStorageAccessForOrigin",
1890
- "title": "requestStorageAccessForOrigin API",
1891
- "shortTitle": "requestStorageAccessForOrigin API",
1890
+ "title": "requestStorageAccessFor API",
1891
+ "shortTitle": "requestStorageAccessFor API",
1892
1892
  "nightlyUrl": "https://privacycg.github.io/requestStorageAccessForOrigin/"
1893
1893
  },
1894
1894
  "organization": "W3C",
@@ -1906,9 +1906,9 @@
1906
1906
  "sourcePath": "index.bs",
1907
1907
  "filename": "index.html"
1908
1908
  },
1909
- "title": "requestStorageAccessForOrigin API",
1909
+ "title": "requestStorageAccessFor API",
1910
1910
  "source": "spec",
1911
- "shortTitle": "requestStorageAccessForOrigin API",
1911
+ "shortTitle": "requestStorageAccessFor API",
1912
1912
  "categories": [
1913
1913
  "browser"
1914
1914
  ],
@@ -18476,46 +18476,6 @@
18476
18476
  ]
18477
18477
  }
18478
18478
  },
18479
- {
18480
- "url": "https://www.w3.org/TR/resource-hints/",
18481
- "seriesComposition": "full",
18482
- "shortname": "resource-hints",
18483
- "series": {
18484
- "shortname": "resource-hints",
18485
- "currentSpecification": "resource-hints",
18486
- "title": "Resource Hints",
18487
- "shortTitle": "Resource Hints",
18488
- "releaseUrl": "https://www.w3.org/TR/resource-hints/",
18489
- "nightlyUrl": "https://w3c.github.io/resource-hints/"
18490
- },
18491
- "organization": "W3C",
18492
- "groups": [
18493
- {
18494
- "name": "Web Performance Working Group",
18495
- "url": "https://www.w3.org/webperf/"
18496
- }
18497
- ],
18498
- "release": {
18499
- "url": "https://www.w3.org/TR/resource-hints/",
18500
- "status": "Working Draft",
18501
- "filename": "Overview.html"
18502
- },
18503
- "nightly": {
18504
- "url": "https://w3c.github.io/resource-hints/",
18505
- "status": "Editor's Draft",
18506
- "alternateUrls": [],
18507
- "repository": "https://github.com/w3c/resource-hints",
18508
- "sourcePath": "index.html",
18509
- "filename": "index.html"
18510
- },
18511
- "title": "Resource Hints",
18512
- "source": "w3c",
18513
- "shortTitle": "Resource Hints",
18514
- "categories": [
18515
- "browser"
18516
- ],
18517
- "standing": "good"
18518
- },
18519
18479
  {
18520
18480
  "url": "https://www.w3.org/TR/resource-timing/",
18521
18481
  "seriesComposition": "full",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "browser-specs",
3
- "version": "3.48.0",
3
+ "version": "3.49.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",