be-hive 0.0.174 → 0.0.176

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.
Files changed (2) hide show
  1. package/be-hive.js +1 -2
  2. package/package.json +3 -3
package/be-hive.js CHANGED
@@ -1,4 +1,5 @@
1
1
  import { Synthesizer } from 'mount-observer/Synthesizer.js';
2
+ export { MountObserver } from 'mount-observer/MountObserver.js';
2
3
  import 'be-enhanced/beEnhanced.js';
3
4
  export const defaultObsAttrs = {
4
5
  hasRootIn: [
@@ -59,8 +60,6 @@ export class BeHive extends Synthesizer {
59
60
  mo.addEventListener('mount', async (e) => {
60
61
  const { mountedElement } = e;
61
62
  const { beEnhanced } = mountedElement;
62
- //const {do: d, map} = mbh;
63
- //const enhancementConstructor = await d!.mount.import();
64
63
  const enhancementConstructor = await importEnh();
65
64
  const { enhPropKey } = mergeWithDefaults;
66
65
  const initialPropValues = beEnhanced[enhPropKey] || {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "be-hive",
3
- "version": "0.0.174",
3
+ "version": "0.0.176",
4
4
  "keywords": [
5
5
  "web-components",
6
6
  "web-component",
@@ -28,9 +28,9 @@
28
28
  "update": "ncu -u && npm install"
29
29
  },
30
30
  "dependencies": {
31
- "be-enhanced": "0.0.98",
31
+ "be-enhanced": "0.0.99",
32
32
  "mount-observer": "0.0.27",
33
- "trans-render": "0.0.780"
33
+ "trans-render": "0.0.781"
34
34
  },
35
35
  "devDependencies": {
36
36
  "may-it-serve": "0.0.6"