browser-specs 4.49.1 → 4.50.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 +44 -38
  2. package/package.json +1 -1
package/index.json CHANGED
@@ -4968,43 +4968,6 @@
4968
4968
  ]
4969
4969
  }
4970
4970
  },
4971
- {
4972
- "url": "https://w3c-fedid.github.io/digital-credentials/",
4973
- "seriesComposition": "full",
4974
- "shortname": "digital-credentials",
4975
- "series": {
4976
- "shortname": "digital-credentials",
4977
- "currentSpecification": "digital-credentials",
4978
- "title": "Digital Credentials",
4979
- "shortTitle": "Digital Credentials",
4980
- "nightlyUrl": "https://w3c-fedid.github.io/digital-credentials/"
4981
- },
4982
- "formerNames": [
4983
- "digital-identities"
4984
- ],
4985
- "organization": "W3C",
4986
- "groups": [
4987
- {
4988
- "name": "Federated Identity Working Group",
4989
- "url": "https://www.w3.org/groups/wg/fedid/"
4990
- }
4991
- ],
4992
- "nightly": {
4993
- "url": "https://w3c-fedid.github.io/digital-credentials/",
4994
- "status": "Editor's Draft",
4995
- "alternateUrls": [],
4996
- "repository": "https://github.com/w3c-fedid/digital-credentials",
4997
- "sourcePath": "index.html",
4998
- "filename": "index.html"
4999
- },
5000
- "title": "Digital Credentials",
5001
- "source": "spec",
5002
- "shortTitle": "Digital Credentials",
5003
- "categories": [
5004
- "browser"
5005
- ],
5006
- "standing": "good"
5007
- },
5008
4971
  {
5009
4972
  "url": "https://w3c-fedid.github.io/login-status/",
5010
4973
  "seriesComposition": "full",
@@ -17283,6 +17246,49 @@
17283
17246
  ]
17284
17247
  }
17285
17248
  },
17249
+ {
17250
+ "url": "https://www.w3.org/TR/digital-credentials/",
17251
+ "seriesComposition": "full",
17252
+ "shortname": "digital-credentials",
17253
+ "series": {
17254
+ "shortname": "digital-credentials",
17255
+ "currentSpecification": "digital-credentials",
17256
+ "title": "Digital Credentials",
17257
+ "shortTitle": "Digital Credentials",
17258
+ "releaseUrl": "https://www.w3.org/TR/digital-credentials/",
17259
+ "nightlyUrl": "https://w3c-fedid.github.io/digital-credentials/"
17260
+ },
17261
+ "formerNames": [
17262
+ "digital-identities"
17263
+ ],
17264
+ "organization": "W3C",
17265
+ "groups": [
17266
+ {
17267
+ "name": "Federated Identity Working Group",
17268
+ "url": "https://www.w3.org/groups/wg/fedid/"
17269
+ }
17270
+ ],
17271
+ "release": {
17272
+ "url": "https://www.w3.org/TR/digital-credentials/",
17273
+ "status": "First Public Working Draft",
17274
+ "filename": "Overview.html"
17275
+ },
17276
+ "nightly": {
17277
+ "url": "https://w3c-fedid.github.io/digital-credentials/",
17278
+ "status": "Editor's Draft",
17279
+ "alternateUrls": [],
17280
+ "repository": "https://github.com/w3c-fedid/digital-credentials",
17281
+ "sourcePath": "index.html",
17282
+ "filename": "index.html"
17283
+ },
17284
+ "title": "Digital Credentials",
17285
+ "source": "w3c",
17286
+ "shortTitle": "Digital Credentials",
17287
+ "categories": [
17288
+ "browser"
17289
+ ],
17290
+ "standing": "good"
17291
+ },
17286
17292
  {
17287
17293
  "url": "https://www.w3.org/TR/DOM-Parsing/",
17288
17294
  "seriesComposition": "full",
@@ -21934,7 +21940,7 @@
21934
21940
  "shortTitle": "SRI",
21935
21941
  "release": {
21936
21942
  "url": "https://www.w3.org/TR/sri-2/",
21937
- "status": "First Public Working Draft",
21943
+ "status": "Working Draft",
21938
21944
  "filename": "index.html"
21939
21945
  },
21940
21946
  "formerNames": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "browser-specs",
3
- "version": "4.49.1",
3
+ "version": "4.50.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",