browser-specs 3.42.0 → 3.43.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
@@ -1902,6 +1902,40 @@
1902
1902
  ]
1903
1903
  }
1904
1904
  },
1905
+ {
1906
+ "url": "https://privacycg.github.io/gpc-spec/",
1907
+ "seriesComposition": "full",
1908
+ "shortname": "gpc-spec",
1909
+ "series": {
1910
+ "shortname": "gpc-spec",
1911
+ "currentSpecification": "gpc-spec",
1912
+ "title": "Global Privacy Control (GPC)",
1913
+ "shortTitle": "GPC",
1914
+ "nightlyUrl": "https://privacycg.github.io/gpc-spec/"
1915
+ },
1916
+ "organization": "W3C",
1917
+ "groups": [
1918
+ {
1919
+ "name": "Privacy Community Group",
1920
+ "url": "https://www.w3.org/community/privacycg/"
1921
+ }
1922
+ ],
1923
+ "nightly": {
1924
+ "url": "https://privacycg.github.io/gpc-spec/",
1925
+ "status": "Editor's Draft",
1926
+ "alternateUrls": [],
1927
+ "repository": "https://github.com/privacycg/gpc-spec",
1928
+ "sourcePath": "index.html",
1929
+ "filename": "index.html"
1930
+ },
1931
+ "title": "Global Privacy Control (GPC)",
1932
+ "source": "spec",
1933
+ "shortTitle": "GPC",
1934
+ "categories": [
1935
+ "browser"
1936
+ ],
1937
+ "standing": "good"
1938
+ },
1905
1939
  {
1906
1940
  "url": "https://privacycg.github.io/private-click-measurement/",
1907
1941
  "seriesComposition": "full",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "browser-specs",
3
- "version": "3.42.0",
3
+ "version": "3.43.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",