@absolutejs/absolute 0.19.0-beta.334 → 0.19.0-beta.336
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/angular/browser.js +2 -2
- package/dist/angular/browser.js.map +3 -3
- package/dist/angular/index.js +2 -2
- package/dist/angular/index.js.map +3 -3
- package/dist/client/index.js +2 -2
- package/dist/client/index.js.map +3 -3
- package/dist/islands/browser.js +2 -2
- package/dist/islands/browser.js.map +3 -3
- package/dist/islands/index.js +2 -2
- package/dist/islands/index.js.map +3 -3
- package/dist/islands/server.js +2 -2
- package/dist/islands/server.js.map +3 -3
- package/dist/react/browser.js +2 -2
- package/dist/react/browser.js.map +3 -3
- package/dist/react/hooks/index.js +2 -2
- package/dist/react/hooks/index.js.map +3 -3
- package/dist/react/index.js +2 -2
- package/dist/react/index.js.map +3 -3
- package/dist/src/client/islandStore.d.ts +1 -1
- package/dist/svelte/browser.js +2 -2
- package/dist/svelte/browser.js.map +3 -3
- package/dist/svelte/index.js +2 -2
- package/dist/svelte/index.js.map +3 -3
- package/dist/vue/browser.js +2 -2
- package/dist/vue/browser.js.map +3 -3
- package/dist/vue/index.js +2 -2
- package/dist/vue/index.js.map +3 -3
- package/package.json +1 -1
package/dist/angular/index.js
CHANGED
|
@@ -39749,7 +39749,7 @@ var initializeIslandStores = (state) => {
|
|
|
39749
39749
|
applySnapshot(store, nextSnapshot[storeId]);
|
|
39750
39750
|
}
|
|
39751
39751
|
};
|
|
39752
|
-
var createIslandStore = (storeId
|
|
39752
|
+
var createIslandStore = (storeId) => (createState) => {
|
|
39753
39753
|
const stores = getIslandStores();
|
|
39754
39754
|
const existingStore = stores.get(storeId);
|
|
39755
39755
|
if (existingStore) {
|
|
@@ -39809,5 +39809,5 @@ export {
|
|
|
39809
39809
|
Island
|
|
39810
39810
|
};
|
|
39811
39811
|
|
|
39812
|
-
//# debugId=
|
|
39812
|
+
//# debugId=B0FCCDB646127B3764756E2164756E21
|
|
39813
39813
|
//# sourceMappingURL=index.js.map
|