scratch-storage 2.3.178 → 2.3.179
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.
- package/CHANGELOG.md +7 -0
- package/dist/node/scratch-storage.js +3 -3
- package/dist/node/scratch-storage.js.map +1 -1
- package/dist/web/scratch-storage.js +3 -3
- package/dist/web/scratch-storage.js.map +1 -1
- package/dist/web/scratch-storage.min.js +3 -3
- package/dist/web/scratch-storage.min.js.map +1 -1
- package/pack/scratch-storage-2.3.179.tgz +0 -0
- package/package.json +2 -2
- package/pack/scratch-storage-2.3.178.tgz +0 -0
|
@@ -284,8 +284,8 @@ function _objectWithoutProperties(e, t) {
|
|
|
284
284
|
r,
|
|
285
285
|
i = objectWithoutPropertiesLoose(e, t);
|
|
286
286
|
if (Object.getOwnPropertySymbols) {
|
|
287
|
-
var
|
|
288
|
-
for (r = 0; r <
|
|
287
|
+
var s = Object.getOwnPropertySymbols(e);
|
|
288
|
+
for (r = 0; r < s.length; r++) o = s[r], t.includes(o) || {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]);
|
|
289
289
|
}
|
|
290
290
|
return i;
|
|
291
291
|
}
|
|
@@ -304,7 +304,7 @@ function _objectWithoutPropertiesLoose(r, e) {
|
|
|
304
304
|
if (null == r) return {};
|
|
305
305
|
var t = {};
|
|
306
306
|
for (var n in r) if ({}.hasOwnProperty.call(r, n)) {
|
|
307
|
-
if (e.
|
|
307
|
+
if (e.includes(n)) continue;
|
|
308
308
|
t[n] = r[n];
|
|
309
309
|
}
|
|
310
310
|
return t;
|