bobe 0.0.49 → 0.0.51
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/bobe.cjs.js +3 -1
- package/dist/bobe.cjs.js.map +1 -1
- package/dist/bobe.compiler.cjs.js +3 -1
- package/dist/bobe.compiler.cjs.js.map +1 -1
- package/dist/bobe.compiler.esm.js +3 -1
- package/dist/bobe.compiler.esm.js.map +1 -1
- package/dist/bobe.esm.js +3 -1
- package/dist/bobe.esm.js.map +1 -1
- package/dist/index.d.ts +3 -1
- package/dist/index.umd.js +3 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +3 -3
package/dist/index.d.ts
CHANGED
package/dist/index.umd.js
CHANGED
|
@@ -2025,7 +2025,9 @@
|
|
|
2025
2025
|
const render = ComponentOrRender;
|
|
2026
2026
|
const boundStore = render.boundStore;
|
|
2027
2027
|
child = aoye.deepSignal({}, aoye.getPulling(), true);
|
|
2028
|
-
|
|
2028
|
+
if (boundStore) {
|
|
2029
|
+
Object.setPrototypeOf(child, boundStore);
|
|
2030
|
+
}
|
|
2029
2031
|
tokenizer = render(true);
|
|
2030
2032
|
}
|
|
2031
2033
|
const node = {
|