bunup 0.14.7 → 0.14.8

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/dist/cli/index.js CHANGED
@@ -5,7 +5,7 @@ import {
5
5
  printBuildReport,
6
6
  processLoadedConfigs,
7
7
  resolveBuildOptions
8
- } from "../shared/bunup-q245t34y.js";
8
+ } from "../shared/bunup-yt7y3w4v.js";
9
9
  import {
10
10
  BunupCLIError,
11
11
  BunupWatchError,
@@ -24,7 +24,7 @@ import {
24
24
  import { loadConfig } from "coffi";
25
25
  import pc3 from "picocolors";
26
26
  // packages/bunup/package.json
27
- var version = "0.14.7";
27
+ var version = "0.14.8";
28
28
 
29
29
  // packages/bunup/src/watch.ts
30
30
  import path from "path";
package/dist/index.js CHANGED
@@ -1,7 +1,7 @@
1
1
  // @bun
2
2
  import {
3
3
  build
4
- } from "./shared/bunup-q245t34y.js";
4
+ } from "./shared/bunup-yt7y3w4v.js";
5
5
  import"./shared/bunup-r5agr54b.js";
6
6
  // packages/bunup/src/define.ts
7
7
  function defineConfig(options) {
@@ -93,7 +93,14 @@ async function executeOnSuccess(onSuccess, options, signal) {
93
93
 
94
94
  // packages/bunup/src/options.ts
95
95
  var DEFAULT_OPTIONS = {
96
- entry: "src/index.ts",
96
+ entry: [
97
+ "src/index.ts",
98
+ "src/index.tsx",
99
+ "src/main.ts",
100
+ "src/main.tsx",
101
+ "index.ts",
102
+ "index.tsx"
103
+ ],
97
104
  format: "esm",
98
105
  outDir: "dist",
99
106
  target: "node",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "bunup",
3
3
  "description": "⚡ A blazing-fast build tool for your libraries built with Bun.",
4
- "version": "0.14.7",
4
+ "version": "0.14.8",
5
5
  "type": "module",
6
6
  "files": [
7
7
  "dist"