@its/core 2.6.3-beta.4 → 2.6.4-alpha.0

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.
Files changed (2) hide show
  1. package/dist/core.es.js +1 -1
  2. package/package.json +1 -1
package/dist/core.es.js CHANGED
@@ -8190,7 +8190,7 @@ function qQ() {
8190
8190
  if (d instanceof Set)
8191
8191
  return c(l, d, h, p);
8192
8192
  const y = Object.keys(d);
8193
- if (l == null)
8193
+ if (l == null || n.isPrimitive(l))
8194
8194
  return y.length === 0;
8195
8195
  if (y.length === 0)
8196
8196
  return !0;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "type": "module",
3
3
  "name": "@its/core",
4
- "version": "2.6.3-beta.4",
4
+ "version": "2.6.4-alpha.0",
5
5
  "main": "dist/core.cjs.js",
6
6
  "module": "dist/core.es.js",
7
7
  "types": "dist/types/index.d.ts",