@anyblock/remark-any-block 1.0.0-beta11 → 1.0.0-beta13

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/index.ts CHANGED
@@ -2,7 +2,7 @@
2
2
  export { jsdom_init } from './jsdom_init'
3
3
  export {
4
4
  transformer_anyblock,
5
- remark_anyblock_to_codeblock,
5
+ // remark_anyblock_to_codeblock, // 取消注释则用库的地方会报错找不到 document
6
6
  remark_anyblock_render_codeblock,
7
7
  } from './anyblock'
8
8
  export { abConvertEvent } from '../ABConverter/ABConvertEvent'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anyblock/remark-any-block",
3
- "version": "1.0.0-beta11",
3
+ "version": "1.0.0-beta13",
4
4
  "description": "You can flexibility to create a 'Block' by many means. It also provides many useful features, like `list to table`.",
5
5
  "types": "@types/index_remark.d.ts",
6
6
  "type": "module",