publ-echo-test 0.0.288 → 0.0.289

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.
@@ -147,7 +147,7 @@ var GridItem = function (_a) {
147
147
  var minWidth = 0;
148
148
  // const minHeight =
149
149
  // Number(mutation.target.dataset.minHeight) + insetTop + insetBottom;
150
- console.log("mutation target", mutation.target);
150
+ console.dir("mutation target", mutation.target);
151
151
  var contentsWrapper = mutation.target.querySelector(".cb-contentslist-wrapper");
152
152
  var oneComposition = mutation.target.querySelector(".composition-container");
153
153
  var minHeight = 0;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "publ-echo-test",
3
- "version": "0.0.288",
3
+ "version": "0.0.289",
4
4
  "private": false,
5
5
  "main": "dist/lib/index.js",
6
6
  "types": "dist/lib/index.d.js",