browser-specs 4.32.0 → 4.32.1

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 +36 -2
  2. package/package.json +1 -1
package/index.json CHANGED
@@ -5694,6 +5694,40 @@
5694
5694
  ]
5695
5695
  }
5696
5696
  },
5697
+ {
5698
+ "url": "https://w3c.github.io/web-share-target/",
5699
+ "seriesComposition": "full",
5700
+ "shortname": "web-share-target",
5701
+ "series": {
5702
+ "shortname": "web-share-target",
5703
+ "currentSpecification": "web-share-target",
5704
+ "title": "Web Share Target API",
5705
+ "shortTitle": "Web Share Target API",
5706
+ "nightlyUrl": "https://w3c.github.io/web-share-target/"
5707
+ },
5708
+ "standing": "good",
5709
+ "organization": "W3C",
5710
+ "groups": [
5711
+ {
5712
+ "name": "Web Platform Incubator Community Group",
5713
+ "url": "https://www.w3.org/community/wicg/"
5714
+ }
5715
+ ],
5716
+ "nightly": {
5717
+ "url": "https://w3c.github.io/web-share-target/",
5718
+ "status": "Unofficial Proposal Draft",
5719
+ "alternateUrls": [],
5720
+ "repository": "https://github.com/w3c/web-share-target",
5721
+ "sourcePath": "index.html",
5722
+ "filename": "index.html"
5723
+ },
5724
+ "title": "Web Share Target API",
5725
+ "source": "spec",
5726
+ "shortTitle": "Web Share Target API",
5727
+ "categories": [
5728
+ "browser"
5729
+ ]
5730
+ },
5697
5731
  {
5698
5732
  "url": "https://w3c.github.io/webappsec-passkey-endpoints/passkey-endpoints.html",
5699
5733
  "seriesComposition": "full",
@@ -8736,8 +8770,8 @@
8736
8770
  "organization": "W3C",
8737
8771
  "groups": [
8738
8772
  {
8739
- "name": "Web Platform Incubator Community Group",
8740
- "url": "https://www.w3.org/community/wicg/"
8773
+ "name": "Audio Community Group",
8774
+ "url": "https://www.w3.org/community/audio-comgp/"
8741
8775
  }
8742
8776
  ],
8743
8777
  "nightly": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "browser-specs",
3
- "version": "4.32.0",
3
+ "version": "4.32.1",
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",