be-hive 0.0.117 → 0.0.118

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 +2 -1
  2. package/package.json +3 -3
package/be-hive.js CHANGED
@@ -120,7 +120,8 @@ export class BeHive extends HTMLElement {
120
120
  const namespacedName = beEnhanced.getFQName(localName);
121
121
  if (namespacedName === undefined)
122
122
  return;
123
- beEnhanced.whenAttached(localName);
123
+ //console.log({namespacedName});
124
+ beEnhanced.whenAttached(namespacedName);
124
125
  });
125
126
  }
126
127
  async beatify(content) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "be-hive",
3
- "version": "0.0.117",
3
+ "version": "0.0.118",
4
4
  "keywords": [
5
5
  "web-components",
6
6
  "web-component",
@@ -28,8 +28,8 @@
28
28
  "update": "ncu -u && npm install"
29
29
  },
30
30
  "dependencies": {
31
- "be-enhanced": "0.0.46",
32
- "trans-render": "0.0.704"
31
+ "be-enhanced": "0.0.47",
32
+ "trans-render": "0.0.705"
33
33
  },
34
34
  "devDependencies": {
35
35
  "may-it-serve": "0.0.5"