@absolutejs/absolute 0.19.0-beta.312 → 0.19.0-beta.313
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.
- package/dist/build.js +4 -2
- package/dist/build.js.map +3 -3
- package/dist/index.js +4 -2
- package/dist/index.js.map +3 -3
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -880,8 +880,10 @@ var normalizeImportPath2 = (fromFile, targetFile) => {
|
|
|
880
880
|
const sharedDtsTarget = resolve5(dirname3(resolvedRegistryPath), "absolute-islands.d.ts");
|
|
881
881
|
const buildRegistryAugmentation = (registryImportPath, moduleBody) => `import type { islandRegistry } from ${JSON.stringify(registryImportPath)};
|
|
882
882
|
|
|
883
|
+
` + `type GeneratedAbsoluteIslandRegistry = typeof islandRegistry;
|
|
884
|
+
|
|
883
885
|
` + `declare global {
|
|
884
|
-
interface AbsoluteIslandRegistry extends
|
|
886
|
+
interface AbsoluteIslandRegistry extends GeneratedAbsoluteIslandRegistry {}
|
|
885
887
|
}
|
|
886
888
|
|
|
887
889
|
` + (moduleBody ? `${moduleBody}
|
|
@@ -215504,5 +215506,5 @@ export {
|
|
|
215504
215506
|
ANGULAR_INIT_TIMEOUT_MS
|
|
215505
215507
|
};
|
|
215506
215508
|
|
|
215507
|
-
//# debugId=
|
|
215509
|
+
//# debugId=5E40B456CFBAF1D064756E2164756E21
|
|
215508
215510
|
//# sourceMappingURL=index.js.map
|