dsh-plugin-capabilities 0.3.4 → 0.3.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/lib/client.js CHANGED
@@ -1040,7 +1040,7 @@ var import_dsh_client_ui_primitives3 = require("@deepseek-ai/dsh-client-ui-primi
1040
1040
  // src/client/MarkdownPreview.tsx
1041
1041
  var import_react3 = require("react");
1042
1042
 
1043
- // node_modules/dompurify/dist/purify.es.mjs
1043
+ // node_modules/.pnpm/dompurify@3.4.13/node_modules/dompurify/dist/purify.es.mjs
1044
1044
  function _arrayLikeToArray(r, a) {
1045
1045
  (null == a || a > r.length) && (a = r.length);
1046
1046
  for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e];
@@ -2566,7 +2566,7 @@ function createDOMPurify() {
2566
2566
  }
2567
2567
  var purify = createDOMPurify();
2568
2568
 
2569
- // node_modules/marked/lib/marked.esm.js
2569
+ // node_modules/.pnpm/marked@18.0.10/node_modules/marked/lib/marked.esm.js
2570
2570
  function C() {
2571
2571
  return { async: false, breaks: false, extensions: null, gfm: true, hooks: null, pedantic: false, renderer: null, silent: false, tokenizer: null, walkTokens: null };
2572
2572
  }