web-specs 2.9.0 → 2.10.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 +62 -0
  2. package/package.json +1 -1
package/index.json CHANGED
@@ -880,6 +880,37 @@
880
880
  ]
881
881
  }
882
882
  },
883
+ {
884
+ "url": "https://fedidcg.github.io/FedCM/",
885
+ "seriesComposition": "full",
886
+ "shortname": "FedCM",
887
+ "series": {
888
+ "shortname": "FedCM",
889
+ "currentSpecification": "FedCM",
890
+ "title": "Federated Credential Management API",
891
+ "shortTitle": "Federated Credential Management API",
892
+ "nightlyUrl": "https://fedidcg.github.io/FedCM/"
893
+ },
894
+ "organization": "W3C",
895
+ "groups": [
896
+ {
897
+ "name": "Web Platform Incubator Community Group",
898
+ "url": "https://www.w3.org/community/wicg/"
899
+ }
900
+ ],
901
+ "nightly": {
902
+ "url": "https://fedidcg.github.io/FedCM/",
903
+ "repository": "https://github.com/fedidcg/FedCM",
904
+ "sourcePath": "spec/index.bs",
905
+ "filename": "index.html"
906
+ },
907
+ "title": "Federated Credential Management API",
908
+ "source": "spec",
909
+ "shortTitle": "Federated Credential Management API",
910
+ "categories": [
911
+ "browser"
912
+ ]
913
+ },
883
914
  {
884
915
  "url": "https://fetch.spec.whatwg.org/",
885
916
  "seriesComposition": "full",
@@ -2561,6 +2592,37 @@
2561
2592
  "browser"
2562
2593
  ]
2563
2594
  },
2595
+ {
2596
+ "url": "https://w3c.github.io/mediacapture-viewport/",
2597
+ "seriesComposition": "full",
2598
+ "shortname": "mediacapture-viewport",
2599
+ "series": {
2600
+ "shortname": "mediacapture-viewport",
2601
+ "currentSpecification": "mediacapture-viewport",
2602
+ "title": "Viewport Capture",
2603
+ "shortTitle": "Viewport Capture",
2604
+ "nightlyUrl": "https://w3c.github.io/mediacapture-viewport/"
2605
+ },
2606
+ "organization": "W3C",
2607
+ "groups": [
2608
+ {
2609
+ "name": "Web Real-Time Communications Working Group",
2610
+ "url": "https://www.w3.org/groups/wg/webrtc"
2611
+ }
2612
+ ],
2613
+ "nightly": {
2614
+ "url": "https://w3c.github.io/mediacapture-viewport/",
2615
+ "repository": "https://github.com/w3c/mediacapture-viewport",
2616
+ "sourcePath": "index.html",
2617
+ "filename": "index.html"
2618
+ },
2619
+ "title": "Viewport Capture",
2620
+ "source": "spec",
2621
+ "shortTitle": "Viewport Capture",
2622
+ "categories": [
2623
+ "browser"
2624
+ ]
2625
+ },
2564
2626
  {
2565
2627
  "url": "https://w3c.github.io/PNG-spec/",
2566
2628
  "seriesComposition": "full",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "web-specs",
3
- "version": "2.9.0",
3
+ "version": "2.10.0",
4
4
  "description": "Curated list of technical Web specifications",
5
5
  "repository": {
6
6
  "type": "git",