browser-specs 3.65.0 → 3.66.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 +108 -0
  2. package/package.json +1 -1
package/index.json CHANGED
@@ -1693,6 +1693,40 @@
1693
1693
  ],
1694
1694
  "standing": "good"
1695
1695
  },
1696
+ {
1697
+ "url": "https://immersive-web.github.io/real-world-geometry/plane-detection.html",
1698
+ "seriesComposition": "full",
1699
+ "shortname": "webxr-plane-detection",
1700
+ "series": {
1701
+ "shortname": "webxr-plane-detection",
1702
+ "currentSpecification": "webxr-plane-detection",
1703
+ "title": "WebXR Plane Detection",
1704
+ "shortTitle": "WebXR Plane Detection",
1705
+ "nightlyUrl": "https://immersive-web.github.io/real-world-geometry/plane-detection.html"
1706
+ },
1707
+ "organization": "W3C",
1708
+ "groups": [
1709
+ {
1710
+ "name": "Immersive Web Community Group",
1711
+ "url": "https://www.w3.org/community/immersive-web/"
1712
+ }
1713
+ ],
1714
+ "nightly": {
1715
+ "url": "https://immersive-web.github.io/real-world-geometry/plane-detection.html",
1716
+ "status": "Draft Community Group Report",
1717
+ "alternateUrls": [],
1718
+ "repository": "https://github.com/immersive-web/real-world-geometry",
1719
+ "sourcePath": "plane-detection.bs",
1720
+ "filename": "plane-detection.html"
1721
+ },
1722
+ "title": "WebXR Plane Detection Module",
1723
+ "source": "spec",
1724
+ "shortTitle": "WebXR Plane Detection",
1725
+ "categories": [
1726
+ "browser"
1727
+ ],
1728
+ "standing": "good"
1729
+ },
1696
1730
  {
1697
1731
  "url": "https://immersive-web.github.io/real-world-meshing/",
1698
1732
  "seriesComposition": "full",
@@ -5472,6 +5506,40 @@
5472
5506
  ]
5473
5507
  }
5474
5508
  },
5509
+ {
5510
+ "url": "https://webbluetoothcg.github.io/web-bluetooth/scanning.html",
5511
+ "seriesComposition": "full",
5512
+ "shortname": "web-bluetooth-scanning",
5513
+ "series": {
5514
+ "shortname": "web-bluetooth-scanning",
5515
+ "currentSpecification": "web-bluetooth-scanning",
5516
+ "title": "Web Bluetooth Scanning",
5517
+ "shortTitle": "Web Bluetooth Scanning",
5518
+ "nightlyUrl": "https://webbluetoothcg.github.io/web-bluetooth/scanning.html"
5519
+ },
5520
+ "organization": "W3C",
5521
+ "groups": [
5522
+ {
5523
+ "name": "Web Bluetooth Community Group",
5524
+ "url": "https://www.w3.org/community/web-bluetooth/"
5525
+ }
5526
+ ],
5527
+ "nightly": {
5528
+ "url": "https://webbluetoothcg.github.io/web-bluetooth/scanning.html",
5529
+ "status": "Draft Community Group Report",
5530
+ "alternateUrls": [],
5531
+ "repository": "https://github.com/WebBluetoothCG/web-bluetooth",
5532
+ "sourcePath": "scanning.bs",
5533
+ "filename": "scanning.html"
5534
+ },
5535
+ "title": "Web Bluetooth Scanning",
5536
+ "source": "spec",
5537
+ "shortTitle": "Web Bluetooth Scanning",
5538
+ "categories": [
5539
+ "browser"
5540
+ ],
5541
+ "standing": "good"
5542
+ },
5475
5543
  {
5476
5544
  "url": "https://webidl.spec.whatwg.org/",
5477
5545
  "seriesComposition": "full",
@@ -8145,6 +8213,46 @@
8145
8213
  ]
8146
8214
  }
8147
8215
  },
8216
+ {
8217
+ "url": "https://wicg.github.io/WebApiDevice/managed_config/",
8218
+ "seriesComposition": "full",
8219
+ "shortname": "managed-configuration",
8220
+ "series": {
8221
+ "shortname": "managed-configuration",
8222
+ "currentSpecification": "managed-configuration",
8223
+ "title": "Managed Configuration API",
8224
+ "shortTitle": "Managed Configuration API",
8225
+ "nightlyUrl": "https://wicg.github.io/WebApiDevice/managed_config/"
8226
+ },
8227
+ "nightly": {
8228
+ "url": "https://wicg.github.io/WebApiDevice/managed_config/",
8229
+ "status": "Draft Community Group Report",
8230
+ "sourcePath": "managed_config/index.bs",
8231
+ "alternateUrls": [],
8232
+ "repository": "https://github.com/WICG/WebApiDevice",
8233
+ "filename": "index.html"
8234
+ },
8235
+ "organization": "W3C",
8236
+ "groups": [
8237
+ {
8238
+ "name": "Web Platform Incubator Community Group",
8239
+ "url": "https://www.w3.org/community/wicg/"
8240
+ }
8241
+ ],
8242
+ "title": "Managed Configuration API",
8243
+ "source": "spec",
8244
+ "shortTitle": "Managed Configuration API",
8245
+ "categories": [
8246
+ "browser"
8247
+ ],
8248
+ "standing": "good",
8249
+ "tests": {
8250
+ "repository": "https://github.com/web-platform-tests/wpt",
8251
+ "testPaths": [
8252
+ "managed"
8253
+ ]
8254
+ }
8255
+ },
8148
8256
  {
8149
8257
  "url": "https://wicg.github.io/webcrypto-secure-curves/",
8150
8258
  "seriesComposition": "full",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "browser-specs",
3
- "version": "3.65.0",
3
+ "version": "3.66.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",