bun-types-no-globals 1.2.24-canary.20251003T140713 → 1.2.24-canary.20251004T140642

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/lib/bun.d.ts +0 -4
  2. package/package.json +1 -1
package/lib/bun.d.ts CHANGED
@@ -3707,10 +3707,6 @@ declare module "bun" {
3707
3707
  */
3708
3708
  secureOptions?: number | undefined; // Value is a numeric bitmask of the `SSL_OP_*` options
3709
3709
 
3710
- keyFile?: string;
3711
-
3712
- certFile?: string;
3713
-
3714
3710
  ALPNProtocols?: string | BufferSource;
3715
3711
 
3716
3712
  ciphers?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bun-types-no-globals",
3
- "version": "1.2.24-canary.20251003T140713",
3
+ "version": "1.2.24-canary.20251004T140642",
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",