@plitzi/plitzi-sdk 0.32.5 → 0.32.6

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,25 @@
1
1
  # @plitzi/plitzi-sdk
2
2
 
3
+ ## 0.32.6
4
+
5
+ ### Patch Changes
6
+
7
+ - v0.32.6
8
+ - Updated dependencies
9
+ - @plitzi/nexus@0.32.6
10
+ - @plitzi/sdk-auth@0.32.6
11
+ - @plitzi/sdk-collections@0.32.6
12
+ - @plitzi/sdk-dev-tools@0.32.6
13
+ - @plitzi/sdk-elements@0.32.6
14
+ - @plitzi/sdk-event-bridge@0.32.6
15
+ - @plitzi/sdk-interactions@0.32.6
16
+ - @plitzi/sdk-navigation@0.32.6
17
+ - @plitzi/sdk-plugins@0.32.6
18
+ - @plitzi/sdk-schema@0.32.6
19
+ - @plitzi/sdk-shared@0.32.6
20
+ - @plitzi/sdk-style@0.32.6
21
+ - @plitzi/sdk-variables@0.32.6
22
+
3
23
  ## 0.32.5
4
24
 
5
25
  ### Patch Changes
package/dist/index.html CHANGED
@@ -58,7 +58,7 @@
58
58
  'plitzi',
59
59
  {
60
60
  webKey:
61
- 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJkYXRhIjp7InNwYWNlSWQiOjF9LCJpc3MiOiJodHRwczovL3NlcnZlci5wbGl0emkubG9jYWwiLCJhdWQiOlsiaHR0cHM6Ly9hcHAucGxpdHppLmxvY2FsIiwiaHR0cHM6Ly9zc3IucGxpdHppLmxvY2FsOjQwMDAiLCJodHRwczovL3NlcnZlci5wbGl0emkubG9jYWwiLCJodHRwczovL2FwaS5wbGl0emkubG9jYWwiLCJodHRwczovL21jcC5wbGl0emkubG9jYWwiLCJodHRwczovL2FwcC5wbGl0emkubG9jYWw6MzAwMCIsImh0dHBzOi8vYXBwLnBsaXR6aS5sb2NhbDozMDAxIiwiaHR0cHM6Ly93ZWJzaXRlLnBsaXR6aS5hcHAiXSwidmVyc2lvbiI6MSwiZXhwIjoxNzg1ODI2MDcwLCJpYXQiOjE3ODMxOTYwNzQsIm5iZiI6MTc4MzE5NjA3NH0.RJb3-crFskL_qIG4yxvEtiQ-omXKNROR4dHBvny_-MI',
61
+ 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJkYXRhIjp7InNwYWNlSWQiOjF9LCJpc3MiOiJodHRwczovL3NlcnZlci5wbGl0emkubG9jYWwiLCJhdWQiOlsiaHR0cHM6Ly9hcHAucGxpdHppLmxvY2FsIiwiaHR0cHM6Ly9zc3IucGxpdHppLmxvY2FsIiwiaHR0cHM6Ly9zZXJ2ZXIucGxpdHppLmxvY2FsIiwiaHR0cHM6Ly9hcGkucGxpdHppLmxvY2FsIiwiaHR0cHM6Ly9tY3AucGxpdHppLmxvY2FsIiwiaHR0cHM6Ly9hcHAucGxpdHppLmxvY2FsOjMwMDAiLCJodHRwczovL2FwcC5wbGl0emkubG9jYWw6MzAwMSIsImh0dHBzOi8vd2Vic2l0ZS5wbGl0emkuYXBwIl0sInZlcnNpb24iOjEsImV4cCI6MTc4NzUxNzU3OSwiaWF0IjoxNzg0ODg3NTgzLCJuYmYiOjE3ODQ4ODc1ODN9.p5IEtdMhZrpampKtiWVuAUI6keMAAqtXmpdgL10A-6k',
62
62
  environment: 'main',
63
63
  revision: 0,
64
64
  renderMode: 'raw',
@@ -68,9 +68,7 @@
68
68
  apiServer: 'https://api.plitzi.local',
69
69
  ssrServer: 'https://ssr.plitzi.local',
70
70
  // SDK
71
- nodeServer: 'https://server.plitzi.local',
72
- aiServer: 'https://mcp.plitzi.local',
73
- graphqlServer: 'https://server.plitzi.local',
71
+ serverUrl: 'https://server.plitzi.local',
74
72
  websocketServer: 'wss://server.plitzi.local',
75
73
  subscriptionServer: 'wss://server.plitzi.local/subscriptions'
76
74
  },
@@ -775,7 +775,7 @@ var require_react_development = /* @__PURE__ */ __commonJSMin(((exports, module)
775
775
  exports.useTransition = function() {
776
776
  return resolveDispatcher().useTransition();
777
777
  };
778
- exports.version = "19.2.7";
778
+ exports.version = "19.2.8";
779
779
  "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ && "function" === typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop && __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(Error());
780
780
  })();
781
781
  }));
@@ -1191,7 +1191,7 @@ var require_react_dom_development = /* @__PURE__ */ __commonJSMin(((exports) =>
1191
1191
  exports.useFormStatus = function() {
1192
1192
  return resolveDispatcher().useHostTransitionStatus();
1193
1193
  };
1194
- exports.version = "19.2.7";
1194
+ exports.version = "19.2.8";
1195
1195
  "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ && "function" === typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop && __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(Error());
1196
1196
  })();
1197
1197
  }));
@@ -15493,7 +15493,7 @@ var require_react_dom_client_development = /* @__PURE__ */ __commonJSMin(((expor
15493
15493
  };
15494
15494
  (function() {
15495
15495
  var isomorphicReactPackageVersion = React.version;
15496
- if ("19.2.7" !== isomorphicReactPackageVersion) throw Error("Incompatible React versions: The \"react\" and \"react-dom\" packages must have the exact same version. Instead got:\n - react: " + (isomorphicReactPackageVersion + "\n - react-dom: 19.2.7\nLearn more: https://react.dev/warnings/version-mismatch"));
15496
+ if ("19.2.8" !== isomorphicReactPackageVersion) throw Error("Incompatible React versions: The \"react\" and \"react-dom\" packages must have the exact same version. Instead got:\n - react: " + (isomorphicReactPackageVersion + "\n - react-dom: 19.2.8\nLearn more: https://react.dev/warnings/version-mismatch"));
15497
15497
  })();
15498
15498
  "function" === typeof Map && null != Map.prototype && "function" === typeof Map.prototype.forEach && "function" === typeof Set && null != Set.prototype && "function" === typeof Set.prototype.clear && "function" === typeof Set.prototype.forEach || console.error("React depends on Map and Set built-in types. Make sure that you load a polyfill in older browsers. https://react.dev/link/react-polyfills");
15499
15499
  ReactDOMSharedInternals.findDOMNode = function(componentOrElement) {
@@ -15511,10 +15511,10 @@ var require_react_dom_client_development = /* @__PURE__ */ __commonJSMin(((expor
15511
15511
  if (!(function() {
15512
15512
  var internals = {
15513
15513
  bundleType: 1,
15514
- version: "19.2.7",
15514
+ version: "19.2.8",
15515
15515
  rendererPackageName: "react-dom",
15516
15516
  currentDispatcherRef: ReactSharedInternals,
15517
- reconcilerVersion: "19.2.7"
15517
+ reconcilerVersion: "19.2.8"
15518
15518
  };
15519
15519
  internals.overrideHookState = overrideHookState;
15520
15520
  internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -15568,7 +15568,7 @@ var require_react_dom_client_development = /* @__PURE__ */ __commonJSMin(((expor
15568
15568
  listenToAllSupportedEvents(container);
15569
15569
  return new ReactDOMHydrationRoot(initialChildren);
15570
15570
  };
15571
- exports.version = "19.2.7";
15571
+ exports.version = "19.2.8";
15572
15572
  "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ && "function" === typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop && __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(Error());
15573
15573
  })();
15574
15574
  }));
Binary file