browser-specs 4.52.0 → 4.53.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 +37 -40
  2. package/package.json +1 -1
package/index.json CHANGED
@@ -329,6 +329,43 @@
329
329
  ]
330
330
  }
331
331
  },
332
+ {
333
+ "url": "https://cookiestore.spec.whatwg.org/",
334
+ "seriesComposition": "full",
335
+ "shortname": "cookiestore",
336
+ "series": {
337
+ "shortname": "cookiestore",
338
+ "currentSpecification": "cookiestore",
339
+ "title": "Cookie Store API",
340
+ "shortTitle": "Cookie Store API",
341
+ "nightlyUrl": "https://cookiestore.spec.whatwg.org/"
342
+ },
343
+ "formerNames": [
344
+ "cookie-store"
345
+ ],
346
+ "organization": "WHATWG",
347
+ "groups": [
348
+ {
349
+ "name": "Fetch Workstream",
350
+ "url": "https://cookiestore.spec.whatwg.org/"
351
+ }
352
+ ],
353
+ "nightly": {
354
+ "url": "https://cookiestore.spec.whatwg.org/",
355
+ "status": "Living Standard",
356
+ "alternateUrls": [],
357
+ "repository": "https://github.com/whatwg/cookiestore",
358
+ "sourcePath": "index.bs",
359
+ "filename": "index.html"
360
+ },
361
+ "title": "Cookie Store API",
362
+ "source": "whatwg",
363
+ "shortTitle": "Cookie Store API",
364
+ "categories": [
365
+ "browser"
366
+ ],
367
+ "standing": "good"
368
+ },
332
369
  {
333
370
  "url": "https://datatracker.ietf.org/doc/html/draft-cutler-httpbis-partitioned-cookies",
334
371
  "seriesComposition": "full",
@@ -6589,46 +6626,6 @@
6589
6626
  ]
6590
6627
  }
6591
6628
  },
6592
- {
6593
- "url": "https://wicg.github.io/cookie-store/",
6594
- "seriesComposition": "full",
6595
- "shortname": "cookie-store",
6596
- "series": {
6597
- "shortname": "cookie-store",
6598
- "currentSpecification": "cookie-store",
6599
- "title": "Cookie Store API",
6600
- "shortTitle": "Cookie Store API",
6601
- "nightlyUrl": "https://wicg.github.io/cookie-store/"
6602
- },
6603
- "organization": "W3C",
6604
- "groups": [
6605
- {
6606
- "name": "Web Platform Incubator Community Group",
6607
- "url": "https://www.w3.org/community/wicg/"
6608
- }
6609
- ],
6610
- "nightly": {
6611
- "url": "https://wicg.github.io/cookie-store/",
6612
- "status": "Draft Community Group Report",
6613
- "alternateUrls": [],
6614
- "repository": "https://github.com/WICG/cookie-store",
6615
- "sourcePath": "index.bs",
6616
- "filename": "index.html"
6617
- },
6618
- "title": "Cookie Store API",
6619
- "source": "spec",
6620
- "shortTitle": "Cookie Store API",
6621
- "categories": [
6622
- "browser"
6623
- ],
6624
- "standing": "good",
6625
- "tests": {
6626
- "repository": "https://github.com/web-platform-tests/wpt",
6627
- "testPaths": [
6628
- "cookie-store"
6629
- ]
6630
- }
6631
- },
6632
6629
  {
6633
6630
  "url": "https://wicg.github.io/crash-reporting/",
6634
6631
  "seriesComposition": "full",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "browser-specs",
3
- "version": "4.52.0",
3
+ "version": "4.53.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",