|
2 | 2 | "name": "@livepeer/core-web", |
3 | 3 | "description": "Livepeer UI Kit's core web library, for adding reactive stores to video elements.", |
4 | 4 | "license": "MIT", |
5 | | - "version": "5.0.0", |
| 5 | + "version": "5.0.1", |
6 | 6 | "type": "module", |
7 | 7 | "repository": { |
8 | 8 | "type": "git", |
|
13 | 13 | "main": "./dist/index.cjs", |
14 | 14 | "module": "./dist/index.js", |
15 | 15 | "types": "./dist/index.d.ts", |
16 | | - "files": ["dist"], |
| 16 | + "files": [ |
| 17 | + "dist" |
| 18 | + ], |
17 | 19 | "exports": { |
18 | 20 | "./package.json": "./package.json", |
19 | 21 | ".": { |
|
54 | 56 | }, |
55 | 57 | "typesVersions": { |
56 | 58 | "*": { |
57 | | - "broadcast": ["./dist/broadcast/index.d.ts"], |
58 | | - "browser": ["./dist/browser/index.d.ts"], |
59 | | - "external": ["./dist/external/index.d.ts"], |
60 | | - "hls": ["./dist/hls/index.d.ts"], |
61 | | - "media": ["./dist/media/index.d.ts"], |
62 | | - "webrtc": ["./dist/webrtc/index.d.ts"], |
63 | | - "*": ["./dist/index.d.ts"] |
| 59 | + "broadcast": [ |
| 60 | + "./dist/broadcast/index.d.ts" |
| 61 | + ], |
| 62 | + "browser": [ |
| 63 | + "./dist/browser/index.d.ts" |
| 64 | + ], |
| 65 | + "external": [ |
| 66 | + "./dist/external/index.d.ts" |
| 67 | + ], |
| 68 | + "hls": [ |
| 69 | + "./dist/hls/index.d.ts" |
| 70 | + ], |
| 71 | + "media": [ |
| 72 | + "./dist/media/index.d.ts" |
| 73 | + ], |
| 74 | + "webrtc": [ |
| 75 | + "./dist/webrtc/index.d.ts" |
| 76 | + ], |
| 77 | + "*": [ |
| 78 | + "./dist/index.d.ts" |
| 79 | + ] |
64 | 80 | } |
65 | 81 | }, |
66 | 82 | "scripts": { |
|
74 | 90 | "hls.js": "^1.5.14", |
75 | 91 | "zustand": "^4.5.5" |
76 | 92 | }, |
77 | | - "keywords": ["livepeer", "video", "streaming", "livestream"] |
| 93 | + "keywords": [ |
| 94 | + "livepeer", |
| 95 | + "video", |
| 96 | + "streaming", |
| 97 | + "livestream" |
| 98 | + ] |
78 | 99 | } |
0 commit comments