@types/bun 1.2.18 → 1.2.20
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 +4 -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:
|
|
16
|
+
* Last updated: Sun, 10 Aug 2025 16:38:34 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), [
|
|
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).
|
bun/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/bun",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.20",
|
|
4
4
|
"description": "TypeScript definitions for bun",
|
|
5
5
|
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/bun",
|
|
6
6
|
"license": "MIT",
|
|
@@ -10,11 +10,6 @@
|
|
|
10
10
|
"githubUsername": "Jarred-Sumner",
|
|
11
11
|
"url": "https://github.com/Jarred-Sumner"
|
|
12
12
|
},
|
|
13
|
-
{
|
|
14
|
-
"name": "Ashcon Partovi",
|
|
15
|
-
"githubUsername": "electroid",
|
|
16
|
-
"url": "https://github.com/electroid"
|
|
17
|
-
},
|
|
18
13
|
{
|
|
19
14
|
"name": "Robobun",
|
|
20
15
|
"githubUsername": "robobun",
|
|
@@ -50,9 +45,9 @@
|
|
|
50
45
|
},
|
|
51
46
|
"scripts": {},
|
|
52
47
|
"dependencies": {
|
|
53
|
-
"bun-types": "1.2.
|
|
48
|
+
"bun-types": "1.2.20"
|
|
54
49
|
},
|
|
55
50
|
"peerDependencies": {},
|
|
56
|
-
"typesPublisherContentHash": "
|
|
57
|
-
"typeScriptVersion": "5.
|
|
51
|
+
"typesPublisherContentHash": "0f1914342ec6523edc5bfcf6746d7ae56167d921d8692a5481e959526fcc7661",
|
|
52
|
+
"typeScriptVersion": "5.2"
|
|
58
53
|
}
|