ds-markdown 0.1.10-beta.4 → 0.2.0

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.
@@ -1746,7 +1746,6 @@ interface ConfigProviderProps {
1746
1746
  locale?: Locale;
1747
1747
  mermaidConfig?: IMarkdownMermaidConfig;
1748
1748
  children: React__default.ReactNode;
1749
- katexConfig?: IMarkdownKatexConfig;
1750
1749
  }
1751
1750
  interface ConfigContextType {
1752
1751
  locale: Locale;
@@ -1746,7 +1746,6 @@ interface ConfigProviderProps {
1746
1746
  locale?: Locale;
1747
1747
  mermaidConfig?: IMarkdownMermaidConfig;
1748
1748
  children: React__default.ReactNode;
1749
- katexConfig?: IMarkdownKatexConfig;
1750
1749
  }
1751
1750
  interface ConfigContextType {
1752
1751
  locale: Locale;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ds-markdown",
3
3
  "private": false,
4
- "version": "0.1.10-beta.4",
4
+ "version": "0.2.0",
5
5
  "main": "./dist/cjs/index.js",
6
6
  "types": "./dist/cjs/index.d.ts",
7
7
  "module": "./dist/esm/index.js",
@@ -155,6 +155,6 @@
155
155
  "react-markdown"
156
156
  ],
157
157
  "publishConfig": {
158
- "tag": "beta"
158
+ "tag": "latest"
159
159
  }
160
160
  }