Skip to content

Commit 48d7b82

Browse files
authored
See if this makes a difference for the release github action (#595)
1 parent f62c4bd commit 48d7b82

File tree

4 files changed

+30
-103
lines changed

4 files changed

+30
-103
lines changed

packages/core-react/package.json

Lines changed: 4 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,7 @@
1313
"main": "./dist/index.cjs",
1414
"module": "./dist/index.js",
1515
"types": "./dist/index.d.ts",
16-
"files": [
17-
"dist"
18-
],
16+
"files": ["dist"],
1917
"exports": {
2018
"./package.json": "./package.json",
2119
".": {
@@ -31,12 +29,8 @@
3129
},
3230
"typesVersions": {
3331
"*": {
34-
"crypto": [
35-
"./dist/crypto/index.d.ts"
36-
],
37-
"*": [
38-
"./dist/index.d.ts"
39-
]
32+
"crypto": ["./dist/crypto/index.d.ts"],
33+
"*": ["./dist/index.d.ts"]
4034
}
4135
},
4236
"scripts": {
@@ -61,10 +55,5 @@
6155
"react": "^18.3.1",
6256
"react-dom": "^18.3.1"
6357
},
64-
"keywords": [
65-
"livepeer",
66-
"video",
67-
"streaming",
68-
"livestream"
69-
]
58+
"keywords": ["livepeer", "video", "streaming", "livestream"]
7059
}

packages/core-web/package.json

Lines changed: 9 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,7 @@
1313
"main": "./dist/index.cjs",
1414
"module": "./dist/index.js",
1515
"types": "./dist/index.d.ts",
16-
"files": [
17-
"dist"
18-
],
16+
"files": ["dist"],
1917
"exports": {
2018
"./package.json": "./package.json",
2119
".": {
@@ -56,27 +54,13 @@
5654
},
5755
"typesVersions": {
5856
"*": {
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-
]
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"]
8064
}
8165
},
8266
"scripts": {
@@ -90,10 +74,5 @@
9074
"hls.js": "^1.5.14",
9175
"zustand": "^4.5.5"
9276
},
93-
"keywords": [
94-
"livepeer",
95-
"video",
96-
"streaming",
97-
"livestream"
98-
]
77+
"keywords": ["livepeer", "video", "streaming", "livestream"]
9978
}

packages/core/package.json

Lines changed: 9 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,7 @@
1313
"main": "./dist/index.cjs",
1414
"module": "./dist/index.js",
1515
"types": "./dist/index.d.ts",
16-
"files": [
17-
"dist"
18-
],
16+
"files": ["dist"],
1917
"exports": {
2018
"./package.json": "./package.json",
2119
".": {
@@ -56,27 +54,13 @@
5654
},
5755
"typesVersions": {
5856
"*": {
59-
"crypto": [
60-
"./dist/crypto/index.d.ts"
61-
],
62-
"errors": [
63-
"./dist/errors/index.d.ts"
64-
],
65-
"media": [
66-
"./dist/media/index.d.ts"
67-
],
68-
"storage": [
69-
"./dist/storage/index.d.ts"
70-
],
71-
"utils": [
72-
"./dist/utils/index.d.ts"
73-
],
74-
"version": [
75-
"./dist/version/index.d.ts"
76-
],
77-
"*": [
78-
"./dist/index.d.ts"
79-
]
57+
"crypto": ["./dist/crypto/index.d.ts"],
58+
"errors": ["./dist/errors/index.d.ts"],
59+
"media": ["./dist/media/index.d.ts"],
60+
"storage": ["./dist/storage/index.d.ts"],
61+
"utils": ["./dist/utils/index.d.ts"],
62+
"version": ["./dist/version/index.d.ts"],
63+
"*": ["./dist/index.d.ts"]
8064
}
8165
},
8266
"scripts": {
@@ -93,10 +77,5 @@
9377
"devDependencies": {
9478
"jose": "^5.3.0"
9579
},
96-
"keywords": [
97-
"livepeer",
98-
"video",
99-
"streaming",
100-
"livestream"
101-
]
80+
"keywords": ["livepeer", "video", "streaming", "livestream"]
10281
}

packages/react/package.json

Lines changed: 8 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,7 @@
1313
"main": "./dist/index.cjs",
1414
"module": "./dist/index.js",
1515
"types": "./dist/index.d.ts",
16-
"files": [
17-
"dist"
18-
],
16+
"files": ["dist"],
1917
"exports": {
2018
"./package.json": "./package.json",
2119
".": {
@@ -51,24 +49,12 @@
5149
},
5250
"typesVersions": {
5351
"*": {
54-
"assets": [
55-
"./dist/assets/index.d.ts"
56-
],
57-
"broadcast": [
58-
"./dist/broadcast/index.d.ts"
59-
],
60-
"crypto": [
61-
"./dist/crypto/index.d.ts"
62-
],
63-
"external": [
64-
"./dist/external/index.d.ts"
65-
],
66-
"player": [
67-
"./dist/player/index.d.ts"
68-
],
69-
"*": [
70-
"./dist/index.d.ts"
71-
]
52+
"assets": ["./dist/assets/index.d.ts"],
53+
"broadcast": ["./dist/broadcast/index.d.ts"],
54+
"crypto": ["./dist/crypto/index.d.ts"],
55+
"external": ["./dist/external/index.d.ts"],
56+
"player": ["./dist/player/index.d.ts"],
57+
"*": ["./dist/index.d.ts"]
7258
}
7359
},
7460
"scripts": {
@@ -114,11 +100,5 @@
114100
"react": "^18.3.1",
115101
"react-dom": "^18.3.1"
116102
},
117-
"keywords": [
118-
"livepeer",
119-
"react",
120-
"video",
121-
"streaming",
122-
"livestream"
123-
]
103+
"keywords": ["livepeer", "react", "video", "streaming", "livestream"]
124104
}

0 commit comments

Comments
 (0)