web-specs 3.81.0 → 3.82.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 +72 -4
  2. package/package.json +1 -1
package/index.json CHANGED
@@ -5272,6 +5272,40 @@
5272
5272
  "browser"
5273
5273
  ]
5274
5274
  },
5275
+ {
5276
+ "url": "https://tc39.es/proposal-import-text/",
5277
+ "seriesComposition": "full",
5278
+ "shortname": "tc39-import-text",
5279
+ "series": {
5280
+ "shortname": "tc39-import-text",
5281
+ "currentSpecification": "tc39-import-text",
5282
+ "title": "Import Text",
5283
+ "shortTitle": "Import Text",
5284
+ "nightlyUrl": "https://tc39.es/proposal-import-text/"
5285
+ },
5286
+ "organization": "Ecma International",
5287
+ "groups": [
5288
+ {
5289
+ "name": "TC39",
5290
+ "url": "https://tc39.es/"
5291
+ }
5292
+ ],
5293
+ "nightly": {
5294
+ "url": "https://tc39.es/proposal-import-text/",
5295
+ "status": "Editor's Draft",
5296
+ "alternateUrls": [],
5297
+ "repository": "https://github.com/tc39/proposal-import-text",
5298
+ "sourcePath": "spec.emu",
5299
+ "filename": "index.html"
5300
+ },
5301
+ "title": "Import Text",
5302
+ "source": "spec",
5303
+ "shortTitle": "Import Text",
5304
+ "categories": [
5305
+ "browser"
5306
+ ],
5307
+ "standing": "good"
5308
+ },
5275
5309
  {
5276
5310
  "url": "https://tc39.es/proposal-intl-duration-format/",
5277
5311
  "seriesComposition": "full",
@@ -8669,6 +8703,40 @@
8669
8703
  ]
8670
8704
  }
8671
8705
  },
8706
+ {
8707
+ "url": "https://wicg.github.io/container-timing/",
8708
+ "seriesComposition": "full",
8709
+ "shortname": "container-timing",
8710
+ "series": {
8711
+ "shortname": "container-timing",
8712
+ "currentSpecification": "container-timing",
8713
+ "title": "Container Timing API",
8714
+ "shortTitle": "Container Timing API",
8715
+ "nightlyUrl": "https://wicg.github.io/container-timing/"
8716
+ },
8717
+ "organization": "W3C",
8718
+ "groups": [
8719
+ {
8720
+ "name": "Web Platform Incubator Community Group",
8721
+ "url": "https://www.w3.org/community/wicg/"
8722
+ }
8723
+ ],
8724
+ "nightly": {
8725
+ "url": "https://wicg.github.io/container-timing/",
8726
+ "status": "Editor's Draft",
8727
+ "alternateUrls": [],
8728
+ "repository": "https://github.com/WICG/container-timing",
8729
+ "sourcePath": "index.bs",
8730
+ "filename": "index.html"
8731
+ },
8732
+ "title": "Container Timing API",
8733
+ "source": "spec",
8734
+ "shortTitle": "Container Timing API",
8735
+ "categories": [
8736
+ "browser"
8737
+ ],
8738
+ "standing": "good"
8739
+ },
8672
8740
  {
8673
8741
  "url": "https://wicg.github.io/content-index/spec/",
8674
8742
  "seriesComposition": "full",
@@ -14204,7 +14272,7 @@
14204
14272
  "status": "Editor's Draft",
14205
14273
  "alternateUrls": [],
14206
14274
  "repository": "https://github.com/w3c/beacon",
14207
- "sourcePath": "index.html",
14275
+ "sourcePath": "index.bs",
14208
14276
  "filename": "index.html"
14209
14277
  },
14210
14278
  "title": "Beacon",
@@ -20793,7 +20861,7 @@
20793
20861
  ],
20794
20862
  "release": {
20795
20863
  "url": "https://www.w3.org/TR/did-1.1/",
20796
- "status": "Working Draft",
20864
+ "status": "Candidate Recommendation Snapshot",
20797
20865
  "filename": "Overview.html"
20798
20866
  },
20799
20867
  "nightly": {
@@ -26881,7 +26949,7 @@
26881
26949
  "status": "Editor's Draft",
26882
26950
  "alternateUrls": [],
26883
26951
  "repository": "https://github.com/w3c/server-timing",
26884
- "sourcePath": "index.html",
26952
+ "sourcePath": "index.bs",
26885
26953
  "filename": "index.html"
26886
26954
  },
26887
26955
  "title": "Server Timing",
@@ -28552,7 +28620,7 @@
28552
28620
  "status": "Editor's Draft",
28553
28621
  "alternateUrls": [],
28554
28622
  "repository": "https://github.com/w3c/user-timing",
28555
- "sourcePath": "index.html",
28623
+ "sourcePath": "index.bs",
28556
28624
  "filename": "index.html"
28557
28625
  },
28558
28626
  "title": "User Timing",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "web-specs",
3
- "version": "3.81.0",
3
+ "version": "3.82.0",
4
4
  "description": "Curated list of technical Web specifications",
5
5
  "repository": {
6
6
  "type": "git",