@absolutejs/absolute 0.19.0-beta.297 → 0.19.0-beta.299

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.
@@ -150,7 +150,7 @@ var createIsland = (_registry) => {
150
150
  };
151
151
  };
152
152
  // src/svelte/components/Island.svelte
153
- var Island_default = "../Island-vpd6aw0h.svelte";
153
+ import Island_default from "./components/Island.svelte";
154
154
  // src/svelte/resolveIslandHtml.browser.ts
155
155
  init_islandMarkupAttributes();
156
156
  var buildFallbackMarkup = (props) => `<div ${serializeIslandAttributes(getIslandMarkerAttributes(props))}></div>`;
package/package.json CHANGED
@@ -310,5 +310,5 @@
310
310
  "typecheck": "bun run src/cli/index.ts typecheck --config example/absolute.config.ts"
311
311
  },
312
312
  "types": "./dist/src/index.d.ts",
313
- "version": "0.19.0-beta.297"
313
+ "version": "0.19.0-beta.299"
314
314
  }