@types/bun 1.2.6 → 1.2.8
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 +8 -3
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, 27 Mar 2025 14:03:06 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), [Chloe Caruso](https://github.com/paperclover), [Robobun](https://github.com/robobun), [Dylan Conway](https://github.com/dylan-conway), [Meghan Denny](https://github.com/nektro),
|
|
20
|
+
These definitions were written by [Jarred Sumner](https://github.com/Jarred-Sumner), [Ashcon Partovi](https://github.com/electroid), [Chloe Caruso](https://github.com/paperclover), [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.8",
|
|
4
4
|
"description": "TypeScript definitions for bun",
|
|
5
5
|
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/bun",
|
|
6
6
|
"license": "MIT",
|
|
@@ -39,6 +39,11 @@
|
|
|
39
39
|
"name": "Michael H",
|
|
40
40
|
"githubUsername": "RiskyMH",
|
|
41
41
|
"url": "https://github.com/RiskyMH"
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"name": "Alistair Smith",
|
|
45
|
+
"githubUsername": "alii",
|
|
46
|
+
"url": "https://github.com/alii"
|
|
42
47
|
}
|
|
43
48
|
],
|
|
44
49
|
"main": "",
|
|
@@ -50,9 +55,9 @@
|
|
|
50
55
|
},
|
|
51
56
|
"scripts": {},
|
|
52
57
|
"dependencies": {
|
|
53
|
-
"bun-types": "1.2.
|
|
58
|
+
"bun-types": "1.2.7"
|
|
54
59
|
},
|
|
55
60
|
"peerDependencies": {},
|
|
56
|
-
"typesPublisherContentHash": "
|
|
61
|
+
"typesPublisherContentHash": "01c4e79434ba08835b3fa0895b5c5105679098aa4b36bb06a6820fd565b131be",
|
|
57
62
|
"typeScriptVersion": "5.0"
|
|
58
63
|
}
|