@xyd-js/content 0.0.0-build-87368f8-20251101145203 → 0.0.0-build-1760f84-20251129221538

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,14 +1,14 @@
1
1
  # @xyd-js/content
2
2
 
3
- ## 0.0.0-build-87368f8-20251101145203
3
+ ## 0.0.0-build-1760f84-20251129221538
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - update all packages
8
8
  - Updated dependencies
9
- - @xyd-js/components@0.0.0-build-87368f8-20251101145203
10
- - @xyd-js/context@0.0.0-build-87368f8-20251101145203
11
- - @xyd-js/core@0.0.0-build-87368f8-20251101145203
12
- - @xyd-js/gql@0.0.0-build-87368f8-20251101145203
13
- - @xyd-js/openapi@0.0.0-build-87368f8-20251101145203
14
- - @xyd-js/sources@0.0.0-build-87368f8-20251101145203
9
+ - @xyd-js/components@0.0.0-build-1760f84-20251129221538
10
+ - @xyd-js/context@0.0.0-build-1760f84-20251129221538
11
+ - @xyd-js/core@0.0.0-build-1760f84-20251129221538
12
+ - @xyd-js/gql@0.0.0-build-1760f84-20251129221538
13
+ - @xyd-js/openapi@0.0.0-build-1760f84-20251129221538
14
+ - @xyd-js/sources@0.0.0-build-1760f84-20251129221538
package/dist/md.js CHANGED
@@ -20094,7 +20094,8 @@ async function thirdPartyRehypePlugins(settings) {
20094
20094
  rehypeKatex
20095
20095
  ];
20096
20096
  if ((_a = settings == null ? void 0 : settings.integrations) == null ? void 0 : _a.diagrams) {
20097
- plugins.push(await getMermaidPlugin());
20097
+ const options = typeof settings.integrations.diagrams === "object" ? settings.integrations.diagrams : {};
20098
+ plugins.push([await getMermaidPlugin(), options]);
20098
20099
  }
20099
20100
  return plugins;
20100
20101
  }