web-specs 2.58.0 → 2.59.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
@@ -4641,6 +4641,40 @@
4641
4641
  ],
4642
4642
  "standing": "good"
4643
4643
  },
4644
+ {
4645
+ "url": "https://tc39.es/proposal-float16array/",
4646
+ "seriesComposition": "full",
4647
+ "shortname": "tc39-float16array",
4648
+ "series": {
4649
+ "shortname": "tc39-float16array",
4650
+ "currentSpecification": "tc39-float16array",
4651
+ "title": "Float16Array",
4652
+ "shortTitle": "Float16Array",
4653
+ "nightlyUrl": "https://tc39.es/proposal-float16array/"
4654
+ },
4655
+ "organization": "Ecma International",
4656
+ "groups": [
4657
+ {
4658
+ "name": "TC39",
4659
+ "url": "https://tc39.es/"
4660
+ }
4661
+ ],
4662
+ "nightly": {
4663
+ "url": "https://tc39.es/proposal-float16array/",
4664
+ "status": "Editor's Draft",
4665
+ "alternateUrls": [],
4666
+ "repository": "https://github.com/tc39/proposal-float16array",
4667
+ "sourcePath": "spec.html",
4668
+ "filename": "index.html"
4669
+ },
4670
+ "title": "Float16Array",
4671
+ "source": "spec",
4672
+ "shortTitle": "Float16Array",
4673
+ "categories": [
4674
+ "browser"
4675
+ ],
4676
+ "standing": "good"
4677
+ },
4644
4678
  {
4645
4679
  "url": "https://tc39.es/proposal-intl-duration-format/",
4646
4680
  "seriesComposition": "full",
@@ -10733,7 +10767,7 @@
10733
10767
  ],
10734
10768
  "release": {
10735
10769
  "url": "https://www.w3.org/TR/core-aam-1.2/",
10736
- "status": "Candidate Recommendation Snapshot",
10770
+ "status": "Candidate Recommendation Draft",
10737
10771
  "filename": "Overview.html"
10738
10772
  },
10739
10773
  "nightly": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "web-specs",
3
- "version": "2.58.0",
3
+ "version": "2.59.0",
4
4
  "description": "Curated list of technical Web specifications",
5
5
  "repository": {
6
6
  "type": "git",