@plitzi/plitzi-sdk 0.32.5 → 0.32.7
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 +40 -0
- package/dist/index.html +2 -4
- package/dist/plitzi-sdk-dev-vendor.js +6 -6
- package/dist/plitzi-sdk-dev-vendor.js.gz +0 -0
- package/dist/plitzi-sdk-dev-vendor.js.map +1 -1
- package/dist/plitzi-sdk-dev-vendor.js.map.gz +0 -0
- package/dist/plitzi-sdk-devtools.css +2 -2
- package/dist/plitzi-sdk-devtools.css.gz +0 -0
- package/dist/plitzi-sdk-vendor.js +1 -1
- package/dist/plitzi-sdk-vendor.js.gz +0 -0
- package/dist/plitzi-sdk.css +2 -2
- package/dist/plitzi-sdk.css.gz +0 -0
- package/dist/plitzi-sdk.js +265 -259
- package/dist/plitzi-sdk.js.gz +0 -0
- package/package.json +36 -37
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,45 @@
|
|
|
1
1
|
# @plitzi/plitzi-sdk
|
|
2
2
|
|
|
3
|
+
## 0.32.7
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- v0.32.7
|
|
8
|
+
- Updated dependencies
|
|
9
|
+
- @plitzi/nexus@0.32.7
|
|
10
|
+
- @plitzi/sdk-auth@0.32.7
|
|
11
|
+
- @plitzi/sdk-collections@0.32.7
|
|
12
|
+
- @plitzi/sdk-dev-tools@0.32.7
|
|
13
|
+
- @plitzi/sdk-elements@0.32.7
|
|
14
|
+
- @plitzi/sdk-event-bridge@0.32.7
|
|
15
|
+
- @plitzi/sdk-interactions@0.32.7
|
|
16
|
+
- @plitzi/sdk-navigation@0.32.7
|
|
17
|
+
- @plitzi/sdk-plugins@0.32.7
|
|
18
|
+
- @plitzi/sdk-schema@0.32.7
|
|
19
|
+
- @plitzi/sdk-shared@0.32.7
|
|
20
|
+
- @plitzi/sdk-style@0.32.7
|
|
21
|
+
- @plitzi/sdk-variables@0.32.7
|
|
22
|
+
|
|
23
|
+
## 0.32.6
|
|
24
|
+
|
|
25
|
+
### Patch Changes
|
|
26
|
+
|
|
27
|
+
- v0.32.6
|
|
28
|
+
- Updated dependencies
|
|
29
|
+
- @plitzi/nexus@0.32.6
|
|
30
|
+
- @plitzi/sdk-auth@0.32.6
|
|
31
|
+
- @plitzi/sdk-collections@0.32.6
|
|
32
|
+
- @plitzi/sdk-dev-tools@0.32.6
|
|
33
|
+
- @plitzi/sdk-elements@0.32.6
|
|
34
|
+
- @plitzi/sdk-event-bridge@0.32.6
|
|
35
|
+
- @plitzi/sdk-interactions@0.32.6
|
|
36
|
+
- @plitzi/sdk-navigation@0.32.6
|
|
37
|
+
- @plitzi/sdk-plugins@0.32.6
|
|
38
|
+
- @plitzi/sdk-schema@0.32.6
|
|
39
|
+
- @plitzi/sdk-shared@0.32.6
|
|
40
|
+
- @plitzi/sdk-style@0.32.6
|
|
41
|
+
- @plitzi/sdk-variables@0.32.6
|
|
42
|
+
|
|
3
43
|
## 0.32.5
|
|
4
44
|
|
|
5
45
|
### Patch Changes
|
package/dist/index.html
CHANGED
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
'plitzi',
|
|
59
59
|
{
|
|
60
60
|
webKey:
|
|
61
|
-
'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.
|
|
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
|
-
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
15514
|
+
version: "19.2.8",
|
|
15515
15515
|
rendererPackageName: "react-dom",
|
|
15516
15516
|
currentDispatcherRef: ReactSharedInternals,
|
|
15517
|
-
reconcilerVersion: "19.2.
|
|
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.
|
|
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
|