chrome-types 0.1.67 → 0.1.68
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/_all.d.ts +4 -4
- package/index.d.ts +4 -4
- 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
|
|
18
|
-
// Built at
|
|
17
|
+
// Generated on Wed Nov 10 2021 11:36:55 GMT+0000 (Coordinated Universal Time)
|
|
18
|
+
// Built at 3ab40a9b9ea32515a56ceaf4434b36e3c2ae2e04
|
|
19
19
|
|
|
20
20
|
// Includes all types, including MV2 + Platform Apps APIs.
|
|
21
21
|
|
|
@@ -22745,7 +22745,7 @@ declare namespace chrome {
|
|
|
22745
22745
|
args?: any[];
|
|
22746
22746
|
|
|
22747
22747
|
/**
|
|
22748
|
-
* The path of the JS or CSS files to inject, relative to the extension's root directory.
|
|
22748
|
+
* The path of the JS or CSS files to inject, relative to the extension's root directory. Exactly one of `files` and `func` must be specified.
|
|
22749
22749
|
*/
|
|
22750
22750
|
files?: string[];
|
|
22751
22751
|
|
|
@@ -22775,7 +22775,7 @@ declare namespace chrome {
|
|
|
22775
22775
|
css?: string;
|
|
22776
22776
|
|
|
22777
22777
|
/**
|
|
22778
|
-
* The path of the CSS files to inject, relative to the extension's root directory.
|
|
22778
|
+
* The path of the CSS files to inject, relative to the extension's root directory. Exactly one of `files` and `css` must be specified.
|
|
22779
22779
|
*/
|
|
22780
22780
|
files?: string[];
|
|
22781
22781
|
|
package/index.d.ts
CHANGED
|
@@ -14,8 +14,8 @@
|
|
|
14
14
|
* limitations under the License.
|
|
15
15
|
*/
|
|
16
16
|
|
|
17
|
-
// Generated on
|
|
18
|
-
// Built at
|
|
17
|
+
// Generated on Wed Nov 10 2021 11:36:50 GMT+0000 (Coordinated Universal Time)
|
|
18
|
+
// Built at 3ab40a9b9ea32515a56ceaf4434b36e3c2ae2e04
|
|
19
19
|
|
|
20
20
|
// Includes MV3+ APIs only.
|
|
21
21
|
|
|
@@ -15656,7 +15656,7 @@ declare namespace chrome {
|
|
|
15656
15656
|
args?: any[];
|
|
15657
15657
|
|
|
15658
15658
|
/**
|
|
15659
|
-
* The path of the JS or CSS files to inject, relative to the extension's root directory.
|
|
15659
|
+
* The path of the JS or CSS files to inject, relative to the extension's root directory. Exactly one of `files` and `func` must be specified.
|
|
15660
15660
|
*/
|
|
15661
15661
|
files?: string[];
|
|
15662
15662
|
|
|
@@ -15686,7 +15686,7 @@ declare namespace chrome {
|
|
|
15686
15686
|
css?: string;
|
|
15687
15687
|
|
|
15688
15688
|
/**
|
|
15689
|
-
* The path of the CSS files to inject, relative to the extension's root directory.
|
|
15689
|
+
* The path of the CSS files to inject, relative to the extension's root directory. Exactly one of `files` and `css` must be specified.
|
|
15690
15690
|
*/
|
|
15691
15691
|
files?: string[];
|
|
15692
15692
|
|
package/package.json
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"type": "module",
|
|
6
6
|
"name": "chrome-types",
|
|
7
7
|
"config": {
|
|
8
|
-
"build-hash": "
|
|
8
|
+
"build-hash": "1977a98ca404598c"
|
|
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.
|
|
19
|
+
"version": "0.1.68"
|
|
20
20
|
}
|