@types/bun 1.2.15 → 1.2.16
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 +3 -8
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: Thu, 12 Jun 2025 05:36:37 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), [Ashcon Partovi](https://github.com/electroid), [
|
|
20
|
+
These definitions were written by [Jarred Sumner](https://github.com/Jarred-Sumner), [Ashcon Partovi](https://github.com/electroid), [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.16",
|
|
4
4
|
"description": "TypeScript definitions for bun",
|
|
5
5
|
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/bun",
|
|
6
6
|
"license": "MIT",
|
|
@@ -15,11 +15,6 @@
|
|
|
15
15
|
"githubUsername": "electroid",
|
|
16
16
|
"url": "https://github.com/electroid"
|
|
17
17
|
},
|
|
18
|
-
{
|
|
19
|
-
"name": "Chloe Caruso",
|
|
20
|
-
"githubUsername": "paperclover",
|
|
21
|
-
"url": "https://github.com/paperclover"
|
|
22
|
-
},
|
|
23
18
|
{
|
|
24
19
|
"name": "Robobun",
|
|
25
20
|
"githubUsername": "robobun",
|
|
@@ -55,9 +50,9 @@
|
|
|
55
50
|
},
|
|
56
51
|
"scripts": {},
|
|
57
52
|
"dependencies": {
|
|
58
|
-
"bun-types": "1.2.
|
|
53
|
+
"bun-types": "1.2.16"
|
|
59
54
|
},
|
|
60
55
|
"peerDependencies": {},
|
|
61
|
-
"typesPublisherContentHash": "
|
|
56
|
+
"typesPublisherContentHash": "f695095c70e63941c6d7f684d9c86fa7694a65cfc2f1769aa35df35ae0bc6323",
|
|
62
57
|
"typeScriptVersion": "5.1"
|
|
63
58
|
}
|