web-specs 3.7.0 → 3.8.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 +46 -4
  2. package/package.json +1 -1
package/index.json CHANGED
@@ -125,7 +125,7 @@
125
125
  "organization": "Alliance for Open Media",
126
126
  "nightly": {
127
127
  "url": "https://aomediacodec.github.io/av1-isobmff/",
128
- "status": "Working Group Approved Draft",
128
+ "status": "Draft Deliverable",
129
129
  "alternateUrls": [],
130
130
  "repository": "https://github.com/AOMediaCodec/av1-isobmff",
131
131
  "sourcePath": "index.bs",
@@ -438,7 +438,7 @@
438
438
  "currentSpecification": "webp",
439
439
  "title": "WebP Image Format",
440
440
  "shortTitle": "WebP Image Format",
441
- "nightlyUrl": "https://www.ietf.org/archive/id/draft-zern-webp-14.html"
441
+ "nightlyUrl": "https://www.ietf.org/archive/id/draft-zern-webp-15.html"
442
442
  },
443
443
  "organization": "IETF",
444
444
  "groups": [
@@ -448,10 +448,10 @@
448
448
  }
449
449
  ],
450
450
  "nightly": {
451
- "url": "https://www.ietf.org/archive/id/draft-zern-webp-14.html",
451
+ "url": "https://www.ietf.org/archive/id/draft-zern-webp-15.html",
452
452
  "status": "Editor's Draft",
453
453
  "alternateUrls": [],
454
- "filename": "draft-zern-webp-14.html"
454
+ "filename": "draft-zern-webp-15.html"
455
455
  },
456
456
  "title": "WebP Image Format",
457
457
  "source": "ietf",
@@ -5069,6 +5069,40 @@
5069
5069
  ],
5070
5070
  "standing": "good"
5071
5071
  },
5072
+ {
5073
+ "url": "https://tc39.es/proposal-dynamic-code-brand-checks/",
5074
+ "seriesComposition": "full",
5075
+ "shortname": "tc39-dynamic-code-brand-checks",
5076
+ "series": {
5077
+ "shortname": "tc39-dynamic-code-brand-checks",
5078
+ "currentSpecification": "tc39-dynamic-code-brand-checks",
5079
+ "title": "Dynamic Code Brand Checks",
5080
+ "shortTitle": "Dynamic Code Brand Checks",
5081
+ "nightlyUrl": "https://tc39.es/proposal-dynamic-code-brand-checks/"
5082
+ },
5083
+ "organization": "Ecma International",
5084
+ "groups": [
5085
+ {
5086
+ "name": "TC39",
5087
+ "url": "https://tc39.es/"
5088
+ }
5089
+ ],
5090
+ "nightly": {
5091
+ "url": "https://tc39.es/proposal-dynamic-code-brand-checks/",
5092
+ "status": "Editor's Draft",
5093
+ "alternateUrls": [],
5094
+ "repository": "https://github.com/tc39/proposal-dynamic-code-brand-checks",
5095
+ "sourcePath": "spec.emu",
5096
+ "filename": "index.html"
5097
+ },
5098
+ "title": "Dynamic Code Brand Checks",
5099
+ "source": "spec",
5100
+ "shortTitle": "Dynamic Code Brand Checks",
5101
+ "categories": [
5102
+ "browser"
5103
+ ],
5104
+ "standing": "good"
5105
+ },
5072
5106
  {
5073
5107
  "url": "https://tc39.es/proposal-explicit-resource-management/",
5074
5108
  "seriesComposition": "full",
@@ -21031,6 +21065,10 @@
21031
21065
  {
21032
21066
  "name": "Devices and Sensors Working Group",
21033
21067
  "url": "https://www.w3.org/das/"
21068
+ },
21069
+ {
21070
+ "name": "Web Applications Working Group",
21071
+ "url": "https://www.w3.org/groups/wg/webapps/"
21034
21072
  }
21035
21073
  ],
21036
21074
  "release": {
@@ -22526,6 +22564,10 @@
22526
22564
  {
22527
22565
  "name": "Devices and Sensors Working Group",
22528
22566
  "url": "https://www.w3.org/das/"
22567
+ },
22568
+ {
22569
+ "name": "Web Applications Working Group",
22570
+ "url": "https://www.w3.org/groups/wg/webapps/"
22529
22571
  }
22530
22572
  ],
22531
22573
  "release": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "web-specs",
3
- "version": "3.7.0",
3
+ "version": "3.8.0",
4
4
  "description": "Curated list of technical Web specifications",
5
5
  "repository": {
6
6
  "type": "git",