@storm-software/tsup 0.2.0 → 0.2.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.
package/README.md CHANGED
@@ -21,7 +21,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
21
21
 
22
22
  <h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
23
23
 
24
- [![Version](https://img.shields.io/badge/version-0.1.0-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://prettier.io/)&nbsp;[![Nx](https://img.shields.io/badge/Nx-17.0.2-lightgrey?style=for-the-badge&logo=nx&logoWidth=20&&color=1fb2a6)](http://nx.dev/)&nbsp;[![NextJs](https://img.shields.io/badge/Next.js-14.0.2-lightgrey?style=for-the-badge&logo=nextdotjs&logoWidth=20&color=1fb2a6)](https://nextjs.org/)&nbsp;[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=for-the-badge&logo=commitlint&color=1fb2a6)](http://commitizen.github.io/cz-cli/)&nbsp;![Semantic-Release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=for-the-badge&color=1fb2a6)&nbsp;[![documented with Fumadocs](https://img.shields.io/badge/documented_with-fumadocs-success.svg?style=for-the-badge&logo=readthedocs&color=1fb2a6)](https://fumadocs.vercel.app/)&nbsp;![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/storm-software/storm-ops/cr.yml?style=for-the-badge&logo=github-actions&color=1fb2a6)
24
+ [![Version](https://img.shields.io/badge/version-0.1.1-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://prettier.io/)&nbsp;[![Nx](https://img.shields.io/badge/Nx-17.0.2-lightgrey?style=for-the-badge&logo=nx&logoWidth=20&&color=1fb2a6)](http://nx.dev/)&nbsp;[![NextJs](https://img.shields.io/badge/Next.js-14.0.2-lightgrey?style=for-the-badge&logo=nextdotjs&logoWidth=20&color=1fb2a6)](https://nextjs.org/)&nbsp;[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=for-the-badge&logo=commitlint&color=1fb2a6)](http://commitizen.github.io/cz-cli/)&nbsp;![Semantic-Release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=for-the-badge&color=1fb2a6)&nbsp;[![documented with Fumadocs](https://img.shields.io/badge/documented_with-fumadocs-success.svg?style=for-the-badge&logo=readthedocs&color=1fb2a6)](https://fumadocs.vercel.app/)&nbsp;![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/storm-software/storm-ops/cr.yml?style=for-the-badge&logo=github-actions&color=1fb2a6)
25
25
 
26
26
  <!-- prettier-ignore-start -->
27
27
  <!-- markdownlint-disable -->
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  DEFAULT_BUILD_OPTIONS,
3
3
  getEnv
4
- } from "./chunk-HXQ4DP27.js";
4
+ } from "./chunk-MUIYLO6F.js";
5
5
  import {
6
6
  init_esm_shims
7
7
  } from "./chunk-7BI4SQSF.js";
@@ -735,6 +735,7 @@ var DEFAULT_BUILD_OPTIONS = {
735
735
  metafile: false,
736
736
  treeshake: true,
737
737
  splitting: true,
738
+ cjsInterop: true,
738
739
  shims: false,
739
740
  watch: false,
740
741
  bundle: true,
@@ -696,6 +696,7 @@ var DEFAULT_BUILD_OPTIONS = {
696
696
  metafile: false,
697
697
  treeshake: true,
698
698
  splitting: true,
699
+ cjsInterop: true,
699
700
  shims: false,
700
701
  watch: false,
701
702
  bundle: true,
@@ -3,6 +3,6 @@ import '@storm-software/build-tools';
3
3
  import 'esbuild';
4
4
  import 'tsup';
5
5
 
6
- declare const DEFAULT_BUILD_OPTIONS: Required<Pick<ResolvedBuildOptions, "format" | "dts" | "platform" | "target" | "keepNames" | "metafile" | "treeshake" | "splitting" | "shims" | "watch" | "clean" | "bundle" | "loader" | "banner">>;
6
+ declare const DEFAULT_BUILD_OPTIONS: Required<Pick<ResolvedBuildOptions, "format" | "dts" | "platform" | "target" | "keepNames" | "metafile" | "treeshake" | "splitting" | "cjsInterop" | "shims" | "watch" | "clean" | "bundle" | "loader" | "banner">>;
7
7
 
8
8
  export { DEFAULT_BUILD_OPTIONS };
@@ -3,6 +3,6 @@ import '@storm-software/build-tools';
3
3
  import 'esbuild';
4
4
  import 'tsup';
5
5
 
6
- declare const DEFAULT_BUILD_OPTIONS: Required<Pick<ResolvedBuildOptions, "format" | "dts" | "platform" | "target" | "keepNames" | "metafile" | "treeshake" | "splitting" | "shims" | "watch" | "clean" | "bundle" | "loader" | "banner">>;
6
+ declare const DEFAULT_BUILD_OPTIONS: Required<Pick<ResolvedBuildOptions, "format" | "dts" | "platform" | "target" | "keepNames" | "metafile" | "treeshake" | "splitting" | "cjsInterop" | "shims" | "watch" | "clean" | "bundle" | "loader" | "banner">>;
7
7
 
8
8
  export { DEFAULT_BUILD_OPTIONS };
package/dist/constants.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  DEFAULT_BUILD_OPTIONS
3
- } from "./chunk-HXQ4DP27.js";
3
+ } from "./chunk-MUIYLO6F.js";
4
4
  import "./chunk-7BI4SQSF.js";
5
5
  export {
6
6
  DEFAULT_BUILD_OPTIONS
package/dist/index.cjs CHANGED
@@ -3739,6 +3739,7 @@ var DEFAULT_BUILD_OPTIONS = {
3739
3739
  metafile: false,
3740
3740
  treeshake: true,
3741
3741
  splitting: true,
3742
+ cjsInterop: true,
3742
3743
  shims: false,
3743
3744
  watch: false,
3744
3745
  bundle: true,
package/dist/index.js CHANGED
@@ -2,10 +2,10 @@ import {
2
2
  getStopwatch,
3
3
  resolveOptions,
4
4
  writeDebug
5
- } from "./chunk-LLANCUPW.js";
5
+ } from "./chunk-A5FEXCEV.js";
6
6
  import {
7
7
  DEFAULT_BUILD_OPTIONS
8
- } from "./chunk-HXQ4DP27.js";
8
+ } from "./chunk-MUIYLO6F.js";
9
9
  import "./chunk-B45SNTGS.js";
10
10
  import {
11
11
  __commonJS,
package/dist/options.cjs CHANGED
@@ -2276,6 +2276,7 @@ var DEFAULT_BUILD_OPTIONS = {
2276
2276
  metafile: false,
2277
2277
  treeshake: true,
2278
2278
  splitting: true,
2279
+ cjsInterop: true,
2279
2280
  shims: false,
2280
2281
  watch: false,
2281
2282
  bundle: true,
package/dist/options.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  resolveOptions
3
- } from "./chunk-LLANCUPW.js";
4
- import "./chunk-HXQ4DP27.js";
3
+ } from "./chunk-A5FEXCEV.js";
4
+ import "./chunk-MUIYLO6F.js";
5
5
  import "./chunk-7BI4SQSF.js";
6
6
  export {
7
7
  resolveOptions
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/tsup",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "type": "module",
5
5
  "description": "A package containing bundled patches for tsup.",
6
6
  "repository": {
@@ -104,8 +104,8 @@
104
104
  "files": ["assets/**/*", "dist/**/*"],
105
105
  "keywords": ["tsup", "storm", "storm-ops", "storm-software"],
106
106
  "dependencies": {
107
- "@storm-software/build-tools": "^0.158.2",
108
- "@storm-software/config-tools": "^1.188.2"
107
+ "@storm-software/build-tools": "^0.158.3",
108
+ "@storm-software/config-tools": "^1.188.3"
109
109
  },
110
110
  "devDependencies": {
111
111
  "@types/node": "^22.10.2",
@@ -114,5 +114,5 @@
114
114
  },
115
115
  "publishConfig": { "access": "public" },
116
116
  "sideEffects": false,
117
- "gitHead": "c64cc32a7697d826c8039a1d5f4742d01d59a592"
117
+ "gitHead": "5d70ddef9cb659c34b6978a22c48cd9f8883a7ab"
118
118
  }