bun-types-no-globals 1.3.3-canary.20251115T140608 → 1.3.3-canary.20251117T140724
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/lib/bun.d.ts +1 -1
- package/package.json +1 -1
package/lib/bun.d.ts
CHANGED
|
@@ -1788,7 +1788,7 @@ declare module "bun" {
|
|
|
1788
1788
|
* @see {@link outdir} required for `"linked"` maps
|
|
1789
1789
|
* @see {@link publicPath} to customize the base url of linked source maps
|
|
1790
1790
|
*/
|
|
1791
|
-
sourcemap?: "none" | "linked" | "inline" | "external" |
|
|
1791
|
+
sourcemap?: "none" | "linked" | "inline" | "external" | boolean;
|
|
1792
1792
|
|
|
1793
1793
|
/**
|
|
1794
1794
|
* package.json `exports` conditions used when resolving imports
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "bun-types-no-globals",
|
|
3
|
-
"version": "1.3.3-canary.
|
|
3
|
+
"version": "1.3.3-canary.20251117T140724",
|
|
4
4
|
"main": "./generator/index.ts",
|
|
5
5
|
"types": "./lib/index.d.ts",
|
|
6
6
|
"description": "TypeScript type definitions for Bun without global types pollution",
|