browser-specs 4.6.0 → 4.7.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
@@ -93,7 +93,7 @@
93
93
  "organization": "Alliance for Open Media",
94
94
  "nightly": {
95
95
  "url": "https://aomediacodec.github.io/av1-isobmff/",
96
- "status": "Working Group Approved Draft",
96
+ "status": "Draft Deliverable",
97
97
  "alternateUrls": [],
98
98
  "repository": "https://github.com/AOMediaCodec/av1-isobmff",
99
99
  "sourcePath": "index.bs",
@@ -406,7 +406,7 @@
406
406
  "currentSpecification": "webp",
407
407
  "title": "WebP Image Format",
408
408
  "shortTitle": "WebP Image Format",
409
- "nightlyUrl": "https://www.ietf.org/archive/id/draft-zern-webp-14.html"
409
+ "nightlyUrl": "https://www.ietf.org/archive/id/draft-zern-webp-15.html"
410
410
  },
411
411
  "organization": "IETF",
412
412
  "groups": [
@@ -416,10 +416,10 @@
416
416
  }
417
417
  ],
418
418
  "nightly": {
419
- "url": "https://www.ietf.org/archive/id/draft-zern-webp-14.html",
419
+ "url": "https://www.ietf.org/archive/id/draft-zern-webp-15.html",
420
420
  "status": "Editor's Draft",
421
421
  "alternateUrls": [],
422
- "filename": "draft-zern-webp-14.html"
422
+ "filename": "draft-zern-webp-15.html"
423
423
  },
424
424
  "title": "WebP Image Format",
425
425
  "source": "ietf",
@@ -4628,6 +4628,40 @@
4628
4628
  ],
4629
4629
  "standing": "good"
4630
4630
  },
4631
+ {
4632
+ "url": "https://tc39.es/proposal-dynamic-code-brand-checks/",
4633
+ "seriesComposition": "full",
4634
+ "shortname": "tc39-dynamic-code-brand-checks",
4635
+ "series": {
4636
+ "shortname": "tc39-dynamic-code-brand-checks",
4637
+ "currentSpecification": "tc39-dynamic-code-brand-checks",
4638
+ "title": "Dynamic Code Brand Checks",
4639
+ "shortTitle": "Dynamic Code Brand Checks",
4640
+ "nightlyUrl": "https://tc39.es/proposal-dynamic-code-brand-checks/"
4641
+ },
4642
+ "organization": "Ecma International",
4643
+ "groups": [
4644
+ {
4645
+ "name": "TC39",
4646
+ "url": "https://tc39.es/"
4647
+ }
4648
+ ],
4649
+ "nightly": {
4650
+ "url": "https://tc39.es/proposal-dynamic-code-brand-checks/",
4651
+ "status": "Editor's Draft",
4652
+ "alternateUrls": [],
4653
+ "repository": "https://github.com/tc39/proposal-dynamic-code-brand-checks",
4654
+ "sourcePath": "spec.emu",
4655
+ "filename": "index.html"
4656
+ },
4657
+ "title": "Dynamic Code Brand Checks",
4658
+ "source": "spec",
4659
+ "shortTitle": "Dynamic Code Brand Checks",
4660
+ "categories": [
4661
+ "browser"
4662
+ ],
4663
+ "standing": "good"
4664
+ },
4631
4665
  {
4632
4666
  "url": "https://tc39.es/proposal-explicit-resource-management/",
4633
4667
  "seriesComposition": "full",
@@ -19027,6 +19061,10 @@
19027
19061
  {
19028
19062
  "name": "Devices and Sensors Working Group",
19029
19063
  "url": "https://www.w3.org/das/"
19064
+ },
19065
+ {
19066
+ "name": "Web Applications Working Group",
19067
+ "url": "https://www.w3.org/groups/wg/webapps/"
19030
19068
  }
19031
19069
  ],
19032
19070
  "release": {
@@ -20134,6 +20172,10 @@
20134
20172
  {
20135
20173
  "name": "Devices and Sensors Working Group",
20136
20174
  "url": "https://www.w3.org/das/"
20175
+ },
20176
+ {
20177
+ "name": "Web Applications Working Group",
20178
+ "url": "https://www.w3.org/groups/wg/webapps/"
20137
20179
  }
20138
20180
  ],
20139
20181
  "release": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "browser-specs",
3
- "version": "4.6.0",
3
+ "version": "4.7.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",