@types/bun 1.2.20 → 1.2.22
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 +3 -3
bun/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
> `npm install --save @types/bun`
|
|
3
3
|
|
|
4
4
|
# Summary
|
|
5
|
-
This package contains type definitions for bun (https://bun.
|
|
5
|
+
This package contains type definitions for bun (https://bun.com).
|
|
6
6
|
|
|
7
7
|
# Details
|
|
8
8
|
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/bun.
|
|
@@ -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: Sun,
|
|
16
|
+
* Last updated: Sun, 14 Sep 2025 16:35:04 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.
|
|
3
|
+
"version": "1.2.22",
|
|
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.
|
|
48
|
+
"bun-types": "1.2.22"
|
|
49
49
|
},
|
|
50
50
|
"peerDependencies": {},
|
|
51
|
-
"typesPublisherContentHash": "
|
|
51
|
+
"typesPublisherContentHash": "b901a098bef95160373cb7f719711d05614d9908682244c51ab5b1baf8b6cad2",
|
|
52
52
|
"typeScriptVersion": "5.2"
|
|
53
53
|
}
|