@types/bun 1.1.16 → 1.1.18
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 +16 -11
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: Tue, 21 Jan 2025 07:32:16 GMT
|
|
17
17
|
* Dependencies: [bun-types](https://npmjs.com/package/bun-types)
|
|
18
18
|
|
|
19
19
|
# Credits
|
|
20
|
-
These definitions were written by [
|
|
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), and [Michael H](https://github.com/RiskyMH).
|
bun/package.json
CHANGED
|
@@ -1,15 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/bun",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.18",
|
|
4
4
|
"description": "TypeScript definitions for bun",
|
|
5
5
|
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/bun",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"contributors": [
|
|
8
|
-
{
|
|
9
|
-
"name": "Colin McDonnell",
|
|
10
|
-
"githubUsername": "colinhacks",
|
|
11
|
-
"url": "https://github.com/colinhacks"
|
|
12
|
-
},
|
|
13
8
|
{
|
|
14
9
|
"name": "Jarred Sumner",
|
|
15
10
|
"githubUsername": "Jarred-Sumner",
|
|
@@ -21,9 +16,9 @@
|
|
|
21
16
|
"url": "https://github.com/electroid"
|
|
22
17
|
},
|
|
23
18
|
{
|
|
24
|
-
"name": "
|
|
25
|
-
"githubUsername": "
|
|
26
|
-
"url": "https://github.com/
|
|
19
|
+
"name": "Chloe Caruso",
|
|
20
|
+
"githubUsername": "paperclover",
|
|
21
|
+
"url": "https://github.com/paperclover"
|
|
27
22
|
},
|
|
28
23
|
{
|
|
29
24
|
"name": "Robobun",
|
|
@@ -34,6 +29,16 @@
|
|
|
34
29
|
"name": "Dylan Conway",
|
|
35
30
|
"githubUsername": "dylan-conway",
|
|
36
31
|
"url": "https://github.com/dylan-conway"
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"name": "Meghan Denny",
|
|
35
|
+
"githubUsername": "nektro",
|
|
36
|
+
"url": "https://github.com/nektro"
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"name": "Michael H",
|
|
40
|
+
"githubUsername": "RiskyMH",
|
|
41
|
+
"url": "https://github.com/RiskyMH"
|
|
37
42
|
}
|
|
38
43
|
],
|
|
39
44
|
"main": "",
|
|
@@ -45,9 +50,9 @@
|
|
|
45
50
|
},
|
|
46
51
|
"scripts": {},
|
|
47
52
|
"dependencies": {
|
|
48
|
-
"bun-types": "1.1.
|
|
53
|
+
"bun-types": "1.1.44"
|
|
49
54
|
},
|
|
50
55
|
"peerDependencies": {},
|
|
51
|
-
"typesPublisherContentHash": "
|
|
56
|
+
"typesPublisherContentHash": "f62308e090e8499d8c8b75a4ac5c3dcc40cc205a2b643ede07d71d198479cd75",
|
|
52
57
|
"typeScriptVersion": "5.0"
|
|
53
58
|
}
|