@types/bun 1.3.6 → 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.
- bun/README.md +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: Tue,
|
|
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), [
|
|
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.
|
|
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": "
|
|
25
|
-
"githubUsername": "
|
|
26
|
-
"url": "https://github.com/
|
|
24
|
+
"name": "Ciro Spaciari",
|
|
25
|
+
"githubUsername": "cirospaciari",
|
|
26
|
+
"url": "https://github.com/cirospaciari"
|
|
27
27
|
},
|
|
28
28
|
{
|
|
29
|
-
"name": "
|
|
30
|
-
"githubUsername": "
|
|
31
|
-
"url": "https://github.com/
|
|
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.
|
|
48
|
+
"bun-types": "1.3.7"
|
|
49
49
|
},
|
|
50
50
|
"peerDependencies": {},
|
|
51
|
-
"typesPublisherContentHash": "
|
|
51
|
+
"typesPublisherContentHash": "d4edde5b8cff59c57a0d844e3a7920152c6612322eb5fcd37d70137207cbb15f",
|
|
52
52
|
"typeScriptVersion": "5.2"
|
|
53
53
|
}
|