discord2html 1.0.1 → 1.0.3
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 +3 -1
- package/dist/{chunk-I5MJAEQ5.mjs → chunk-7ZTHJQTL.mjs} +2 -1
- package/dist/index.js +14 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +17 -4
- package/dist/index.mjs.map +1 -1
- package/dist/{lib-4JGP6V5E.mjs → lib-XLT2PDZN.mjs} +3 -2
- package/dist/{lib-4JGP6V5E.mjs.map → lib-XLT2PDZN.mjs.map} +1 -1
- package/package.json +1 -1
- /package/dist/{chunk-I5MJAEQ5.mjs.map → chunk-7ZTHJQTL.mjs.map} +0 -0
|
@@ -1,7 +1,8 @@
|
|
|
1
|
+
import { createRequire as __td_createRequire } from 'module'; const require = __td_createRequire(import.meta.url);
|
|
1
2
|
import {
|
|
2
3
|
__commonJS,
|
|
3
4
|
__require
|
|
4
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-7ZTHJQTL.mjs";
|
|
5
6
|
|
|
6
7
|
// node_modules/sharp/lib/is.js
|
|
7
8
|
var require_is = __commonJS({
|
|
@@ -6585,4 +6586,4 @@ sharp/lib/index.js:
|
|
|
6585
6586
|
SPDX-License-Identifier: Apache-2.0
|
|
6586
6587
|
*)
|
|
6587
6588
|
*/
|
|
6588
|
-
//# sourceMappingURL=lib-
|
|
6589
|
+
//# sourceMappingURL=lib-XLT2PDZN.mjs.map
|