bunup 0.1.35 → 0.1.36

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/build/index.d.mts CHANGED
@@ -166,3 +166,4 @@ type DefineConfigOptions = DefineConfigOption | DefineConfigOption[];
166
166
  declare function defineConfig(options: DefineConfigOptions): DefineConfigOptions;
167
167
 
168
168
  export { defineConfig };
169
+ export type { BunupOptions as Options };
package/build/index.d.ts CHANGED
@@ -166,3 +166,4 @@ type DefineConfigOptions = DefineConfigOption | DefineConfigOption[];
166
166
  declare function defineConfig(options: DefineConfigOptions): DefineConfigOptions;
167
167
 
168
168
  export { defineConfig };
169
+ export type { BunupOptions as Options };
package/build/index.js CHANGED
@@ -1 +1 @@
1
- var D=require("node:module");var{defineProperty:e,getOwnPropertyNames:r,getOwnPropertyDescriptor:O}=Object,g=Object.prototype.hasOwnProperty;var f=new WeakMap,C=(i)=>{var n=f.get(i),o;if(n)return n;if(n=e({},"__esModule",{value:!0}),i&&typeof i==="object"||typeof i==="function")r(i).map((t)=>!g.call(n,t)&&e(n,t,{get:()=>i[t],enumerable:!(o=O(i,t))||o.enumerable}));return f.set(i,n),n};var u=(i,n)=>{for(var o in n)e(i,o,{get:n[o],enumerable:!0,configurable:!0,set:(t)=>n[o]=()=>t})};var m={};u(m,{defineConfig:()=>p});module.exports=C(m);function p(i){return i}
1
+ var C=require("node:module");var{defineProperty:p,getOwnPropertyNames:r,getOwnPropertyDescriptor:O}=Object,s=Object.prototype.hasOwnProperty;var e=new WeakMap,u=(i)=>{var n=e.get(i),o;if(n)return n;if(n=p({},"__esModule",{value:!0}),i&&typeof i==="object"||typeof i==="function")r(i).map((t)=>!s.call(n,t)&&p(n,t,{get:()=>i[t],enumerable:!(o=O(i,t))||o.enumerable}));return e.set(i,n),n};var g=(i,n)=>{for(var o in n)p(i,o,{get:n[o],enumerable:!0,configurable:!0,set:(t)=>n[o]=()=>t})};var m={};g(m,{defineConfig:()=>f});module.exports=u(m);function f(i){return i}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bunup",
3
- "version": "0.1.35",
3
+ "version": "0.1.36",
4
4
  "description": "An extremely fast, zero-config bundler for TypeScript & JavaScript, powered by Bun.",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",
@@ -18,7 +18,7 @@
18
18
  "@types/bun": "^1.2.5",
19
19
  "@typescript-eslint/eslint-plugin": "^7.3.1",
20
20
  "bumpp": "^10.1.0",
21
- "bunup": "^0.1.33",
21
+ "bunup": "^0.1.35",
22
22
  "eslint": "^8.57.0",
23
23
  "husky": "^9.1.6",
24
24
  "prettier": "^3.2.5",