eddev 2.0.0-beta.244 → 2.0.0-beta.246

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.
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "2.0.0-beta.231";
1
+ export declare const VERSION = "2.0.0-beta.246";
2
2
  //# sourceMappingURL=version.d.ts.map
@@ -1 +1 @@
1
- export const VERSION = "2.0.0-beta.231";
1
+ export const VERSION = "2.0.0-beta.246";
@@ -1 +1 @@
1
- {"version":3,"file":"vinxi-app.d.ts","sourceRoot":"","sources":["../../../src/node/compiler/vinxi-app.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,WAAW,EAAE,MAAM,0BAA0B,CAAA;AAGtD,OAAO,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAA;AAI/C,MAAM,MAAM,OAAO,GAAG;IACpB,IAAI,EAAE,aAAa,GAAG,YAAY,CAAA;IAClC,SAAS,EAAE,MAAM,CAAA;IACjB,OAAO,EAAE,MAAM,CAAA;IACf,MAAM,EAAE,MAAM,CAAA;IACd,GAAG,CAAC,EAAE,WAAW,CAAC,GAAG,CAAC,CAAA;IACtB,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,MAAM,CAAC,EAAE,WAAW,EAAE,CAAA;IACtB,QAAQ,CAAC,EAAE,MAAM,EAAE,CAAA;IACnB,MAAM,EAAE,QAAQ,CAAA;CACjB,CAAA;AAED,KAAK,UAAU,GAAG,KAAK,GAAG,MAAM,GAAG,KAAK,GAAG,SAAS,GAAG,MAAM,CAAA;AAC7D,KAAK,mBAAmB,GAAG,CAAC,GAAG,EAAE,OAAO,KAAK,QAAQ,CAAA;AACrD,KAAK,iBAAiB,GAAG,MAAM,CAAC,UAAU,EAAE,mBAAmB,CAAC,CAAA;AAEhE,KAAK,WAAW,GAAG;IACjB,OAAO,EAAE,MAAM,CAAA;IACf,OAAO,EAAE,MAAM,OAAO,CAAC,iBAAiB,CAAC,CAAA;CAC1C,CAAA;AAED,wBAAgB,cAAc,CAAC,IAAI,EAAE,OAAO,uBA0O3C"}
1
+ {"version":3,"file":"vinxi-app.d.ts","sourceRoot":"","sources":["../../../src/node/compiler/vinxi-app.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,WAAW,EAAE,MAAM,0BAA0B,CAAA;AAGtD,OAAO,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAA;AAI/C,MAAM,MAAM,OAAO,GAAG;IACpB,IAAI,EAAE,aAAa,GAAG,YAAY,CAAA;IAClC,SAAS,EAAE,MAAM,CAAA;IACjB,OAAO,EAAE,MAAM,CAAA;IACf,MAAM,EAAE,MAAM,CAAA;IACd,GAAG,CAAC,EAAE,WAAW,CAAC,GAAG,CAAC,CAAA;IACtB,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,MAAM,CAAC,EAAE,WAAW,EAAE,CAAA;IACtB,QAAQ,CAAC,EAAE,MAAM,EAAE,CAAA;IACnB,MAAM,EAAE,QAAQ,CAAA;CACjB,CAAA;AAED,KAAK,UAAU,GAAG,KAAK,GAAG,MAAM,GAAG,KAAK,GAAG,SAAS,GAAG,MAAM,CAAA;AAC7D,KAAK,mBAAmB,GAAG,CAAC,GAAG,EAAE,OAAO,KAAK,QAAQ,CAAA;AACrD,KAAK,iBAAiB,GAAG,MAAM,CAAC,UAAU,EAAE,mBAAmB,CAAC,CAAA;AAEhE,KAAK,WAAW,GAAG;IACjB,OAAO,EAAE,MAAM,CAAA;IACf,OAAO,EAAE,MAAM,OAAO,CAAC,iBAAiB,CAAC,CAAA;CAC1C,CAAA;AAED,wBAAgB,cAAc,CAAC,IAAI,EAAE,OAAO,uBAwO3C"}
@@ -29,30 +29,31 @@ export function createVinxiApp(args) {
29
29
  varies: [],
30
30
  },
31
31
  },
32
- "/favicon.ico": {
33
- proxy: joinURL(args.origin, "favicon.ico"),
34
- static: true,
35
- cache: {
36
- maxAge: 86400,
37
- varies: [],
38
- },
39
- },
40
- "/robots.txt": {
41
- cache: {
42
- maxAge: 3600,
43
- varies: [],
44
- },
45
- },
46
- "/sitemap.xml": {
47
- cache: {
48
- maxAge: 3600,
49
- },
50
- },
51
- "/sitemap*.xml": {
52
- cache: {
53
- maxAge: 3600,
54
- },
55
- },
32
+ // "/favicon.ico": {
33
+ // proxy: joinURL(args.origin, "favicon.ico"),
34
+ // isr: {
35
+ // expiration: 86400,
36
+ // allowQuery: [],
37
+ // passQuery: false,
38
+ // },
39
+ // },
40
+ // "/robots.txt": {
41
+ // isr: {
42
+ // expiration: 86400,
43
+ // allowQuery: [],
44
+ // passQuery: false,
45
+ // },
46
+ // },
47
+ // "/sitemap.xml": {
48
+ // cache: {
49
+ // maxAge: 3600,
50
+ // },
51
+ // },
52
+ // "/sitemap*.xml": {
53
+ // cache: {
54
+ // maxAge: 3600,
55
+ // },
56
+ // },
56
57
  "/wp-content/plugins/**": {
57
58
  proxy: joinURL(args.origin, "wp-content/plugins/**"),
58
59
  headers: {
@@ -67,7 +68,6 @@ export function createVinxiApp(args) {
67
68
  isr: {
68
69
  expiration: cacheConfig.pageDataTTL ?? 0,
69
70
  allowQuery: [],
70
- group: 1,
71
71
  passQuery: false,
72
72
  },
73
73
  cache: {
@@ -78,7 +78,6 @@ export function createVinxiApp(args) {
78
78
  isr: {
79
79
  expiration: cacheConfig.queryHooksTTL ?? 0,
80
80
  allowQuery: [],
81
- group: 1,
82
81
  passQuery: false,
83
82
  },
84
83
  cache: {
@@ -98,7 +97,6 @@ export function createVinxiApp(args) {
98
97
  isr: {
99
98
  expiration: cacheConfig.pageDataTTL ?? 0,
100
99
  allowQuery: [],
101
- group: 1,
102
100
  passQuery: false,
103
101
  },
104
102
  cache: {
@@ -20,10 +20,10 @@ export declare const EDCacheConfigSchema: z.ZodObject<{
20
20
  dataCache: z.ZodDefault<z.ZodEnum<["in-memory", "kv", "none"]>>;
21
21
  }, "strip", z.ZodTypeAny, {
22
22
  isr: boolean;
23
- dataCache: "in-memory" | "kv" | "none";
23
+ dataCache: "none" | "in-memory" | "kv";
24
24
  }, {
25
25
  isr?: boolean | undefined;
26
- dataCache?: "in-memory" | "kv" | "none" | undefined;
26
+ dataCache?: "none" | "in-memory" | "kv" | undefined;
27
27
  }>>>;
28
28
  pageDataTTL: z.ZodDefault<z.ZodNumber>;
29
29
  appDataTTL: z.ZodDefault<z.ZodNumber>;
@@ -36,7 +36,7 @@ export declare const EDCacheConfigSchema: z.ZodObject<{
36
36
  };
37
37
  serverless: {
38
38
  isr: boolean;
39
- dataCache: "in-memory" | "kv" | "none";
39
+ dataCache: "none" | "in-memory" | "kv";
40
40
  };
41
41
  pageDataTTL: number;
42
42
  appDataTTL: number;
@@ -49,7 +49,7 @@ export declare const EDCacheConfigSchema: z.ZodObject<{
49
49
  } | undefined;
50
50
  serverless?: {
51
51
  isr?: boolean | undefined;
52
- dataCache?: "in-memory" | "kv" | "none" | undefined;
52
+ dataCache?: "none" | "in-memory" | "kv" | undefined;
53
53
  } | undefined;
54
54
  pageDataTTL?: number | undefined;
55
55
  appDataTTL?: number | undefined;
@@ -64,20 +64,20 @@ export declare const EDConfigSchema: z.ZodObject<{
64
64
  provider: z.ZodLiteral<"ga4">;
65
65
  id: z.ZodString;
66
66
  }, "strip", z.ZodTypeAny, {
67
- provider: "ga4";
68
67
  id: string;
69
- }, {
70
68
  provider: "ga4";
69
+ }, {
71
70
  id: string;
71
+ provider: "ga4";
72
72
  }>, z.ZodObject<{
73
73
  provider: z.ZodLiteral<"gtm">;
74
74
  id: z.ZodString;
75
75
  }, "strip", z.ZodTypeAny, {
76
- provider: "gtm";
77
76
  id: string;
78
- }, {
79
77
  provider: "gtm";
78
+ }, {
80
79
  id: string;
80
+ provider: "gtm";
81
81
  }>]>, "many">>;
82
82
  serverless: z.ZodObject<{
83
83
  enabled: z.ZodDefault<z.ZodBoolean>;
@@ -107,32 +107,32 @@ export declare const EDConfigSchema: z.ZodObject<{
107
107
  commonOrigins: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
108
108
  values: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodArray<z.ZodString, "many">>>;
109
109
  }, "strip", z.ZodTypeAny, {
110
+ nonce: boolean;
110
111
  enabled: boolean;
111
112
  autoDetect: boolean;
112
- nonce: boolean;
113
113
  values?: Record<string, string[]> | undefined;
114
114
  commonOrigins?: string[] | undefined;
115
115
  }, {
116
116
  enabled: boolean;
117
117
  values?: Record<string, string[]> | undefined;
118
- autoDetect?: boolean | undefined;
119
118
  nonce?: boolean | undefined;
119
+ autoDetect?: boolean | undefined;
120
120
  commonOrigins?: string[] | undefined;
121
121
  }>>;
122
122
  }, "strip", z.ZodTypeAny, {
123
+ plugins: "proxy" | "remote";
123
124
  enabled: boolean;
124
125
  uploads: "proxy" | "remote";
125
- plugins: "proxy" | "remote";
126
- admin: "proxy" | "hide";
126
+ admin: "hide" | "proxy";
127
127
  originProtection: {
128
128
  requireLogin: boolean;
129
129
  };
130
130
  themeAssets: string[];
131
131
  endpoints: Record<string, string>;
132
132
  csp: {
133
+ nonce: boolean;
133
134
  enabled: boolean;
134
135
  autoDetect: boolean;
135
- nonce: boolean;
136
136
  values?: Record<string, string[]> | undefined;
137
137
  commonOrigins?: string[] | undefined;
138
138
  };
@@ -142,9 +142,9 @@ export declare const EDConfigSchema: z.ZodObject<{
142
142
  }, {
143
143
  uploads: "proxy" | "remote";
144
144
  endpoints: Record<string, string>;
145
- enabled?: boolean | undefined;
146
145
  plugins?: "proxy" | "remote" | undefined;
147
- admin?: "proxy" | "hide" | undefined;
146
+ enabled?: boolean | undefined;
147
+ admin?: "hide" | "proxy" | undefined;
148
148
  originProtection?: {
149
149
  requireLogin?: boolean | undefined;
150
150
  } | undefined;
@@ -155,8 +155,8 @@ export declare const EDConfigSchema: z.ZodObject<{
155
155
  csp?: {
156
156
  enabled: boolean;
157
157
  values?: Record<string, string[]> | undefined;
158
- autoDetect?: boolean | undefined;
159
158
  nonce?: boolean | undefined;
159
+ autoDetect?: boolean | undefined;
160
160
  commonOrigins?: string[] | undefined;
161
161
  } | undefined;
162
162
  }>;
@@ -180,10 +180,10 @@ export declare const EDConfigSchema: z.ZodObject<{
180
180
  dataCache: z.ZodDefault<z.ZodEnum<["in-memory", "kv", "none"]>>;
181
181
  }, "strip", z.ZodTypeAny, {
182
182
  isr: boolean;
183
- dataCache: "in-memory" | "kv" | "none";
183
+ dataCache: "none" | "in-memory" | "kv";
184
184
  }, {
185
185
  isr?: boolean | undefined;
186
- dataCache?: "in-memory" | "kv" | "none" | undefined;
186
+ dataCache?: "none" | "in-memory" | "kv" | undefined;
187
187
  }>>>;
188
188
  pageDataTTL: z.ZodDefault<z.ZodNumber>;
189
189
  appDataTTL: z.ZodDefault<z.ZodNumber>;
@@ -196,7 +196,7 @@ export declare const EDConfigSchema: z.ZodObject<{
196
196
  };
197
197
  serverless: {
198
198
  isr: boolean;
199
- dataCache: "in-memory" | "kv" | "none";
199
+ dataCache: "none" | "in-memory" | "kv";
200
200
  };
201
201
  pageDataTTL: number;
202
202
  appDataTTL: number;
@@ -209,7 +209,7 @@ export declare const EDConfigSchema: z.ZodObject<{
209
209
  } | undefined;
210
210
  serverless?: {
211
211
  isr?: boolean | undefined;
212
- dataCache?: "in-memory" | "kv" | "none" | undefined;
212
+ dataCache?: "none" | "in-memory" | "kv" | undefined;
213
213
  } | undefined;
214
214
  pageDataTTL?: number | undefined;
215
215
  appDataTTL?: number | undefined;
@@ -217,20 +217,37 @@ export declare const EDConfigSchema: z.ZodObject<{
217
217
  }>>>;
218
218
  devUI: z.ZodDefault<z.ZodEnum<["disabled", "enabled"]>>;
219
219
  }, "strip", z.ZodTypeAny, {
220
+ version: "2";
221
+ cache: Record<string, {
222
+ wordpress: {
223
+ cacheHeaders: boolean;
224
+ transients: boolean;
225
+ strategy?: "always" | "ssr-always-fresh" | undefined;
226
+ };
227
+ serverless: {
228
+ isr: boolean;
229
+ dataCache: "none" | "in-memory" | "kv";
230
+ };
231
+ pageDataTTL: number;
232
+ appDataTTL: number;
233
+ queryHooksTTL: number;
234
+ }>;
235
+ legacyMetadata: boolean;
236
+ legacyStitches: boolean;
220
237
  serverless: {
238
+ plugins: "proxy" | "remote";
221
239
  enabled: boolean;
222
240
  uploads: "proxy" | "remote";
223
- plugins: "proxy" | "remote";
224
- admin: "proxy" | "hide";
241
+ admin: "hide" | "proxy";
225
242
  originProtection: {
226
243
  requireLogin: boolean;
227
244
  };
228
245
  themeAssets: string[];
229
246
  endpoints: Record<string, string>;
230
247
  csp: {
248
+ nonce: boolean;
231
249
  enabled: boolean;
232
250
  autoDetect: boolean;
233
- nonce: boolean;
234
251
  values?: Record<string, string[]> | undefined;
235
252
  commonOrigins?: string[] | undefined;
236
253
  };
@@ -238,39 +255,23 @@ export declare const EDConfigSchema: z.ZodObject<{
238
255
  origins?: string[] | undefined;
239
256
  } | undefined;
240
257
  };
241
- version: "2";
242
- legacyMetadata: boolean;
243
- legacyStitches: boolean;
244
- cache: Record<string, {
245
- wordpress: {
246
- cacheHeaders: boolean;
247
- transients: boolean;
248
- strategy?: "always" | "ssr-always-fresh" | undefined;
249
- };
250
- serverless: {
251
- isr: boolean;
252
- dataCache: "in-memory" | "kv" | "none";
253
- };
254
- pageDataTTL: number;
255
- appDataTTL: number;
256
- queryHooksTTL: number;
257
- }>;
258
- devUI: "enabled" | "disabled";
258
+ devUI: "disabled" | "enabled";
259
259
  $schema?: string | undefined;
260
260
  trackers?: ({
261
- provider: "ga4";
262
261
  id: string;
262
+ provider: "ga4";
263
263
  } | {
264
- provider: "gtm";
265
264
  id: string;
265
+ provider: "gtm";
266
266
  })[] | undefined;
267
267
  }, {
268
+ version: "1" | "2";
268
269
  serverless: {
269
270
  uploads: "proxy" | "remote";
270
271
  endpoints: Record<string, string>;
271
- enabled?: boolean | undefined;
272
272
  plugins?: "proxy" | "remote" | undefined;
273
- admin?: "proxy" | "hide" | undefined;
273
+ enabled?: boolean | undefined;
274
+ admin?: "hide" | "proxy" | undefined;
274
275
  originProtection?: {
275
276
  requireLogin?: boolean | undefined;
276
277
  } | undefined;
@@ -281,22 +282,11 @@ export declare const EDConfigSchema: z.ZodObject<{
281
282
  csp?: {
282
283
  enabled: boolean;
283
284
  values?: Record<string, string[]> | undefined;
284
- autoDetect?: boolean | undefined;
285
285
  nonce?: boolean | undefined;
286
+ autoDetect?: boolean | undefined;
286
287
  commonOrigins?: string[] | undefined;
287
288
  } | undefined;
288
289
  };
289
- version: "1" | "2";
290
- $schema?: string | undefined;
291
- legacyMetadata?: boolean | undefined;
292
- legacyStitches?: boolean | undefined;
293
- trackers?: ({
294
- provider: "ga4";
295
- id: string;
296
- } | {
297
- provider: "gtm";
298
- id: string;
299
- })[] | undefined;
300
290
  cache?: Record<string, {
301
291
  wordpress?: {
302
292
  strategy?: "always" | "ssr-always-fresh" | undefined;
@@ -305,13 +295,23 @@ export declare const EDConfigSchema: z.ZodObject<{
305
295
  } | undefined;
306
296
  serverless?: {
307
297
  isr?: boolean | undefined;
308
- dataCache?: "in-memory" | "kv" | "none" | undefined;
298
+ dataCache?: "none" | "in-memory" | "kv" | undefined;
309
299
  } | undefined;
310
300
  pageDataTTL?: number | undefined;
311
301
  appDataTTL?: number | undefined;
312
302
  queryHooksTTL?: number | undefined;
313
303
  }> | undefined;
314
- devUI?: "enabled" | "disabled" | undefined;
304
+ $schema?: string | undefined;
305
+ legacyMetadata?: boolean | undefined;
306
+ legacyStitches?: boolean | undefined;
307
+ trackers?: ({
308
+ id: string;
309
+ provider: "ga4";
310
+ } | {
311
+ id: string;
312
+ provider: "gtm";
313
+ })[] | undefined;
314
+ devUI?: "disabled" | "enabled" | undefined;
315
315
  }>;
316
316
  export type EDConfig = z.infer<typeof EDConfigSchema>;
317
317
  export type EDCacheConfig = z.infer<typeof EDCacheConfigSchema>;
@@ -39,37 +39,37 @@ export declare const BlockMetaSchema: z.ZodObject<{
39
39
  label: z.ZodString;
40
40
  isDefault: z.ZodOptional<z.ZodBoolean>;
41
41
  }, "strip", z.ZodTypeAny, {
42
- name: string;
43
42
  label: string;
43
+ name: string;
44
44
  isDefault?: boolean | undefined;
45
45
  }, {
46
- name: string;
47
46
  label: string;
47
+ name: string;
48
48
  isDefault?: boolean | undefined;
49
49
  }>, "many">>;
50
50
  lazyLoad: z.ZodOptional<z.ZodBoolean>;
51
51
  }, "strip", z.ZodTypeAny, {
52
- cache: boolean;
53
- mode: "preview" | "edit" | "both";
52
+ title: string;
53
+ mode: "both" | "edit" | "preview";
54
+ slug: string;
55
+ tags: string[];
56
+ flags: Record<string, any>;
57
+ category: string;
58
+ parent: string[];
59
+ inserter: boolean;
54
60
  acfName: string;
55
61
  fileName: string;
56
- slug: string;
57
62
  graphqlFieldName: string;
58
- title: string;
59
- category: string;
60
63
  types: string[];
61
- tags: string[];
62
- flags: Record<string, any>;
63
64
  childTags: string[];
64
65
  childBlocks: string[];
65
- parent: string[];
66
66
  ancestors: string[];
67
67
  dynamic: boolean;
68
+ cache: boolean;
68
69
  allowMultiple: boolean;
69
- frontendMode: "default" | "hidden" | "childrenOnly";
70
- inserter: boolean;
71
- description?: string | undefined;
70
+ frontendMode: "hidden" | "default" | "childrenOnly";
72
71
  icon?: string | undefined;
72
+ description?: string | undefined;
73
73
  keywords?: string | string[] | undefined;
74
74
  templates?: string[] | null | undefined;
75
75
  postMetaBlock?: {
@@ -77,42 +77,42 @@ export declare const BlockMetaSchema: z.ZodObject<{
77
77
  fieldName: string;
78
78
  } | undefined;
79
79
  blockStyles?: {
80
- name: string;
81
80
  label: string;
81
+ name: string;
82
82
  isDefault?: boolean | undefined;
83
83
  }[] | undefined;
84
84
  lazyLoad?: boolean | undefined;
85
85
  }, {
86
+ title: string;
87
+ slug: string;
86
88
  acfName: string;
87
89
  fileName: string;
88
- slug: string;
89
90
  graphqlFieldName: string;
90
- title: string;
91
91
  types: string[];
92
- cache?: boolean | undefined;
93
- mode?: "preview" | "edit" | "both" | undefined;
94
- description?: string | undefined;
95
- category?: string | undefined;
92
+ mode?: "both" | "edit" | "preview" | undefined;
93
+ tags?: string[] | undefined;
94
+ flags?: Record<string, any> | undefined;
96
95
  icon?: string | undefined;
96
+ category?: string | undefined;
97
+ description?: string | undefined;
97
98
  keywords?: string | string[] | undefined;
99
+ parent?: string[] | undefined;
100
+ inserter?: boolean | undefined;
98
101
  templates?: string[] | null | undefined;
99
- tags?: string[] | undefined;
100
- flags?: Record<string, any> | undefined;
101
102
  childTags?: string[] | undefined;
102
103
  childBlocks?: string[] | undefined;
103
- parent?: string[] | undefined;
104
104
  ancestors?: string[] | undefined;
105
105
  dynamic?: boolean | undefined;
106
+ cache?: boolean | undefined;
106
107
  allowMultiple?: boolean | undefined;
107
108
  postMetaBlock?: {
108
109
  postTypes: string[];
109
110
  fieldName: string;
110
111
  } | undefined;
111
- frontendMode?: "default" | "hidden" | "childrenOnly" | undefined;
112
- inserter?: boolean | undefined;
112
+ frontendMode?: "hidden" | "default" | "childrenOnly" | undefined;
113
113
  blockStyles?: {
114
- name: string;
115
114
  label: string;
115
+ name: string;
116
116
  isDefault?: boolean | undefined;
117
117
  }[] | undefined;
118
118
  lazyLoad?: boolean | undefined;
@@ -9,21 +9,21 @@ export declare const ViewMetaSchema: z.ZodObject<{
9
9
  routePattern: z.ZodOptional<z.ZodString>;
10
10
  postType: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
11
11
  }, "strip", z.ZodTypeAny, {
12
- cache: boolean;
13
- fileName: string;
14
- slug: string;
15
12
  title: string;
13
+ slug: string;
14
+ fileName: string;
15
+ cache: boolean;
16
16
  isCustomTemplate: boolean;
17
- routePattern?: string | undefined;
18
17
  postType?: string[] | undefined;
18
+ routePattern?: string | undefined;
19
19
  }, {
20
- fileName: string;
21
- slug: string;
22
20
  title: string;
21
+ slug: string;
22
+ fileName: string;
23
+ postType?: string[] | undefined;
23
24
  cache?: boolean | undefined;
24
25
  isCustomTemplate?: boolean | undefined;
25
26
  routePattern?: string | undefined;
26
- postType?: string[] | undefined;
27
27
  }>;
28
28
  export type ViewMetadata = z.infer<typeof ViewMetaSchema>;
29
29
  export type ViewMetadataConstructor = z.input<typeof ViewMetaSchema>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eddev",
3
- "version": "2.0.0-beta.244",
3
+ "version": "2.0.0-beta.246",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "type": "module",