browser-specs 4.19.0 → 4.20.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 +37 -34
  2. package/package.json +1 -1
package/index.json CHANGED
@@ -2049,6 +2049,40 @@
2049
2049
  ]
2050
2050
  }
2051
2051
  },
2052
+ {
2053
+ "url": "https://patcg-individual-drafts.github.io/private-aggregation-api/",
2054
+ "seriesComposition": "full",
2055
+ "shortname": "private-aggregation-api",
2056
+ "series": {
2057
+ "shortname": "private-aggregation-api",
2058
+ "currentSpecification": "private-aggregation-api",
2059
+ "title": "Private Aggregation API",
2060
+ "shortTitle": "Private Aggregation API",
2061
+ "nightlyUrl": "https://patcg-individual-drafts.github.io/private-aggregation-api/"
2062
+ },
2063
+ "groups": [
2064
+ {
2065
+ "name": "Private Advertising Technology Community Group",
2066
+ "url": "https://www.w3.org/community/patcg/"
2067
+ }
2068
+ ],
2069
+ "standing": "good",
2070
+ "organization": "W3C",
2071
+ "nightly": {
2072
+ "url": "https://patcg-individual-drafts.github.io/private-aggregation-api/",
2073
+ "status": "Unofficial Proposal Draft",
2074
+ "alternateUrls": [],
2075
+ "repository": "https://github.com/patcg-individual-drafts/private-aggregation-api",
2076
+ "sourcePath": "spec.bs",
2077
+ "filename": "index.html"
2078
+ },
2079
+ "title": "Private Aggregation API",
2080
+ "source": "spec",
2081
+ "shortTitle": "Private Aggregation API",
2082
+ "categories": [
2083
+ "browser"
2084
+ ]
2085
+ },
2052
2086
  {
2053
2087
  "url": "https://privacycg.github.io/nav-tracking-mitigations/",
2054
2088
  "seriesComposition": "full",
@@ -7009,6 +7043,9 @@
7009
7043
  "shortTitle": "Digital Credentials",
7010
7044
  "nightlyUrl": "https://wicg.github.io/digital-credentials/"
7011
7045
  },
7046
+ "formerNames": [
7047
+ "digital-identities"
7048
+ ],
7012
7049
  "organization": "W3C",
7013
7050
  "groups": [
7014
7051
  {
@@ -7066,40 +7103,6 @@
7066
7103
  ],
7067
7104
  "standing": "good"
7068
7105
  },
7069
- {
7070
- "url": "https://wicg.github.io/digital-identities/",
7071
- "seriesComposition": "full",
7072
- "shortname": "digital-identities",
7073
- "series": {
7074
- "shortname": "digital-identities",
7075
- "currentSpecification": "digital-identities",
7076
- "title": "Digital Credentials",
7077
- "shortTitle": "Digital Credentials",
7078
- "nightlyUrl": "https://wicg.github.io/digital-identities/"
7079
- },
7080
- "organization": "W3C",
7081
- "groups": [
7082
- {
7083
- "name": "Web Platform Incubator Community Group",
7084
- "url": "https://www.w3.org/community/wicg/"
7085
- }
7086
- ],
7087
- "nightly": {
7088
- "url": "https://wicg.github.io/digital-identities/",
7089
- "status": "Draft Community Group Report",
7090
- "alternateUrls": [],
7091
- "repository": "https://github.com/WICG/digital-identities",
7092
- "sourcePath": "index.html",
7093
- "filename": "index.html"
7094
- },
7095
- "title": "Digital Credentials",
7096
- "source": "spec",
7097
- "shortTitle": "Digital Credentials",
7098
- "categories": [
7099
- "browser"
7100
- ],
7101
- "standing": "good"
7102
- },
7103
7106
  {
7104
7107
  "url": "https://wicg.github.io/document-picture-in-picture/",
7105
7108
  "seriesComposition": "full",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "browser-specs",
3
- "version": "4.19.0",
3
+ "version": "4.20.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",