@plitzi/plitzi-sdk 0.32.14 → 0.32.16

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 CHANGED
@@ -1,5 +1,44 @@
1
1
  # @plitzi/plitzi-sdk
2
2
 
3
+ ## 0.32.16
4
+
5
+ ### Patch Changes
6
+
7
+ - v0.32.16
8
+ - Updated dependencies
9
+ - @plitzi/sdk-auth@0.32.16
10
+ - @plitzi/sdk-collections@0.32.16
11
+ - @plitzi/sdk-dev-tools@0.32.16
12
+ - @plitzi/sdk-elements@0.32.16
13
+ - @plitzi/sdk-event-bridge@0.32.16
14
+ - @plitzi/sdk-interactions@0.32.16
15
+ - @plitzi/sdk-navigation@0.32.16
16
+ - @plitzi/sdk-plugins@0.32.16
17
+ - @plitzi/sdk-schema@0.32.16
18
+ - @plitzi/sdk-shared@0.32.16
19
+ - @plitzi/sdk-style@0.32.16
20
+ - @plitzi/sdk-variables@0.32.16
21
+
22
+ ## 0.32.15
23
+
24
+ ### Patch Changes
25
+
26
+ - v0.32.15
27
+ - Updated dependencies
28
+ - @plitzi/nexus@0.32.15
29
+ - @plitzi/sdk-auth@0.32.15
30
+ - @plitzi/sdk-collections@0.32.15
31
+ - @plitzi/sdk-dev-tools@0.32.15
32
+ - @plitzi/sdk-elements@0.32.15
33
+ - @plitzi/sdk-event-bridge@0.32.15
34
+ - @plitzi/sdk-interactions@0.32.15
35
+ - @plitzi/sdk-navigation@0.32.15
36
+ - @plitzi/sdk-plugins@0.32.15
37
+ - @plitzi/sdk-schema@0.32.15
38
+ - @plitzi/sdk-shared@0.32.15
39
+ - @plitzi/sdk-style@0.32.15
40
+ - @plitzi/sdk-variables@0.32.15
41
+
3
42
  ## 0.32.14
4
43
 
5
44
  ### Patch Changes
@@ -16,7 +16,7 @@ var __copyProps = (to, from, except, desc) => {
16
16
  }
17
17
  return to;
18
18
  };
19
- var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", {
19
+ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(isNodeMode || !mod || !mod.__esModule || !__hasOwnProp.call(mod, "default") ? __defProp(target, "default", {
20
20
  value: mod,
21
21
  enumerable: true
22
22
  }) : target, mod));
@@ -1257,7 +1257,6 @@ var require_scheduler_development = /* @__PURE__ */ __commonJSMin(((exports) =>
1257
1257
  } finally {
1258
1258
  currentTask = null, currentPriorityLevel = previousPriorityLevel, isPerformingWork = !1;
1259
1259
  }
1260
- hasMoreWork = void 0;
1261
1260
  }
1262
1261
  } finally {
1263
1262
  hasMoreWork ? schedulePerformWorkUntilDeadline() : isMessageLoopRunning = !1;
@@ -2052,7 +2051,6 @@ var require_react_dom_client_development = /* @__PURE__ */ __commonJSMin(((expor
2052
2051
  } finally {
2053
2052
  setCurrentFiber(previousFiber);
2054
2053
  }
2055
- throw Error("runWithFiberInDEV should never be called in production. This is a bug in React.");
2056
2054
  }
2057
2055
  function setCurrentFiber(fiber) {
2058
2056
  ReactSharedInternals.getCurrentStack = null === fiber ? null : getCurrentFiberStackInDev;
Binary file