@types/bun 1.1.17 → 1.2.0

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.
Files changed (2) hide show
  1. bun/README.md +2 -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: Fri, 17 Jan 2025 04:36:21 GMT
16
+ * Last updated: Wed, 22 Jan 2025 18:37:26 GMT
17
17
  * Dependencies: [bun-types](https://npmjs.com/package/bun-types)
18
18
 
19
19
  # Credits
20
- These definitions were written by [Colin McDonnell](https://github.com/colinhacks), [Jarred Sumner](https://github.com/Jarred-Sumner), [Ashcon Partovi](https://github.com/electroid), [Dave Caruso](https://github.com/paperdave), [Robobun](https://github.com/robobun), and [Dylan Conway](https://github.com/dylan-conway).
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.17",
3
+ "version": "1.2.0",
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": "Dave Caruso",
25
- "githubUsername": "paperdave",
26
- "url": "https://github.com/paperdave"
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.44"
53
+ "bun-types": "1.2.0"
49
54
  },
50
55
  "peerDependencies": {},
51
- "typesPublisherContentHash": "a3f8b4d89869e9d35a56a15f2a6c39246ebcad3a400df462b03a84059eb119fd",
56
+ "typesPublisherContentHash": "4713d22376907ee441f2403beaa8b00721fa103571f108c8fff3584fd882db46",
52
57
  "typeScriptVersion": "5.0"
53
58
  }