browser-specs 2.19.1 → 2.19.2

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.
package/CHANGELOG.md CHANGED
@@ -4,7 +4,13 @@ All changes to this project will be documented in this file. Commits titled
4
4
  "Update spec info" are generated automatically and contain updates to spec
5
5
  property values. Check the corresponding Git commit for details.
6
6
 
7
- ## [2.19.1](https://github.com/w3c/browser-specs/compare/2.19.0...2.19.1)
7
+ ## [2.19.2](https://github.com/w3c/browser-specs/compare/2.19.1...2.19.2)
8
+
9
+ ### Commits
10
+
11
+ - [data] Update spec info [`a9e4c99`](https://github.com/w3c/browser-specs/commit/a9e4c994b8465bc95d04581755b2f5e76b430657)
12
+
13
+ ## [2.19.1](https://github.com/w3c/browser-specs/compare/2.19.0...2.19.1) - 2021-12-10
8
14
 
9
15
  ## [2.19.0](https://github.com/w3c/browser-specs/compare/2.18.0...2.19.0) - 2021-12-10
10
16
 
package/index.json CHANGED
@@ -63,6 +63,32 @@
63
63
  ]
64
64
  }
65
65
  },
66
+ {
67
+ "url": "https://datatracker.ietf.org/doc/html/draft-ietf-httpbis-rfc6265bis",
68
+ "seriesComposition": "full",
69
+ "shortname": "rfc6265bis",
70
+ "series": {
71
+ "shortname": "rfc6265bis",
72
+ "currentSpecification": "rfc6265bis",
73
+ "nightlyUrl": "https://httpwg.org/http-extensions/draft-ietf-httpbis-rfc6265bis.html"
74
+ },
75
+ "organization": "IETF",
76
+ "groups": [
77
+ {
78
+ "name": "HTTP Working Group",
79
+ "url": "https://datatracker.ietf.org/wg/httpbis/"
80
+ }
81
+ ],
82
+ "nightly": {
83
+ "url": "https://httpwg.org/http-extensions/draft-ietf-httpbis-rfc6265bis.html",
84
+ "repository": "https://github.com/httpwg/http-extensions",
85
+ "sourcePath": "draft-ietf-httpbis-rfc6265bis.md",
86
+ "filename": "draft-ietf-httpbis-rfc6265bis.html"
87
+ },
88
+ "title": "Cookies: HTTP State Management Mechanism",
89
+ "source": "spec",
90
+ "shortTitle": "Cookies: HTTP State Management Mechanism"
91
+ },
66
92
  {
67
93
  "url": "https://dom.spec.whatwg.org/",
68
94
  "seriesComposition": "full",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "browser-specs",
3
- "version": "2.19.1",
3
+ "version": "2.19.2",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/w3c/browser-specs.git"