alepha 0.9.4 → 0.9.5

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/vite.d.ts CHANGED
@@ -90,10 +90,12 @@ interface VercelConfig {
90
90
  projectName?: string;
91
91
  orgId?: string;
92
92
  projectId?: string;
93
- crons?: Array<{
94
- path: string;
95
- schedule: string;
96
- }>;
93
+ config?: Record<string, any> & {
94
+ crons?: Array<{
95
+ path: string;
96
+ schedule: string;
97
+ }>;
98
+ };
97
99
  }
98
100
  declare function viteAlephaBuildVercel(opts?: ViteAlephaBuildVercelOptions): Promise<{
99
101
  name: string;
@@ -157,6 +159,8 @@ declare function viteAlepha(options?: ViteAlephaOptions): (Plugin | Promise<Plug
157
159
  declare global {
158
160
  var __alepha: Alepha;
159
161
  }
162
+ //# sourceMappingURL=index.d.ts.map
163
+
160
164
  //#endregion
161
165
  export { VercelConfig, ViteAlephaBuildOptions, ViteAlephaBuildVercelOptions, ViteAlephaDevOptions, ViteAlephaOptions, ViteCompressOptions, compressFile, viteAlepha, viteAlephaBuild, viteAlephaBuildVercel, viteAlephaDev, viteCompress };
162
166
  //# sourceMappingURL=index.d.ts.map