@types/bun 1.3.5 → 1.3.7

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. bun/README.md +2 -2
  2. bun/package.json +9 -9
bun/README.md CHANGED
@@ -13,8 +13,8 @@ Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree
13
13
  ````
14
14
 
15
15
  ### Additional Details
16
- * Last updated: Thu, 18 Dec 2025 18:43:14 GMT
16
+ * Last updated: Tue, 27 Jan 2026 21:35:20 GMT
17
17
  * Dependencies: [bun-types](https://npmjs.com/package/bun-types)
18
18
 
19
19
  # Credits
20
- These definitions were written by [Jarred Sumner](https://github.com/Jarred-Sumner), [Robobun](https://github.com/robobun), [Dylan Conway](https://github.com/dylan-conway), [Meghan Denny](https://github.com/nektro), [Michael H](https://github.com/RiskyMH), and [Alistair Smith](https://github.com/alii).
20
+ These definitions were written by [Jarred Sumner](https://github.com/Jarred-Sumner), [Robobun](https://github.com/robobun), [Dylan Conway](https://github.com/dylan-conway), [Ciro Spaciari](https://github.com/cirospaciari), [Sosuke Suzuki](https://github.com/sosukesuzuki), and [Alistair Smith](https://github.com/alii).
bun/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/bun",
3
- "version": "1.3.5",
3
+ "version": "1.3.7",
4
4
  "description": "TypeScript definitions for bun",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/bun",
6
6
  "license": "MIT",
@@ -21,14 +21,14 @@
21
21
  "url": "https://github.com/dylan-conway"
22
22
  },
23
23
  {
24
- "name": "Meghan Denny",
25
- "githubUsername": "nektro",
26
- "url": "https://github.com/nektro"
24
+ "name": "Ciro Spaciari",
25
+ "githubUsername": "cirospaciari",
26
+ "url": "https://github.com/cirospaciari"
27
27
  },
28
28
  {
29
- "name": "Michael H",
30
- "githubUsername": "RiskyMH",
31
- "url": "https://github.com/RiskyMH"
29
+ "name": "Sosuke Suzuki",
30
+ "githubUsername": "sosukesuzuki",
31
+ "url": "https://github.com/sosukesuzuki"
32
32
  },
33
33
  {
34
34
  "name": "Alistair Smith",
@@ -45,9 +45,9 @@
45
45
  },
46
46
  "scripts": {},
47
47
  "dependencies": {
48
- "bun-types": "1.3.5"
48
+ "bun-types": "1.3.7"
49
49
  },
50
50
  "peerDependencies": {},
51
- "typesPublisherContentHash": "2a95cd2410aa85bcfc6ccb52bce7e3a79dca3347b50f56a37dc44f9cfe86b9bd",
51
+ "typesPublisherContentHash": "d4edde5b8cff59c57a0d844e3a7920152c6612322eb5fcd37d70137207cbb15f",
52
52
  "typeScriptVersion": "5.2"
53
53
  }