@types/chrome 0.0.281 → 0.0.283

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 (3) hide show
  1. chrome/README.md +2 -2
  2. chrome/index.d.ts +5 -0
  3. chrome/package.json +7 -2
chrome/README.md CHANGED
@@ -8,8 +8,8 @@ This package contains type definitions for chrome (http://developer.chrome.com/e
8
8
  Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/chrome.
9
9
 
10
10
  ### Additional Details
11
- * Last updated: Thu, 14 Nov 2024 02:45:55 GMT
11
+ * Last updated: Fri, 15 Nov 2024 18:37:58 GMT
12
12
  * Dependencies: [@types/filesystem](https://npmjs.com/package/@types/filesystem), [@types/har-format](https://npmjs.com/package/@types/har-format)
13
13
 
14
14
  # Credits
15
- These definitions were written by [Matthew Kimber](https://github.com/matthewkimber), [otiai10](https://github.com/otiai10), [sreimer15](https://github.com/sreimer15), [MatCarlson](https://github.com/MatCarlson), [ekinsol](https://github.com/ekinsol), [Brian Wilson](https://github.com/echoabstract), [Sebastiaan Pasma](https://github.com/spasma), [bdbai](https://github.com/bdbai), [pokutuna](https://github.com/pokutuna), [Jason Xian](https://github.com/JasonXian), [userTim](https://github.com/usertim), [Idan Zeierman](https://github.com/idan315), [Nicolas Rodriguez](https://github.com/nicolas377), [Ido Salomon](https://github.com/idosal), and [Federico Brigante](https://github.com/fregante).
15
+ These definitions were written by [Matthew Kimber](https://github.com/matthewkimber), [otiai10](https://github.com/otiai10), [sreimer15](https://github.com/sreimer15), [MatCarlson](https://github.com/MatCarlson), [ekinsol](https://github.com/ekinsol), [Brian Wilson](https://github.com/echoabstract), [Sebastiaan Pasma](https://github.com/spasma), [bdbai](https://github.com/bdbai), [pokutuna](https://github.com/pokutuna), [Jason Xian](https://github.com/JasonXian), [userTim](https://github.com/usertim), [Idan Zeierman](https://github.com/idan315), [Nicolas Rodriguez](https://github.com/nicolas377), [Ido Salomon](https://github.com/idosal), [Federico Brigante](https://github.com/fregante), and [Erwan Jugand](https://github.com/erwanjugand).
chrome/index.d.ts CHANGED
@@ -2006,6 +2006,11 @@ declare namespace chrome.cookies {
2006
2006
 
2007
2007
  /** Represents a partitioned cookie's partition key. */
2008
2008
  export interface CookiePartitionKey {
2009
+ /**
2010
+ * Indicates if the cookie was set in a cross-cross site context. This prevents a top-level site embedded in a cross-site context from accessing cookies set by the top-level site in a same-site context.
2011
+ * @since Chrome 130
2012
+ */
2013
+ hasCrossSiteAncestor?: boolean | undefined;
2009
2014
  /** The top-level site the partitioned cookie is available in. */
2010
2015
  topLevelSite?: string | undefined;
2011
2016
  }
chrome/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/chrome",
3
- "version": "0.0.281",
3
+ "version": "0.0.283",
4
4
  "description": "TypeScript definitions for chrome",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/chrome",
6
6
  "license": "MIT",
@@ -79,6 +79,11 @@
79
79
  "name": "Federico Brigante",
80
80
  "githubUsername": "fregante",
81
81
  "url": "https://github.com/fregante"
82
+ },
83
+ {
84
+ "name": "Erwan Jugand",
85
+ "githubUsername": "erwanjugand",
86
+ "url": "https://github.com/erwanjugand"
82
87
  }
83
88
  ],
84
89
  "main": "",
@@ -94,6 +99,6 @@
94
99
  "@types/har-format": "*"
95
100
  },
96
101
  "peerDependencies": {},
97
- "typesPublisherContentHash": "f15521101298c5cf455e96265c26699ee9998428a192d69033c34d2611cec634",
102
+ "typesPublisherContentHash": "d1a31fcb9bafbfad732366260c9957b663f4c3100843d4896275f392ecb5ff21",
98
103
  "typeScriptVersion": "4.9"
99
104
  }