rebuildjs 0.10.0 → 0.10.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.
Files changed (2) hide show
  1. package/build/index.d.ts +1 -1
  2. package/package.json +1 -1
package/build/index.d.ts CHANGED
@@ -3,7 +3,7 @@ export declare function server__build(config?:rebuildjs__build_config_T):Promise
3
3
  export declare function server__external_(config?:Partial<BuildOptions>):Promise<string[]>
4
4
  export declare function browser__build(config?:rebuildjs__build_config_T):Promise<void>
5
5
  export declare function rebuildjs__plugin_():Plugin
6
- export type rebuildjs__build_config_T = Partial<BuildOptions>&rebuildjs__plugin_config_T
6
+ export type rebuildjs__build_config_T = Partial<BuildOptions>&{ rebuildjs?: rebuildjs__plugin_config_T }
7
7
  export type rebuildjs__plugin_config_T = {
8
8
  watch?:boolean
9
9
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rebuildjs",
3
- "version": "0.10.0",
3
+ "version": "0.10.1",
4
4
  "description": "Reactive esbuild...simple hackable alternative to vite for Multi Page Apps",
5
5
  "keywords": [
6
6
  "reactive",