web-specs 2.34.0 → 2.35.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 +64 -0
  2. package/package.json +1 -1
package/index.json CHANGED
@@ -75,6 +75,38 @@
75
75
  ]
76
76
  }
77
77
  },
78
+ {
79
+ "url": "https://datatracker.ietf.org/doc/html/draft-ietf-httpbis-digest-headers",
80
+ "seriesComposition": "full",
81
+ "shortname": "digest-headers",
82
+ "series": {
83
+ "shortname": "digest-headers",
84
+ "currentSpecification": "digest-headers",
85
+ "title": "Digest Fields",
86
+ "shortTitle": "Digest Fields",
87
+ "nightlyUrl": "https://httpwg.org/http-extensions/draft-ietf-httpbis-digest-headers.html"
88
+ },
89
+ "organization": "IETF",
90
+ "groups": [
91
+ {
92
+ "name": "HTTP Working Group",
93
+ "url": "https://datatracker.ietf.org/wg/httpbis/"
94
+ }
95
+ ],
96
+ "nightly": {
97
+ "url": "https://httpwg.org/http-extensions/draft-ietf-httpbis-digest-headers.html",
98
+ "repository": "https://github.com/httpwg/http-extensions",
99
+ "sourcePath": "draft-ietf-httpbis-digest-headers.md",
100
+ "alternateUrls": [],
101
+ "filename": "draft-ietf-httpbis-digest-headers.html"
102
+ },
103
+ "title": "Digest Fields",
104
+ "source": "spec",
105
+ "shortTitle": "Digest Fields",
106
+ "categories": [
107
+ "browser"
108
+ ]
109
+ },
78
110
  {
79
111
  "url": "https://datatracker.ietf.org/doc/html/draft-ietf-httpbis-rfc6265bis",
80
112
  "seriesComposition": "full",
@@ -8484,6 +8516,38 @@
8484
8516
  "browser"
8485
8517
  ]
8486
8518
  },
8519
+ {
8520
+ "url": "https://www.rfc-editor.org/rfc/rfc9163",
8521
+ "seriesComposition": "full",
8522
+ "shortname": "rfc9163",
8523
+ "series": {
8524
+ "shortname": "rfc9163",
8525
+ "currentSpecification": "rfc9163",
8526
+ "title": "Expect-CT Extension for HTTP",
8527
+ "shortTitle": "Expect-CT Extension for HTTP",
8528
+ "nightlyUrl": "https://www.rfc-editor.org/rfc/rfc9163"
8529
+ },
8530
+ "nightly": {
8531
+ "url": "https://www.rfc-editor.org/rfc/rfc9163",
8532
+ "repository": "https://github.com/httpwg/http-extensions",
8533
+ "sourcePath": "archive/draft-ietf-httpbis-expect-ct.md",
8534
+ "alternateUrls": [],
8535
+ "filename": "rfc9163.html"
8536
+ },
8537
+ "organization": "IETF",
8538
+ "groups": [
8539
+ {
8540
+ "name": "HTTP Working Group",
8541
+ "url": "https://datatracker.ietf.org/wg/httpbis/"
8542
+ }
8543
+ ],
8544
+ "title": "Expect-CT Extension for HTTP",
8545
+ "source": "specref",
8546
+ "shortTitle": "Expect-CT Extension for HTTP",
8547
+ "categories": [
8548
+ "browser"
8549
+ ]
8550
+ },
8487
8551
  {
8488
8552
  "url": "https://www.w3.org/Consortium/Patent-Policy/",
8489
8553
  "seriesComposition": "full",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "web-specs",
3
- "version": "2.34.0",
3
+ "version": "2.35.0",
4
4
  "description": "Curated list of technical Web specifications",
5
5
  "repository": {
6
6
  "type": "git",