dumi 2.2.0-alpha.0 → 2.2.0-alpha.1

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.
@@ -83,7 +83,7 @@ function runtimeToSketchJSON(
83
83
  });
84
84
  }
85
85
 
86
- export const getSketchJSON = async ${api.config.html2sketch ? `(
86
+ export const getSketchJSON = ${api.config.html2sketch ? `async (
87
87
  target: HTMLElement | Document,
88
88
  opts: Parameters<typeof toSketchJSON>[1],
89
89
  ): ReturnType<typeof toSketchJSON> => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dumi",
3
- "version": "2.2.0-alpha.0",
3
+ "version": "2.2.0-alpha.1",
4
4
  "description": "📖 Documentation Generator of React Component",
5
5
  "keywords": [
6
6
  "generator",