@changerawr/markdown 1.0.4 → 1.0.5

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/README.md CHANGED
@@ -299,7 +299,7 @@ const minimalEngine = createMinimalEngine();
299
299
  Perfect for Node.js, vanilla JavaScript, or any non-React environment:
300
300
 
301
301
  ```html
302
- <script src="https://unpkg.com/@changerawr/markdown/dist/standalone.js"></script>
302
+ <script src="https://unpkg.com/@changerawr/markdown/dist/standalone.browser.js"></script>
303
303
  <script>
304
304
  const html = ChangerawrMarkdown.renderCum('# Hello World!');
305
305
  document.body.innerHTML = html;
package/dist/index.js CHANGED
@@ -1,4 +1,3 @@
1
- "use client";
2
1
  "use strict";
3
2
  var __create = Object.create;
4
3
  var __defProp = Object.defineProperty;