@types/bun 1.2.18 → 1.2.19

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 +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: Thu, 03 Jul 2025 19:02:23 GMT
16
+ * Last updated: Sat, 19 Jul 2025 15:35: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), [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).
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.18",
3
+ "version": "1.2.19",
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.18"
48
+ "bun-types": "1.2.19"
54
49
  },
55
50
  "peerDependencies": {},
56
- "typesPublisherContentHash": "2d3b31c71acc3490313eed98445efa8dccdb773aa77aebef7b7aeb8d891a1619",
51
+ "typesPublisherContentHash": "8da2dd3c51d5ee111d571de82c46eca1d872d4f3a39c3e3a06eff0ab145d6882",
57
52
  "typeScriptVersion": "5.1"
58
53
  }