publ-echo-test 0.0.101 → 0.0.103

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.
@@ -207,7 +207,6 @@ var ReactGridLayout = function (_a) {
207
207
  if (!oldDragItem) {
208
208
  return;
209
209
  }
210
- // console.log(x, y)
211
210
  var xgap = x - oldDragItem.x;
212
211
  var ygap = y - oldDragItem.y;
213
212
  var placeholder = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "publ-echo-test",
3
- "version": "0.0.101",
3
+ "version": "0.0.103",
4
4
  "private": false,
5
5
  "main": "dist/lib/index.js",
6
6
  "types": "dist/lib/index.d.js",
@@ -52,8 +52,5 @@
52
52
  "styled-components": "^5.3.10",
53
53
  "typescript": "^5.1.6",
54
54
  "web-vitals": "^2.1.4"
55
- },
56
- "dependencies": {
57
- "build-lib": "^1.0.0"
58
55
  }
59
56
  }