bun-types 1.1.45 → 1.2.0-canary.20250123T140603

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.
@@ -324,7 +324,6 @@ await Bun.build({
324
324
  },
325
325
  },
326
326
  ],
327
- throw: true,
328
327
  });
329
328
  ```
330
329
 
@@ -351,7 +350,6 @@ await Bun.build({
351
350
  },
352
351
  },
353
352
  ],
354
- throw: true,
355
353
  });
356
354
  ```
357
355
 
package/docs/test/dom.md CHANGED
@@ -55,7 +55,7 @@ Let's run this test with `bun test`:
55
55
 
56
56
  ```bash
57
57
  $ bun test
58
- bun test vbun-v1.1.45
58
+ bun test v1.2.0-canary.20250123T140603
59
59
 
60
60
  dom.test.ts:
61
61
  ✓ dom test [0.82ms]
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.1.45",
2
+ "version": "1.2.0-canary.20250123T140603",
3
3
  "name": "bun-types",
4
4
  "license": "MIT",
5
5
  "main": "",
@@ -13,7 +13,7 @@
13
13
  "files": ["*.d.ts", "docs/**/*.md", "docs/*.md"],
14
14
  "homepage": "https://bun.sh",
15
15
  "dependencies": {
16
- "@types/node": "~20.12.8",
16
+ "@types/node": "*",
17
17
  "@types/ws": "~8.5.10"
18
18
  },
19
19
  "devDependencies": {