@anyblock/remark-any-block 1.0.0-beta7 → 1.0.0-beta8

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
@@ -3,7 +3,7 @@ export { jsdom_init } from './jsdom_init'
3
3
  export {
4
4
  transformer_anyblock,
5
5
  // remark_anyblock_render_codeblock,
6
- remark_anyblock_to_codeblock
6
+ // remark_anyblock_to_codeblock
7
7
  } from './anyblock'
8
8
  export { abConvertEvent } from '../ABConverter/ABConvertEvent'
9
9
  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-beta7",
3
+ "version": "1.0.0-beta8",
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",