@powfix/core-js 0.28.1 → 0.28.2

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.
@@ -166,6 +166,9 @@ var ClassName = /*#__PURE__*/ function(Set1) {
166
166
  continue;
167
167
  }
168
168
  if (typeof value === "string") {
169
+ if (value === "") {
170
+ continue;
171
+ }
169
172
  _this.add(value);
170
173
  }
171
174
  }
@@ -166,6 +166,9 @@ var ClassName = /*#__PURE__*/ function(Set1) {
166
166
  continue;
167
167
  }
168
168
  if (typeof value === "string") {
169
+ if (value === "") {
170
+ continue;
171
+ }
169
172
  _this.add(value);
170
173
  }
171
174
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powfix/core-js",
3
- "version": "0.28.1",
3
+ "version": "0.28.2",
4
4
  "description": "core package",
5
5
  "author": "Kwon Kyung-Min <powfix@gmail.com>",
6
6
  "private": false,