rebuildjs 0.26.0 → 0.26.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 -0
  2. package/package.json +1 -1
package/build/index.d.ts CHANGED
@@ -15,6 +15,7 @@ export declare function browser__build(config?:rebuildjs_build_config_T):Promise
15
15
  export declare function server__build(config?:rebuildjs_build_config_T):Promise<BuildContext>
16
16
  export declare function server__external_(config?:Partial<BuildOptions>):Promise<string[]>
17
17
  export declare function rebuildjs_plugin_():Plugin
18
+ export declare class RebuildjsInterrupt extends Error {}
18
19
  export type rebuildjs_build_config_T =
19
20
  Partial<BuildOptions>&{ rebuildjs?:rebuildjs_plugin_config_T }
20
21
  export type rebuildjs_plugin_config_T = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rebuildjs",
3
- "version": "0.26.0",
3
+ "version": "0.26.1",
4
4
  "description": "Reactive esbuild...simple hackable alternative to vite for Multi Page Apps",
5
5
  "keywords": [
6
6
  "reactive",