publ-echo-test 0.0.198 → 0.0.199

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.
@@ -121,7 +121,6 @@ var GridItem = function (_a) {
121
121
  attributes: true,
122
122
  subtree: true,
123
123
  attributeOldValue: true,
124
- attributeFilter: ['class'],
125
124
  };
126
125
  // 대상 노드와 설정으로 관찰 시작
127
126
  observer.observe(targetNode, config);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "publ-echo-test",
3
- "version": "0.0.198",
3
+ "version": "0.0.199",
4
4
  "private": false,
5
5
  "main": "dist/lib/index.js",
6
6
  "types": "dist/lib/index.d.js",