publ-echo-test 0.0.196 → 0.0.197

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.
@@ -110,7 +110,6 @@ var GridItem = function (_a) {
110
110
  attributes: true,
111
111
  subtree: true,
112
112
  attributeOldValue: true,
113
- attributeFilter: ['data-status'],
114
113
  };
115
114
  // 대상 노드와 설정으로 관찰 시작
116
115
  observer.observe(targetNode, config);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "publ-echo-test",
3
- "version": "0.0.196",
3
+ "version": "0.0.197",
4
4
  "private": false,
5
5
  "main": "dist/lib/index.js",
6
6
  "types": "dist/lib/index.d.js",