@8ms/helpers 2.3.25 → 2.3.27

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/.yarnrc.yml DELETED
@@ -1,2 +0,0 @@
1
- nodeLinker: node-modules
2
- yarnPath: .yarn/releases/yarn-4.12.0.cjs
package/tsdown.config.ts DELETED
@@ -1,11 +0,0 @@
1
- import {defineConfig} from "tsdown";
2
-
3
- export default defineConfig({
4
- entry : ["src/**/index.ts", "src/**/index.tsx"],
5
- outDir : "dist",
6
- format : ["esm"],
7
- dts : true,
8
- clean : true,
9
- exports: true, // auto-generates the exports map in package.json
10
- skipNodeModulesBundle: true, // don't inline dependencies, let the consumer resolve them
11
- });