@startinblox/core 0.19.0-beta.14 → 0.19.0-beta.15

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/dist/index.js CHANGED
@@ -11145,6 +11145,8 @@ class CustomGetter {
11145
11145
  );
11146
11146
  permissions = this.resource[this.getExpandedPredicate("permissions")];
11147
11147
  }
11148
+ if (!Array.isArray(permissions))
11149
+ permissions = [permissions];
11148
11150
  return permissions ? permissions : [];
11149
11151
  }
11150
11152
  /**