@absolutejs/absolute 0.19.0-beta.353 → 0.19.0-beta.355

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
@@ -4,7 +4,6 @@
4
4
  "absolute": "dist/cli/index.js"
5
5
  },
6
6
  "dependencies": {
7
- "@absolutejs/absolute": "0.19.0-beta.345",
8
7
  "@angular/compiler": "^21.0.0",
9
8
  "zustand": "^5.0.12"
10
9
  },
@@ -221,12 +220,12 @@
221
220
  "main": "./dist/index.js",
222
221
  "name": "@absolutejs/absolute",
223
222
  "optionalDependencies": {
224
- "@absolutejs/native-darwin-arm64": "0.19.0-beta.353",
225
- "@absolutejs/native-darwin-x64": "0.19.0-beta.353",
226
- "@absolutejs/native-linux-arm64": "0.19.0-beta.353",
227
- "@absolutejs/native-linux-x64": "0.19.0-beta.353",
228
- "@absolutejs/native-windows-arm64": "0.19.0-beta.353",
229
- "@absolutejs/native-windows-x64": "0.19.0-beta.353"
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"
230
229
  },
231
230
  "overrides": {
232
231
  "@typescript-eslint/utils": "8.56.1"
@@ -307,5 +306,5 @@
307
306
  "typecheck": "bun run src/cli/index.ts typecheck --config example/absolute.config.ts"
308
307
  },
309
308
  "types": "./dist/src/index.d.ts",
310
- "version": "0.19.0-beta.353"
309
+ "version": "0.19.0-beta.355"
311
310
  }