@absolutejs/absolute 0.19.0-beta.354 → 0.19.0-beta.356

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,3 +1,4 @@
1
+ import '@angular/compiler';
1
2
  export declare const handleAngularPageRequest: <Props extends Record<string, unknown> = Record<never, never>>(_importer: import("..").AngularPageImporter<Props>, pagePath: string, indexPath: string, headTag?: `<head>${string}</head>` | undefined, ...props: keyof Props extends never ? [] : [props: NoInfer<Props>]) => Promise<Response>;
2
3
  export { createTypedIsland } from './createIsland';
3
4
  export { getCachedRouteData } from './ssrRender';
package/package.json CHANGED
@@ -220,12 +220,12 @@
220
220
  "main": "./dist/index.js",
221
221
  "name": "@absolutejs/absolute",
222
222
  "optionalDependencies": {
223
- "@absolutejs/native-darwin-arm64": "0.19.0-beta.354",
224
- "@absolutejs/native-darwin-x64": "0.19.0-beta.354",
225
- "@absolutejs/native-linux-arm64": "0.19.0-beta.354",
226
- "@absolutejs/native-linux-x64": "0.19.0-beta.354",
227
- "@absolutejs/native-windows-arm64": "0.19.0-beta.354",
228
- "@absolutejs/native-windows-x64": "0.19.0-beta.354"
223
+ "@absolutejs/native-darwin-arm64": "0.19.0-beta.355",
224
+ "@absolutejs/native-darwin-x64": "0.19.0-beta.355",
225
+ "@absolutejs/native-linux-arm64": "0.19.0-beta.355",
226
+ "@absolutejs/native-linux-x64": "0.19.0-beta.355",
227
+ "@absolutejs/native-windows-arm64": "0.19.0-beta.355",
228
+ "@absolutejs/native-windows-x64": "0.19.0-beta.355"
229
229
  },
230
230
  "overrides": {
231
231
  "@typescript-eslint/utils": "8.56.1"
@@ -306,5 +306,5 @@
306
306
  "typecheck": "bun run src/cli/index.ts typecheck --config example/absolute.config.ts"
307
307
  },
308
308
  "types": "./dist/src/index.d.ts",
309
- "version": "0.19.0-beta.354"
309
+ "version": "0.19.0-beta.356"
310
310
  }