@absolutejs/absolute 0.19.0-beta.698 → 0.19.0-beta.699

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,4 +1,4 @@
1
- import { AfterViewInit } from '@angular/core';
1
+ import { type AfterViewInit } from '@angular/core';
2
2
  import { type AngularDeferSlotPayload } from './defer-slot-payload.js';
3
3
  import { type DeferSlotTemplateContext, DeferErrorTemplateDirective, DeferFallbackTemplateDirective, DeferResolvedTemplateDirective } from './defer-slot-templates.directive.js';
4
4
  import * as i0 from "@angular/core";
@@ -25,6 +25,15 @@ export declare const prepare: (configOrPath?: string) => Promise<{
25
25
  macroFn: {};
26
26
  parser: {};
27
27
  response: {};
28
+ } & {
29
+ schema: {};
30
+ standaloneSchema: {};
31
+ macro: {};
32
+ macroFn: {};
33
+ parser: {};
34
+ response: {
35
+ 200: Response;
36
+ };
28
37
  }, ((({
29
38
  ".well-known": {
30
39
  appspecific: {
@@ -235,6 +244,15 @@ export declare const prepare: (configOrPath?: string) => Promise<{
235
244
  macroFn: {};
236
245
  parser: {};
237
246
  response: {};
247
+ } & {
248
+ schema: {};
249
+ standaloneSchema: {};
250
+ macro: {};
251
+ macroFn: {};
252
+ parser: {};
253
+ response: {
254
+ 200: Response;
255
+ };
238
256
  }, {} | {
239
257
  [x: string]: {
240
258
  get: {
package/package.json CHANGED
@@ -333,5 +333,5 @@
333
333
  "typecheck": "bun run src/cli/index.ts typecheck --config example/absolute.config.ts"
334
334
  },
335
335
  "types": "./dist/src/index.d.ts",
336
- "version": "0.19.0-beta.698"
336
+ "version": "0.19.0-beta.699"
337
337
  }