bun-types 1.1.20-canary.20240714T141013 → 1.1.20-canary.20240715T140521

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/bun.d.ts +1 -0
  2. package/package.json +1 -1
package/bun.d.ts CHANGED
@@ -1568,6 +1568,7 @@ declare module "bun" {
1568
1568
  plugins?: BunPlugin[];
1569
1569
  // manifest?: boolean; // whether to return manifest
1570
1570
  external?: string[];
1571
+ packages?: "bundle" | "external";
1571
1572
  publicPath?: string;
1572
1573
  define?: Record<string, string>;
1573
1574
  // origin?: string; // e.g. http://mydomain.com
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.1.20-canary.20240714T141013",
2
+ "version": "1.1.20-canary.20240715T140521",
3
3
  "name": "bun-types",
4
4
  "license": "MIT",
5
5
  "main": "",