be-hive 0.0.152 → 0.0.153

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 +0 -1
  2. package/package.json +3 -3
package/be-hive.js CHANGED
@@ -118,7 +118,6 @@ export class BeHive extends HTMLElement {
118
118
  beEnhanced[enhPropKey] = enhancementInstance;
119
119
  const initialAttrInfo = mo.readAttrs(mountedElement);
120
120
  if (map !== undefined) {
121
- debugger;
122
121
  for (const attr of initialAttrInfo) {
123
122
  const leafIdx = 0;
124
123
  const { parts, newValue } = attr;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "be-hive",
3
- "version": "0.0.152",
3
+ "version": "0.0.153",
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.84",
31
+ "be-enhanced": "0.0.85",
32
32
  "mount-observer": "0.0.20",
33
- "trans-render": "0.0.766"
33
+ "trans-render": "0.0.767"
34
34
  },
35
35
  "devDependencies": {
36
36
  "may-it-serve": "0.0.6"