bun-types 0.0.76 → 0.0.78

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. package/package.json +13 -12
  2. package/types.d.ts +5320 -5245
package/package.json CHANGED
@@ -1,16 +1,17 @@
1
1
  {
2
2
  "name": "bun-types",
3
- "description": "Types for bun.js",
4
- "homepage": "https://bun.sh",
5
- "author": {
6
- "name": "Jarred Sumner",
7
- "email": "jarred@jarredsumner.com"
8
- },
9
- "repository": "https://github.com/jarred-sumner/bun",
10
- "readme": "This package is a temporary workaround until https://github.com/DefinitelyTyped/DefinitelyTyped/pull/59670 is merged.",
11
- "version": "0.0.76",
3
+ "version": "0.0.78",
4
+ "description": "Type definitions for bun.js",
12
5
  "types": "types.d.ts",
13
- "scripts": {
14
- "prepublishOnly": "cp ../../types/bun/bun.d.ts types.d.ts"
15
- }
6
+ "files": [
7
+ "types.d.ts"
8
+ ],
9
+ "private": false,
10
+ "keywords": [
11
+ "bun",
12
+ "bun.js",
13
+ "types"
14
+ ],
15
+ "repository": "https://github.com/Jarred-Sumner/bun",
16
+ "homepage": "https://bun.sh"
16
17
  }