bun-types 1.1.27-canary.20240904T140543 → 1.1.27-canary.20240906T140500

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/sqlite.d.ts +1 -1
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.1.27-canary.20240904T140543",
2
+ "version": "1.1.27-canary.20240906T140500",
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`: