bun-types 1.1.25-canary.20240816T140500 → 1.1.25-canary.20240817T140535

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/bun.d.ts CHANGED
@@ -1573,7 +1573,7 @@ declare module "bun" {
1573
1573
  define?: Record<string, string>;
1574
1574
  // origin?: string; // e.g. http://mydomain.com
1575
1575
  loader?: { [k in string]: Loader };
1576
- sourcemap?: "none" | "linked" | "inline" | "external"; // default: "none", true -> "inline"
1576
+ sourcemap?: "none" | "linked" | "inline" | "external" | "linked"; // default: "none", true -> "inline"
1577
1577
  /**
1578
1578
  * package.json `exports` conditions used when resolving imports
1579
1579
  *
package/globals.d.ts CHANGED
@@ -1039,6 +1039,7 @@ declare global {
1039
1039
  ref(): Timer;
1040
1040
  unref(): Timer;
1041
1041
  hasRef(): boolean;
1042
+ refresh(): Timer;
1042
1043
 
1043
1044
  [Symbol.toPrimitive](): number;
1044
1045
  }
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.1.25-canary.20240816T140500",
2
+ "version": "1.1.25-canary.20240817T140535",
3
3
  "name": "bun-types",
4
4
  "license": "MIT",
5
5
  "main": "",