browser-specs 4.73.1 → 4.74.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.
- package/index.json +38 -4
- package/package.json +1 -1
package/index.json
CHANGED
|
@@ -4451,8 +4451,8 @@
|
|
|
4451
4451
|
"series": {
|
|
4452
4452
|
"shortname": "ecma-402",
|
|
4453
4453
|
"currentSpecification": "ecma-402",
|
|
4454
|
-
"title": "ECMAScript®
|
|
4455
|
-
"shortTitle": "ECMAScript®
|
|
4454
|
+
"title": "ECMAScript® 2027 Internationalization API Specification",
|
|
4455
|
+
"shortTitle": "ECMAScript® 2027 Internationalization API",
|
|
4456
4456
|
"nightlyUrl": "https://tc39.es/ecma402/"
|
|
4457
4457
|
},
|
|
4458
4458
|
"tests": {
|
|
@@ -4476,9 +4476,9 @@
|
|
|
4476
4476
|
"sourcePath": "spec/index.html",
|
|
4477
4477
|
"filename": "index.html"
|
|
4478
4478
|
},
|
|
4479
|
-
"title": "ECMAScript®
|
|
4479
|
+
"title": "ECMAScript® 2027 Internationalization API Specification",
|
|
4480
4480
|
"source": "spec",
|
|
4481
|
-
"shortTitle": "ECMAScript®
|
|
4481
|
+
"shortTitle": "ECMAScript® 2027 Internationalization API",
|
|
4482
4482
|
"categories": [
|
|
4483
4483
|
"browser"
|
|
4484
4484
|
],
|
|
@@ -6607,6 +6607,40 @@
|
|
|
6607
6607
|
]
|
|
6608
6608
|
}
|
|
6609
6609
|
},
|
|
6610
|
+
{
|
|
6611
|
+
"url": "https://webmachinelearning.github.io/prompt-api/",
|
|
6612
|
+
"seriesComposition": "full",
|
|
6613
|
+
"shortname": "prompt-api",
|
|
6614
|
+
"series": {
|
|
6615
|
+
"shortname": "prompt-api",
|
|
6616
|
+
"currentSpecification": "prompt-api",
|
|
6617
|
+
"title": "Prompt API",
|
|
6618
|
+
"shortTitle": "Prompt API",
|
|
6619
|
+
"nightlyUrl": "https://webmachinelearning.github.io/prompt-api/"
|
|
6620
|
+
},
|
|
6621
|
+
"organization": "W3C",
|
|
6622
|
+
"groups": [
|
|
6623
|
+
{
|
|
6624
|
+
"name": "Web Machine Learning Community Group",
|
|
6625
|
+
"url": "https://www.w3.org/community/webmachinelearning/"
|
|
6626
|
+
}
|
|
6627
|
+
],
|
|
6628
|
+
"nightly": {
|
|
6629
|
+
"url": "https://webmachinelearning.github.io/prompt-api/",
|
|
6630
|
+
"status": "Draft Community Group Report",
|
|
6631
|
+
"alternateUrls": [],
|
|
6632
|
+
"repository": "https://github.com/webmachinelearning/prompt-api",
|
|
6633
|
+
"sourcePath": "index.bs",
|
|
6634
|
+
"filename": "index.html"
|
|
6635
|
+
},
|
|
6636
|
+
"title": "Prompt API",
|
|
6637
|
+
"source": "spec",
|
|
6638
|
+
"shortTitle": "Prompt API",
|
|
6639
|
+
"categories": [
|
|
6640
|
+
"browser"
|
|
6641
|
+
],
|
|
6642
|
+
"standing": "good"
|
|
6643
|
+
},
|
|
6610
6644
|
{
|
|
6611
6645
|
"url": "https://webmachinelearning.github.io/translation-api/",
|
|
6612
6646
|
"seriesComposition": "full",
|
package/package.json
CHANGED