@tyleretters/discography 2.1.10 → 2.2.0
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.
- package/dist/discography.d.ts +16 -2
- package/dist/discography.yml +2 -2
- package/dist/index.es.js +156 -71
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +2 -2
- package/dist/index.umd.js.map +1 -1
- package/dist/types.d.ts +1 -0
- package/package.json +1 -1
package/dist/discography.d.ts
CHANGED
|
@@ -32,6 +32,7 @@ export declare const discography: ({
|
|
|
32
32
|
mp3_url: string;
|
|
33
33
|
wav_url: string;
|
|
34
34
|
id: string;
|
|
35
|
+
runtime: string;
|
|
35
36
|
monospaceNotes?: undefined;
|
|
36
37
|
} | {
|
|
37
38
|
title: string;
|
|
@@ -65,6 +66,7 @@ export declare const discography: ({
|
|
|
65
66
|
mp3_url: string;
|
|
66
67
|
wav_url: string;
|
|
67
68
|
id: string;
|
|
69
|
+
runtime: string;
|
|
68
70
|
slug?: undefined;
|
|
69
71
|
monospaceNotes?: undefined;
|
|
70
72
|
} | {
|
|
@@ -98,6 +100,7 @@ export declare const discography: ({
|
|
|
98
100
|
mp3_url: string;
|
|
99
101
|
wav_url: string;
|
|
100
102
|
id: string;
|
|
103
|
+
runtime: string;
|
|
101
104
|
slug?: undefined;
|
|
102
105
|
trackIds?: undefined;
|
|
103
106
|
monospaceNotes?: undefined;
|
|
@@ -134,6 +137,7 @@ export declare const discography: ({
|
|
|
134
137
|
mp3_url: string;
|
|
135
138
|
wav_url: string;
|
|
136
139
|
id: string;
|
|
140
|
+
runtime: string;
|
|
137
141
|
monospaceNotes?: undefined;
|
|
138
142
|
} | {
|
|
139
143
|
title: string;
|
|
@@ -165,6 +169,7 @@ export declare const discography: ({
|
|
|
165
169
|
cover_url: string;
|
|
166
170
|
mp3_url: string;
|
|
167
171
|
id: string;
|
|
172
|
+
runtime: string;
|
|
168
173
|
slug?: undefined;
|
|
169
174
|
wav_url?: undefined;
|
|
170
175
|
monospaceNotes?: undefined;
|
|
@@ -195,6 +200,7 @@ export declare const discography: ({
|
|
|
195
200
|
release_slug: string;
|
|
196
201
|
cover_url: string;
|
|
197
202
|
id: string;
|
|
203
|
+
runtime: string;
|
|
198
204
|
slug?: undefined;
|
|
199
205
|
trackIds?: undefined;
|
|
200
206
|
mp3_url?: undefined;
|
|
@@ -233,6 +239,7 @@ export declare const discography: ({
|
|
|
233
239
|
mp3_url: string;
|
|
234
240
|
wav_url: string;
|
|
235
241
|
id: string;
|
|
242
|
+
runtime: string;
|
|
236
243
|
slug?: undefined;
|
|
237
244
|
trackIds?: undefined;
|
|
238
245
|
monospaceNotes?: undefined;
|
|
@@ -265,6 +272,7 @@ export declare const discography: ({
|
|
|
265
272
|
cover_url: string;
|
|
266
273
|
mp3_url: string;
|
|
267
274
|
id: string;
|
|
275
|
+
runtime: string;
|
|
268
276
|
slug?: undefined;
|
|
269
277
|
trackIds?: undefined;
|
|
270
278
|
wav_url?: undefined;
|
|
@@ -291,6 +299,7 @@ export declare const discography: ({
|
|
|
291
299
|
release_slug: string;
|
|
292
300
|
cover_url: string;
|
|
293
301
|
id: string;
|
|
302
|
+
runtime: string;
|
|
294
303
|
slug?: undefined;
|
|
295
304
|
trackIds?: undefined;
|
|
296
305
|
streams?: undefined;
|
|
@@ -323,6 +332,7 @@ export declare const discography: ({
|
|
|
323
332
|
mp3_url: string;
|
|
324
333
|
wav_url: string;
|
|
325
334
|
id: string;
|
|
335
|
+
runtime: string;
|
|
326
336
|
slug?: undefined;
|
|
327
337
|
trackIds?: undefined;
|
|
328
338
|
streams?: undefined;
|
|
@@ -359,6 +369,7 @@ export declare const discography: ({
|
|
|
359
369
|
mp3_url: string;
|
|
360
370
|
wav_url: string;
|
|
361
371
|
id: string;
|
|
372
|
+
runtime: string;
|
|
362
373
|
slug?: undefined;
|
|
363
374
|
trackIds?: undefined;
|
|
364
375
|
} | {
|
|
@@ -376,6 +387,8 @@ export declare const discography: ({
|
|
|
376
387
|
artist: string;
|
|
377
388
|
title: string;
|
|
378
389
|
length: string;
|
|
390
|
+
mp3_url: string;
|
|
391
|
+
wav_url: string;
|
|
379
392
|
id: string;
|
|
380
393
|
}[];
|
|
381
394
|
streams: {
|
|
@@ -388,10 +401,11 @@ export declare const discography: ({
|
|
|
388
401
|
project_slug: string;
|
|
389
402
|
release_slug: string;
|
|
390
403
|
cover_url: string;
|
|
404
|
+
mp3_url: string;
|
|
405
|
+
wav_url: string;
|
|
391
406
|
id: string;
|
|
407
|
+
runtime: string;
|
|
392
408
|
slug?: undefined;
|
|
393
409
|
trackIds?: undefined;
|
|
394
|
-
mp3_url?: undefined;
|
|
395
|
-
wav_url?: undefined;
|
|
396
410
|
monospaceNotes?: undefined;
|
|
397
411
|
})[];
|
package/dist/discography.yml
CHANGED