@blocklet/discuss-kit 2.1.110 → 2.1.112
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/lib/cjs/comments.js +1 -1
- package/lib/es/comments.js +1 -1
- package/package.json +4 -4
package/lib/cjs/comments.js
CHANGED
|
@@ -316,7 +316,7 @@ function Wrapper({
|
|
|
316
316
|
if (wsClient.isConnected()) ;
|
|
317
317
|
};
|
|
318
318
|
}, []);
|
|
319
|
-
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
319
|
+
return /* @__PURE__ */ jsxRuntime.jsx(reactErrorBoundary.ErrorBoundary, { FallbackComponent: ErrorFallback, children: /* @__PURE__ */ jsxRuntime.jsx(context.LocaleProvider, { translations: locales.translations, locale, children: /* @__PURE__ */ jsxRuntime.jsx(discussKitUx.UploaderProvider, { children: /* @__PURE__ */ jsxRuntime.jsx(discussKitUx.InternalThemeProvider, { children: /* @__PURE__ */ jsxRuntime.jsx(discussKitUx.ConfirmProvider, { children: /* @__PURE__ */ jsxRuntime.jsx(discussKitUx.DefaultEditorConfigProvider, { request: api, children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
320
320
|
discussKitUx.CommentsProvider,
|
|
321
321
|
{
|
|
322
322
|
target: object,
|
package/lib/es/comments.js
CHANGED
|
@@ -315,7 +315,7 @@ function Wrapper({
|
|
|
315
315
|
if (wsClient.isConnected()) ;
|
|
316
316
|
};
|
|
317
317
|
}, []);
|
|
318
|
-
return /* @__PURE__ */ jsx(
|
|
318
|
+
return /* @__PURE__ */ jsx(ErrorBoundary, { FallbackComponent: ErrorFallback, children: /* @__PURE__ */ jsx(LocaleProvider, { translations, locale, children: /* @__PURE__ */ jsx(UploaderProvider, { children: /* @__PURE__ */ jsx(InternalThemeProvider, { children: /* @__PURE__ */ jsx(ConfirmProvider, { children: /* @__PURE__ */ jsx(DefaultEditorConfigProvider, { request: api, children: /* @__PURE__ */ jsx(
|
|
319
319
|
CommentsProvider,
|
|
320
320
|
{
|
|
321
321
|
target: object,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@blocklet/discuss-kit",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.112",
|
|
4
4
|
"description": "A react component for Discuss Kit blocklet.",
|
|
5
5
|
"main": "./lib/cjs/index.js",
|
|
6
6
|
"module": "./lib/es/index.js",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"author": "Nate <nate@arcblock.io> (http://github.com/NateRobinson)",
|
|
28
28
|
"license": "MIT",
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@arcblock/ws": "^1.
|
|
30
|
+
"@arcblock/ws": "^1.19.2",
|
|
31
31
|
"@blocklet/js-sdk": "1.16.33",
|
|
32
32
|
"@dnd-kit/core": "^6.1.0",
|
|
33
33
|
"@dnd-kit/sortable": "^8.0.0",
|
|
@@ -49,8 +49,8 @@
|
|
|
49
49
|
"rehype-sanitize": "^5.0.1",
|
|
50
50
|
"timeago.js": "^4.0.2",
|
|
51
51
|
"url-join": "^4.0.1",
|
|
52
|
-
"@blocklet/discuss-kit-ux": "^2.1.
|
|
53
|
-
"@blocklet/editor": "^2.1.
|
|
52
|
+
"@blocklet/discuss-kit-ux": "^2.1.112",
|
|
53
|
+
"@blocklet/editor": "^2.1.112"
|
|
54
54
|
},
|
|
55
55
|
"peerDependencies": {
|
|
56
56
|
"@arcblock/did-connect": "^2.10.36",
|