publ-echo-test 0.0.39 → 0.0.47

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.
@@ -380,7 +380,7 @@ var GridItem = function (_a) {
380
380
  // NOTE: test to fix
381
381
  if (handle === 'nw' || handle === 'ne' || handle === 'sw' || handle === 'se') {
382
382
  if (prevH === h) {
383
- newX = x;
383
+ newY = y;
384
384
  }
385
385
  }
386
386
  handler(i, w, h, { e: e, node: node, size: size }, newX, newY);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "publ-echo-test",
3
- "version": "0.0.39",
3
+ "version": "0.0.47",
4
4
  "private": false,
5
5
  "main": "dist/lib/index.js",
6
6
  "types": "dist/lib/index.d.js",