lucid-extension-sdk 0.0.360 → 0.0.361

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.
@@ -64,7 +64,7 @@ function pruneObjectField() {
64
64
  return (data, invalidFields, level = 0, key = undefined) => {
65
65
  var _a;
66
66
  // When this is called as a part of objectPruner, level will be atleast 1
67
- if ((0, checks_1.isArray)(data) || (0, checks_1.isObjectUnsafe)(data) || level <= 0) {
67
+ if ((0, checks_1.isArray)(data) || level <= 0) {
68
68
  return data;
69
69
  }
70
70
  const invalidFieldAtCurrentLevel = (_a = invalidFields === null || invalidFields === void 0 ? void 0 : invalidFields.get(level - 1)) === null || _a === void 0 ? void 0 : _a.filter(checks_1.isArray);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lucid-extension-sdk",
3
- "version": "0.0.360",
3
+ "version": "0.0.361",
4
4
  "description": "Utility classes for writing Lucid Software editor extensions",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",