doc-render-sdk 0.0.8 → 0.0.9

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.
@@ -224,7 +224,7 @@ docSdk.render('#app');
224
224
  </head>
225
225
  <body>
226
226
  <div id="app"></div>
227
- <script src="index.jsx"></script>
227
+ <script src="index.jsx" type="module"></script>
228
228
  </body>
229
229
  </html>`;
230
230
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "doc-render-sdk",
3
- "version": "0.0.8",
3
+ "version": "0.0.9",
4
4
  "description": "A powerful documentation rendering SDK for component libraries",
5
5
  "main": "dist/index.mjs",
6
6
  "module": "dist/index.mjs",