@pinegrow/vite-plugin 3.0.27 → 3.0.29

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/package.json +1 -1
  2. package/types.d.ts +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pinegrow/vite-plugin",
3
- "version": "3.0.27",
3
+ "version": "3.0.29",
4
4
  "description": "Pinegrow Vite Plugin",
5
5
  "type": "module",
6
6
  "files": [
package/types.d.ts CHANGED
@@ -60,9 +60,9 @@ export interface LiveDesignerOptions {
60
60
  */
61
61
  dirs?: {
62
62
  src?: string
63
- components: string
64
- pages: string
65
- layouts: string
63
+ components?: string
64
+ pages?: string
65
+ layouts?: string
66
66
  }
67
67
 
68
68
  /**