@types/bun 1.3.9 → 1.3.10

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 +3 -3
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: Tue, 10 Feb 2026 17:20:58 GMT
16
+ * Last updated: Mon, 02 Mar 2026 23:04:36 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.3.9",
3
+ "version": "1.3.10",
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.3.9"
48
+ "bun-types": "1.3.10"
49
49
  },
50
50
  "peerDependencies": {},
51
- "typesPublisherContentHash": "88ceb9bee6c8807808442b6242c57574166a1418b0adcf28b056fa3514b88b2d",
51
+ "typesPublisherContentHash": "c93450e885b7484ba2b76848e30088d153ff99cf09b4ea543038aac6016408b2",
52
52
  "typeScriptVersion": "5.2"
53
53
  }