@absolutejs/absolute 0.19.0-beta.1081 → 0.19.0-beta.1082

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.
@@ -309,6 +309,13 @@ export declare const prepare: (configOrPath?: string) => Promise<{
309
309
  macroFn: {};
310
310
  parser: {};
311
311
  response: {};
312
+ } & {
313
+ schema: {};
314
+ standaloneSchema: {};
315
+ macro: {};
316
+ macroFn: {};
317
+ parser: {};
318
+ response: {};
312
319
  } & {
313
320
  schema: {};
314
321
  standaloneSchema: {};
package/package.json CHANGED
@@ -418,7 +418,7 @@
418
418
  ]
419
419
  }
420
420
  },
421
- "version": "0.19.0-beta.1081",
421
+ "version": "0.19.0-beta.1082",
422
422
  "workspaces": [
423
423
  "tests/fixtures/*",
424
424
  "tests/fixtures/_packages/*"