@shotstack/shotstack-studio 2.0.0-beta.38 → 2.0.0-beta.39

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.
@@ -10,7 +10,7 @@ import "pixi.js/text-html";
10
10
  import "pixi.js/sprite-tiling";
11
11
  import "pixi.js/filters";
12
12
  import "pixi.js/mesh";
13
- const hg = "2.0.0-beta.38", pg = {
13
+ const hg = "2.0.0-beta.39", pg = {
14
14
  version: hg
15
15
  };
16
16
  class gg {
@@ -41050,7 +41050,8 @@ function Hs(s, e, t) {
41050
41050
  let a = s;
41051
41051
  for (let r = 0; r < i.length - 1; r += 1) {
41052
41052
  if (a == null || typeof a != "object") return;
41053
- a = a[i[r]];
41053
+ const n = i[r], o = a[n];
41054
+ (o == null || typeof o != "object") && (a[n] = {}), a = a[n];
41054
41055
  }
41055
41056
  a != null && typeof a == "object" && (a[i[i.length - 1]] = t);
41056
41057
  }