bun-types 1.1.27-canary.20240903T141416 → 1.1.27-canary.20240905T140514

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/globals.d.ts CHANGED
@@ -139,11 +139,11 @@ type _Body = typeof globalThis extends { onerror: any }
139
139
  readonly text: () => Promise<string>;
140
140
  };
141
141
 
142
- import type { MessagePort } from "worker_threads";
143
142
  import type {
144
- TextEncoder as NodeTextEncoder,
145
143
  TextDecoder as NodeTextDecoder,
144
+ TextEncoder as NodeTextEncoder,
146
145
  } from "util";
146
+ import type { MessagePort } from "worker_threads";
147
147
  import type { WebSocket as _WebSocket } from "ws";
148
148
 
149
149
  declare module "*.txt" {
package/overrides.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  export {};
2
2
 
3
- import type { Env, PathLike, BunFile } from "bun";
3
+ import type { BunFile, Env, PathLike } from "bun";
4
4
 
5
5
  declare global {
6
6
  namespace NodeJS {
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.1.27-canary.20240903T141416",
2
+ "version": "1.1.27-canary.20240905T140514",
3
3
  "name": "bun-types",
4
4
  "license": "MIT",
5
5
  "main": "",
package/sqlite.d.ts CHANGED
@@ -91,7 +91,7 @@ declare module "bun:sqlite" {
91
91
  * @default false
92
92
  * @since v1.1.14
93
93
  */
94
- safeInteger?: boolean;
94
+ safeIntegers?: boolean;
95
95
 
96
96
  /**
97
97
  * When set to `false` or `undefined`: