@crxjs/vite-plugin 2.0.2 → 2.0.3

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/dist/index.d.ts +1 -0
  2. package/package.json +2 -2
package/dist/index.d.ts CHANGED
@@ -149,6 +149,7 @@ interface ManifestV3 {
149
149
  omnibox?: {
150
150
  keyword: string;
151
151
  } | undefined;
152
+ optional_host_permissions?: string[] | undefined;
152
153
  optional_permissions?: chrome.runtime.ManifestPermissions[] | string[] | undefined;
153
154
  options_page?: string | undefined;
154
155
  options_ui?: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crxjs/vite-plugin",
3
- "version": "2.0.2",
3
+ "version": "2.0.3",
4
4
  "description": "Build Chrome Extensions with this Vite plugin.",
5
5
  "keywords": [
6
6
  "rollup-plugin",
@@ -59,7 +59,7 @@
59
59
  "jsesc": "^3.0.2",
60
60
  "magic-string": "^0.30.12",
61
61
  "pathe": "^2.0.1",
62
- "picocolors": "^1.0.0",
62
+ "picocolors": "^1.1.1",
63
63
  "react-refresh": "^0.13.0",
64
64
  "rollup": "2.79.2",
65
65
  "rxjs": "7.5.7"