@plitzi/sdk-shared 0.32.8 → 0.32.10
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 +16 -0
- package/dist/types/ServerTypes.d.ts +0 -8
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# @plitzi/sdk-shared
|
|
2
2
|
|
|
3
|
+
## 0.32.10
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- v0.32.10
|
|
8
|
+
- Updated dependencies
|
|
9
|
+
- @plitzi/nexus@0.32.10
|
|
10
|
+
|
|
11
|
+
## 0.32.9
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- v0.32.9
|
|
16
|
+
- Updated dependencies
|
|
17
|
+
- @plitzi/nexus@0.32.9
|
|
18
|
+
|
|
3
19
|
## 0.32.8
|
|
4
20
|
|
|
5
21
|
### Patch Changes
|
|
@@ -280,14 +280,6 @@ export type SSRServerConfig = {
|
|
|
280
280
|
serviceUrl: string;
|
|
281
281
|
renderBaseUrl: string;
|
|
282
282
|
};
|
|
283
|
-
/** MCP Apps: enables the interactive `ui://` render view plitzi_render links to. `sdkBase` is this server's
|
|
284
|
-
* absolute origin (it must serve the Plitzi SDK bundle under /sdk-assets — see `static`); the iframe imports
|
|
285
|
-
* the SDK from there and renders the widget client-side. When absent, the view is not registered. `devMode`
|
|
286
|
-
* selects the SDK vendor bundle name (dev vs prod split), matching the SSR asset resolution. */
|
|
287
|
-
renderApp?: {
|
|
288
|
-
sdkBase: string;
|
|
289
|
-
devMode?: boolean;
|
|
290
|
-
};
|
|
291
283
|
/** Backing store for draft-preview tokens. Defaults to an in-memory store (single replica); inject a shared
|
|
292
284
|
* store (e.g. Redis) for multi-replica correctness. */
|
|
293
285
|
draftStore?: DraftStore;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@plitzi/sdk-shared",
|
|
3
|
-
"version": "0.32.
|
|
3
|
+
"version": "0.32.10",
|
|
4
4
|
"license": "AGPL-3.0",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist",
|
|
@@ -1233,8 +1233,8 @@
|
|
|
1233
1233
|
},
|
|
1234
1234
|
"dependencies": {
|
|
1235
1235
|
"@modelcontextprotocol/sdk": "^1.29.0",
|
|
1236
|
-
"@plitzi/nexus": "0.32.
|
|
1237
|
-
"@plitzi/plitzi-ui": "^1.6.
|
|
1236
|
+
"@plitzi/nexus": "0.32.10",
|
|
1237
|
+
"@plitzi/plitzi-ui": "^1.6.18",
|
|
1238
1238
|
"date-fns": "^4.4.0",
|
|
1239
1239
|
"date-fns-tz": "^3.2.0",
|
|
1240
1240
|
"graphql-tag": "^2.12.7",
|
|
@@ -1271,16 +1271,16 @@
|
|
|
1271
1271
|
"eslint-plugin-cypress": "^6.4.3",
|
|
1272
1272
|
"eslint-plugin-flowtype": "8.0.3",
|
|
1273
1273
|
"eslint-plugin-import": "^2.32.0",
|
|
1274
|
-
"eslint-plugin-jsdoc": "^63.2.
|
|
1274
|
+
"eslint-plugin-jsdoc": "^63.2.2",
|
|
1275
1275
|
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
1276
1276
|
"eslint-plugin-prettier": "^5.5.6",
|
|
1277
1277
|
"eslint-plugin-react": "^7.37.5",
|
|
1278
1278
|
"eslint-plugin-react-hooks": "^7.1.1",
|
|
1279
1279
|
"eslint-plugin-react-refresh": "^0.5.3",
|
|
1280
|
-
"eslint-plugin-storybook": "^10.5.
|
|
1280
|
+
"eslint-plugin-storybook": "^10.5.4",
|
|
1281
1281
|
"globals": "^17.7.0",
|
|
1282
1282
|
"jsdom": "^29.1.1",
|
|
1283
|
-
"postcss": "^8.5.
|
|
1283
|
+
"postcss": "^8.5.23",
|
|
1284
1284
|
"prettier": "^3.9.6",
|
|
1285
1285
|
"react": "^19.2.8",
|
|
1286
1286
|
"react-dom": "^19.2.8",
|