@anyblock/remark-any-block 1.0.0-beta3 → 1.0.0-beta5

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
@@ -1,5 +1,5 @@
1
1
  // JsDom。仅用于提供document对象支持 (如果Ob环境中则不需要,用ob自带document对象的)
2
2
  export { jsdom_init } from './jsdom_init'
3
- export { transformer_anyblock } from './anyblock'
3
+ export { transformer_anyblock, remark_anyblock_render_codeblock, remark_anyblock_to_codeblock } from './anyblock'
4
4
  export { abConvertEvent } from '../ABConverter/ABConvertEvent'
5
5
  export { ABConvertManager } from '../ABConverter/ABConvertManager' // for client
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anyblock/remark-any-block",
3
- "version": "1.0.0-beta3",
3
+ "version": "1.0.0-beta5",
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",