bun-types 1.3.4-canary.20251205T140731 → 1.3.4

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/package.json +1 -1
  2. package/serve.d.ts +2 -2
package/package.json CHANGED
@@ -33,5 +33,5 @@
33
33
  "bun.js",
34
34
  "types"
35
35
  ],
36
- "version": "1.3.4-canary.20251205T140731"
36
+ "version": "1.3.4"
37
37
  }
package/serve.d.ts CHANGED
@@ -446,7 +446,7 @@ declare module "bun" {
446
446
  closeOnBackpressureLimit?: boolean;
447
447
 
448
448
  /**
449
- * Sets the the number of seconds to wait before timing out a connection
449
+ * Sets the number of seconds to wait before timing out a connection
450
450
  * due to no messages or pings.
451
451
  *
452
452
  * @default 120
@@ -758,7 +758,7 @@ declare module "bun" {
758
758
  ipv6Only?: boolean;
759
759
 
760
760
  /**
761
- * Sets the the number of seconds to wait before timing out a connection
761
+ * Sets the number of seconds to wait before timing out a connection
762
762
  * due to inactivity.
763
763
  *
764
764
  * @default 10