chrome-types 0.1.379 → 0.1.380

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 +10 -2
  2. package/index.d.ts +10 -2
  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 Wed Oct 01 2025 22:32:40 GMT+0000 (Coordinated Universal Time)
18
+ // Built at ff948e013787eddf717f0f761112daf075ffa34a
19
19
 
20
20
  // Includes all types, including MV2 + Platform Apps APIs.
21
21
 
@@ -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 Wed Oct 01 2025 22:32:35 GMT+0000 (Coordinated Universal Time)
18
+ // Built at ff948e013787eddf717f0f761112daf075ffa34a
19
19
 
20
20
  // Includes MV3+ APIs only.
21
21
 
@@ -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": "4e2c06d3aaef5c6b"
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.380"
20
20
  }