Skip to content

Commit a1b7e5c

Browse files
committed
Fix usage as ESM, drop CommonJS support
1 parent 00a656b commit a1b7e5c

File tree

5 files changed

+197
-197
lines changed

5 files changed

+197
-197
lines changed

docs/README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ The ID of a category on the Play Store.
3434

3535
#### Defined in
3636

37-
[common/consts.ts:70](https://github.com/baltpeter/parse-play/blob/5b7ab65/src/common/consts.ts#L70)
37+
[common/consts.ts:70](https://github.com/baltpeter/parse-play/blob/00a656b/src/common/consts.ts#L70)
3838

3939
___
4040

@@ -46,7 +46,7 @@ The country code of a country supported on the Play Store.
4646

4747
#### Defined in
4848

49-
[common/consts.ts:136](https://github.com/baltpeter/parse-play/blob/5b7ab65/src/common/consts.ts#L136)
49+
[common/consts.ts:136](https://github.com/baltpeter/parse-play/blob/00a656b/src/common/consts.ts#L136)
5050

5151
___
5252

@@ -58,7 +58,7 @@ The language code of a language supported on the Play Store.
5858

5959
#### Defined in
6060

61-
[common/consts.ts:236](https://github.com/baltpeter/parse-play/blob/5b7ab65/src/common/consts.ts#L236)
61+
[common/consts.ts:236](https://github.com/baltpeter/parse-play/blob/00a656b/src/common/consts.ts#L236)
6262

6363
___
6464

@@ -90,7 +90,7 @@ A single app and its associated metadata on a top chart.
9090

9191
#### Defined in
9292

93-
[top-charts.ts:32](https://github.com/baltpeter/parse-play/blob/5b7ab65/src/top-charts.ts#L32)
93+
[top-charts.ts:32](https://github.com/baltpeter/parse-play/blob/00a656b/src/top-charts.ts#L32)
9494

9595
___
9696

@@ -109,7 +109,7 @@ Parameters for all top charts request in a [fetchTopCharts](README.md#fetchtopch
109109

110110
#### Defined in
111111

112-
[top-charts.ts:22](https://github.com/baltpeter/parse-play/blob/5b7ab65/src/top-charts.ts#L22)
112+
[top-charts.ts:22](https://github.com/baltpeter/parse-play/blob/00a656b/src/top-charts.ts#L22)
113113

114114
___
115115

@@ -129,7 +129,7 @@ Parameters for a single top charts request.
129129

130130
#### Defined in
131131

132-
[top-charts.ts:8](https://github.com/baltpeter/parse-play/blob/5b7ab65/src/top-charts.ts#L8)
132+
[top-charts.ts:8](https://github.com/baltpeter/parse-play/blob/00a656b/src/top-charts.ts#L8)
133133

134134
___
135135

@@ -141,7 +141,7 @@ A list of the entries on the respective top chart.
141141

142142
#### Defined in
143143

144-
[top-charts.ts:67](https://github.com/baltpeter/parse-play/blob/5b7ab65/src/top-charts.ts#L67)
144+
[top-charts.ts:67](https://github.com/baltpeter/parse-play/blob/00a656b/src/top-charts.ts#L67)
145145

146146
## Functions
147147

@@ -168,7 +168,7 @@ The top chart.
168168

169169
#### Defined in
170170

171-
[top-charts.ts:148](https://github.com/baltpeter/parse-play/blob/5b7ab65/src/top-charts.ts#L148)
171+
[top-charts.ts:148](https://github.com/baltpeter/parse-play/blob/00a656b/src/top-charts.ts#L148)
172172

173173
**fetchTopCharts**(`requests`, `options`): `Promise`<[`TopChartsResult`](README.md#topchartsresult)[]\>
174174

@@ -191,4 +191,4 @@ An array of the top charts, in the same order as the requests.
191191

192192
#### Defined in
193193

194-
[top-charts.ts:161](https://github.com/baltpeter/parse-play/blob/5b7ab65/src/top-charts.ts#L161)
194+
[top-charts.ts:161](https://github.com/baltpeter/parse-play/blob/00a656b/src/top-charts.ts#L161)

0 commit comments

Comments
 (0)