browser-specs 5.0.0 → 5.1.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 +34 -40
  2. package/package.json +1 -1
package/index.json CHANGED
@@ -4929,6 +4929,40 @@
4929
4929
  ],
4930
4930
  "standing": "good"
4931
4931
  },
4932
+ {
4933
+ "url": "https://tc39.es/proposal-iterator-includes/",
4934
+ "seriesComposition": "full",
4935
+ "shortname": "tc39-iterator-includes",
4936
+ "series": {
4937
+ "shortname": "tc39-iterator-includes",
4938
+ "currentSpecification": "tc39-iterator-includes",
4939
+ "title": "Iterator Includes",
4940
+ "shortTitle": "Iterator Includes",
4941
+ "nightlyUrl": "https://tc39.es/proposal-iterator-includes/"
4942
+ },
4943
+ "organization": "Ecma International",
4944
+ "groups": [
4945
+ {
4946
+ "name": "TC39",
4947
+ "url": "https://tc39.es/"
4948
+ }
4949
+ ],
4950
+ "nightly": {
4951
+ "url": "https://tc39.es/proposal-iterator-includes/",
4952
+ "status": "Editor's Draft",
4953
+ "alternateUrls": [],
4954
+ "repository": "https://github.com/tc39/proposal-iterator-includes",
4955
+ "sourcePath": "spec.emu",
4956
+ "filename": "index.html"
4957
+ },
4958
+ "title": "Iterator Includes",
4959
+ "source": "spec",
4960
+ "shortTitle": "Iterator Includes",
4961
+ "categories": [
4962
+ "browser"
4963
+ ],
4964
+ "standing": "good"
4965
+ },
4932
4966
  {
4933
4967
  "url": "https://tc39.es/proposal-iterator-join/",
4934
4968
  "seriesComposition": "full",
@@ -8925,46 +8959,6 @@
8925
8959
  ],
8926
8960
  "standing": "good"
8927
8961
  },
8928
- {
8929
- "url": "https://wicg.github.io/sanitizer-api/",
8930
- "seriesComposition": "full",
8931
- "shortname": "sanitizer-api",
8932
- "series": {
8933
- "shortname": "sanitizer-api",
8934
- "currentSpecification": "sanitizer-api",
8935
- "title": "HTML Sanitizer API",
8936
- "shortTitle": "HTML Sanitizer API",
8937
- "nightlyUrl": "https://wicg.github.io/sanitizer-api/"
8938
- },
8939
- "organization": "W3C",
8940
- "groups": [
8941
- {
8942
- "name": "Web Platform Incubator Community Group",
8943
- "url": "https://www.w3.org/community/wicg/"
8944
- }
8945
- ],
8946
- "nightly": {
8947
- "url": "https://wicg.github.io/sanitizer-api/",
8948
- "status": "Draft Community Group Report",
8949
- "alternateUrls": [],
8950
- "repository": "https://github.com/WICG/sanitizer-api",
8951
- "sourcePath": "index.bs",
8952
- "filename": "index.html"
8953
- },
8954
- "title": "HTML Sanitizer API",
8955
- "source": "spec",
8956
- "shortTitle": "HTML Sanitizer API",
8957
- "categories": [
8958
- "browser"
8959
- ],
8960
- "standing": "good",
8961
- "tests": {
8962
- "repository": "https://github.com/web-platform-tests/wpt",
8963
- "testPaths": [
8964
- "sanitizer-api"
8965
- ]
8966
- }
8967
- },
8968
8962
  {
8969
8963
  "url": "https://wicg.github.io/savedata/",
8970
8964
  "seriesComposition": "full",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "browser-specs",
3
- "version": "5.0.0",
3
+ "version": "5.1.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",