web-specs 3.6.0 → 3.7.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 +35 -1
  2. package/package.json +1 -1
package/index.json CHANGED
@@ -6513,6 +6513,40 @@
6513
6513
  ],
6514
6514
  "standing": "good"
6515
6515
  },
6516
+ {
6517
+ "url": "https://w3c.github.io/webappsec-passkey-endpoints/passkey-endpoints.html",
6518
+ "seriesComposition": "full",
6519
+ "shortname": "passkey-endpoints",
6520
+ "series": {
6521
+ "shortname": "passkey-endpoints",
6522
+ "currentSpecification": "passkey-endpoints",
6523
+ "title": "A Well-Known URL for Passkey Endpoints",
6524
+ "shortTitle": "A Well-Known URL for Passkey Endpoints",
6525
+ "nightlyUrl": "https://w3c.github.io/webappsec-passkey-endpoints/passkey-endpoints.html"
6526
+ },
6527
+ "nightly": {
6528
+ "url": "https://w3c.github.io/webappsec-passkey-endpoints/passkey-endpoints.html",
6529
+ "status": "Editor's Draft",
6530
+ "sourcePath": "passkey-endpoints.bs",
6531
+ "alternateUrls": [],
6532
+ "repository": "https://github.com/w3c/webappsec-passkey-endpoints",
6533
+ "filename": "passkey-endpoints.html"
6534
+ },
6535
+ "organization": "W3C",
6536
+ "groups": [
6537
+ {
6538
+ "name": "Web Application Security Working Group",
6539
+ "url": "https://www.w3.org/groups/wg/webappsec/"
6540
+ }
6541
+ ],
6542
+ "title": "A Well-Known URL for Passkey Endpoints",
6543
+ "source": "spec",
6544
+ "shortTitle": "A Well-Known URL for Passkey Endpoints",
6545
+ "categories": [
6546
+ "browser"
6547
+ ],
6548
+ "standing": "good"
6549
+ },
6516
6550
  {
6517
6551
  "url": "https://w3c.github.io/webdriver-bidi/",
6518
6552
  "seriesComposition": "full",
@@ -17267,7 +17301,7 @@
17267
17301
  ],
17268
17302
  "release": {
17269
17303
  "url": "https://www.w3.org/TR/css-view-transitions-1/",
17270
- "status": "Candidate Recommendation Snapshot",
17304
+ "status": "Candidate Recommendation Draft",
17271
17305
  "filename": "Overview.html"
17272
17306
  },
17273
17307
  "nightly": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "web-specs",
3
- "version": "3.6.0",
3
+ "version": "3.7.0",
4
4
  "description": "Curated list of technical Web specifications",
5
5
  "repository": {
6
6
  "type": "git",