@types/bun 1.2.19 → 1.2.21

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 +1 -1
  2. bun/package.json +4 -4
bun/README.md CHANGED
@@ -13,7 +13,7 @@ Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree
13
13
  ````
14
14
 
15
15
  ### Additional Details
16
- * Last updated: Sat, 19 Jul 2025 15:35:34 GMT
16
+ * Last updated: Tue, 26 Aug 2025 05:02:57 GMT
17
17
  * Dependencies: [bun-types](https://npmjs.com/package/bun-types)
18
18
 
19
19
  # Credits
bun/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/bun",
3
- "version": "1.2.19",
3
+ "version": "1.2.21",
4
4
  "description": "TypeScript definitions for bun",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/bun",
6
6
  "license": "MIT",
@@ -45,9 +45,9 @@
45
45
  },
46
46
  "scripts": {},
47
47
  "dependencies": {
48
- "bun-types": "1.2.19"
48
+ "bun-types": "1.2.21"
49
49
  },
50
50
  "peerDependencies": {},
51
- "typesPublisherContentHash": "8da2dd3c51d5ee111d571de82c46eca1d872d4f3a39c3e3a06eff0ab145d6882",
52
- "typeScriptVersion": "5.1"
51
+ "typesPublisherContentHash": "95edf465084e25778ca108276e8cf5eade636e3fed1e56e4e91d1d0cfabf74b3",
52
+ "typeScriptVersion": "5.2"
53
53
  }