web-specs 3.7.1 → 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 +42 -0
  2. package/package.json +1 -1
package/index.json CHANGED
@@ -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.1",
3
+ "version": "3.8.0",
4
4
  "description": "Curated list of technical Web specifications",
5
5
  "repository": {
6
6
  "type": "git",