chrome-types 0.1.379 → 0.1.381

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. package/_all.d.ts +11 -3
  2. package/index.d.ts +11 -3
  3. package/package.json +2 -2
package/_all.d.ts CHANGED
@@ -14,8 +14,8 @@
14
14
  * limitations under the License.
15
15
  */
16
16
 
17
- // Generated on Thu Sep 25 2025 22:31:57 GMT+0000 (Coordinated Universal Time)
18
- // Built at f738486f78066595f876232b5568b8d9c3be6d66
17
+ // Generated on Mon Oct 06 2025 22:32:08 GMT+0000 (Coordinated Universal Time)
18
+ // Built at a69efc98145478eff78ced34ea89ff8635f01507
19
19
 
20
20
  // Includes all types, including MV2 + Platform Apps APIs.
21
21
 
@@ -7919,7 +7919,7 @@ declare namespace chrome {
7919
7919
  /**
7920
7920
  * This describes the possible operations for a "modifyHeaders" rule.
7921
7921
  *
7922
- * @chrome-enum "append" Adds a new entry for the specified header. This operation is not supported for request headers.
7922
+ * @chrome-enum "append" Adds a new entry for the specified header. When modifying the headers of a request, this operation is only supported for [specific headers](https://developer.chrome.com/docs/extensions/reference/declarativeNetRequest/#header_modification).
7923
7923
  * @chrome-enum "set" Sets a new value for the specified header, removing any existing headers with the same name.
7924
7924
  * @chrome-enum "remove" Removes all entries for the specified header.
7925
7925
  * @since Chrome 86
@@ -24968,6 +24968,14 @@ declare namespace chrome {
24968
24968
  */
24969
24969
  export function getManifest(): {[name: string]: any};
24970
24970
 
24971
+ /**
24972
+ * Returns the extension's version as declared in the manifest.
24973
+ *
24974
+ * @returns The extension's version.
24975
+ * @since Pending
24976
+ */
24977
+ export function getVersion(): string;
24978
+
24971
24979
  /**
24972
24980
  * Converts a relative path within an app/extension install directory to a fully-qualified URL.
24973
24981
  *
package/index.d.ts CHANGED
@@ -14,8 +14,8 @@
14
14
  * limitations under the License.
15
15
  */
16
16
 
17
- // Generated on Thu Sep 25 2025 22:31:52 GMT+0000 (Coordinated Universal Time)
18
- // Built at f738486f78066595f876232b5568b8d9c3be6d66
17
+ // Generated on Mon Oct 06 2025 22:32:03 GMT+0000 (Coordinated Universal Time)
18
+ // Built at a69efc98145478eff78ced34ea89ff8635f01507
19
19
 
20
20
  // Includes MV3+ APIs only.
21
21
 
@@ -4671,7 +4671,7 @@ declare namespace chrome {
4671
4671
  /**
4672
4672
  * This describes the possible operations for a "modifyHeaders" rule.
4673
4673
  *
4674
- * @chrome-enum "append" Adds a new entry for the specified header. This operation is not supported for request headers.
4674
+ * @chrome-enum "append" Adds a new entry for the specified header. When modifying the headers of a request, this operation is only supported for [specific headers](https://developer.chrome.com/docs/extensions/reference/declarativeNetRequest/#header_modification).
4675
4675
  * @chrome-enum "set" Sets a new value for the specified header, removing any existing headers with the same name.
4676
4676
  * @chrome-enum "remove" Removes all entries for the specified header.
4677
4677
  * @since Chrome 86
@@ -19702,6 +19702,14 @@ declare namespace chrome {
19702
19702
  */
19703
19703
  export function getManifest(): {[name: string]: any};
19704
19704
 
19705
+ /**
19706
+ * Returns the extension's version as declared in the manifest.
19707
+ *
19708
+ * @returns The extension's version.
19709
+ * @since Pending
19710
+ */
19711
+ export function getVersion(): string;
19712
+
19705
19713
  /**
19706
19714
  * Converts a relative path within an app/extension install directory to a fully-qualified URL.
19707
19715
  *
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "type": "module",
6
6
  "name": "chrome-types",
7
7
  "config": {
8
- "build-hash": "eb84b7e98d8e50b2"
8
+ "build-hash": "56443cb13c3e9b2c"
9
9
  },
10
10
  "repository": {
11
11
  "type": "git",
@@ -16,5 +16,5 @@
16
16
  "url": "https://github.com/GoogleChrome/chrome-types/issues"
17
17
  },
18
18
  "homepage": "https://github.com/GoogleChrome/chrome-types",
19
- "version": "0.1.379"
19
+ "version": "0.1.381"
20
20
  }