@absolutejs/absolute 0.19.0-beta.972 → 0.19.0-beta.973

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,7 +1,3 @@
1
1
  import type { EnvironmentProviders, Provider } from '@angular/core';
2
- /** Derive the manifest key (PascalCase basename) from the page's
3
- * resolved source path. Matches `generateManifest`'s convention for
4
- * Angular `pages/` so `home/home.ts` → `Home`,
5
- * `portal/portal.ts` → `Portal`, etc. */
6
2
  export declare const manifestKeyForPagePath: (pageSourcePath: string) => string;
7
3
  export declare const loadPageProviders: (pageSourcePath: string) => Promise<ReadonlyArray<Provider | EnvironmentProviders>>;
package/package.json CHANGED
@@ -402,5 +402,5 @@
402
402
  ]
403
403
  }
404
404
  },
405
- "version": "0.19.0-beta.972"
405
+ "version": "0.19.0-beta.973"
406
406
  }