@tyleretters/discography 2.1.7 → 2.1.8
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 +1 -32
- package/dist/discography.yml +5 -0
- package/dist/index.es.js +12 -0
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/discography.d.ts
CHANGED
|
@@ -1,35 +1,4 @@
|
|
|
1
1
|
export declare const discography: ({
|
|
2
|
-
title: string;
|
|
3
|
-
slug: string;
|
|
4
|
-
project: string;
|
|
5
|
-
released: string;
|
|
6
|
-
type: string;
|
|
7
|
-
format: string;
|
|
8
|
-
role: string;
|
|
9
|
-
label: string;
|
|
10
|
-
mp3: boolean;
|
|
11
|
-
wav: boolean;
|
|
12
|
-
trackIds: string[];
|
|
13
|
-
tracks: {
|
|
14
|
-
number: number;
|
|
15
|
-
title: string;
|
|
16
|
-
slug: string;
|
|
17
|
-
length: string;
|
|
18
|
-
mp3_url: string;
|
|
19
|
-
wav_url: string;
|
|
20
|
-
id: string;
|
|
21
|
-
}[];
|
|
22
|
-
notes: string;
|
|
23
|
-
credits: string;
|
|
24
|
-
project_slug: string;
|
|
25
|
-
release_slug: string;
|
|
26
|
-
cover_url: string;
|
|
27
|
-
mp3_url: string;
|
|
28
|
-
wav_url: string;
|
|
29
|
-
id: string;
|
|
30
|
-
streams?: undefined;
|
|
31
|
-
monospaceNotes?: undefined;
|
|
32
|
-
} | {
|
|
33
2
|
title: string;
|
|
34
3
|
slug: string;
|
|
35
4
|
project: string;
|
|
@@ -324,9 +293,9 @@ export declare const discography: ({
|
|
|
324
293
|
id: string;
|
|
325
294
|
slug?: undefined;
|
|
326
295
|
trackIds?: undefined;
|
|
296
|
+
streams?: undefined;
|
|
327
297
|
mp3_url?: undefined;
|
|
328
298
|
wav_url?: undefined;
|
|
329
|
-
streams?: undefined;
|
|
330
299
|
monospaceNotes?: undefined;
|
|
331
300
|
} | {
|
|
332
301
|
title: string;
|
package/dist/discography.yml
CHANGED
|
@@ -26,6 +26,11 @@
|
|
|
26
26
|
title: Incendiary Nocturne
|
|
27
27
|
slug: incendiary-nocturne
|
|
28
28
|
length: 00:59:43
|
|
29
|
+
streams:
|
|
30
|
+
- platform: SoundCloud
|
|
31
|
+
url: https://soundcloud.com/tyleretters/incendiary-nocturne-mixtape
|
|
32
|
+
- platform: Untitled Stream
|
|
33
|
+
url: https://untitled.stream/library/project/MciXcZXLr9fhFCecBsRBV
|
|
29
34
|
notes: Dubbed signal flares by which to the illuminate darkness of an empty video rental parking lot ten thousand years in the future.
|
|
30
35
|
credits: STUXNET is Tyler Etters.
|
|
31
36
|
|
package/dist/index.es.js
CHANGED
|
@@ -35,6 +35,18 @@ const e = [
|
|
|
35
35
|
id: "d7c642e6b7ed73d61eda7870f626d492"
|
|
36
36
|
}
|
|
37
37
|
],
|
|
38
|
+
streams: [
|
|
39
|
+
{
|
|
40
|
+
platform: "SoundCloud",
|
|
41
|
+
url: "https://soundcloud.com/tyleretters/incendiary-nocturne-mixtape",
|
|
42
|
+
id: "d75f947fe0c197181b2df4b623ade4f6"
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
platform: "Untitled Stream",
|
|
46
|
+
url: "https://untitled.stream/library/project/MciXcZXLr9fhFCecBsRBV",
|
|
47
|
+
id: "5f5265fca85edf744bf2bcd67c827dcb"
|
|
48
|
+
}
|
|
49
|
+
],
|
|
38
50
|
notes: "<p>Dubbed signal flares by which to the illuminate darkness of an empty video rental parking lot ten thousand years in the future.</p>",
|
|
39
51
|
credits: "<p>STUXNET is Tyler Etters.</p>",
|
|
40
52
|
project_slug: "dj-stuxnet",
|