@tyleretters/discography 2.1.6 β†’ 2.1.7

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.
@@ -1,4 +1,35 @@
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
+ } | {
2
33
  title: string;
3
34
  slug: string;
4
35
  project: string;
@@ -293,9 +324,9 @@ export declare const discography: ({
293
324
  id: string;
294
325
  slug?: undefined;
295
326
  trackIds?: undefined;
296
- streams?: undefined;
297
327
  mp3_url?: undefined;
298
328
  wav_url?: undefined;
329
+ streams?: undefined;
299
330
  monospaceNotes?: undefined;
300
331
  } | {
301
332
  title: string;
@@ -1,3 +1,34 @@
1
+ - title: Incendiary Nocturne
2
+ slug: incendiary-nocturne
3
+ project: DJ STUXNET
4
+ released: 02026-02-06
5
+ type: Mix
6
+ format: Digital
7
+ role: DJ
8
+ label: Intertext
9
+ mp3: true
10
+ wav: true
11
+ trackIds:
12
+ - "Curvature by ASC"
13
+ - "Soms by nthng"
14
+ - "Crystalline Laura Jones"
15
+ - "Radiance II by Basic Channel"
16
+ - "Twelve Miles High by Burger/Ink"
17
+ - "Emerald by Luke Hess"
18
+ - "City Centre by Deep Chord"
19
+ - "Dub for Cascadia by Loscil"
20
+ - "The Vonyich Manuscript by Legiac"
21
+ - "Sleepygirl 4 by Yagya"
22
+ - "Fr3sh by Kareem Lotfy"
23
+ - "Pop 4 by gas"
24
+ tracks:
25
+ - number: 1
26
+ title: Incendiary Nocturne
27
+ slug: incendiary-nocturne
28
+ length: 00:59:43
29
+ notes: Dubbed signal flares by which to the illuminate darkness of an empty video rental parking lot ten thousand years in the future.
30
+ credits: STUXNET is Tyler Etters.
31
+
1
32
  - title: π»π‘’π’Άπ“‡π“‰π“ˆ 𝒾𝓃 𝒱𝒢𝓁𝑒𝓃𝒸𝒾𝒢, π’žπ’½π’Άπ“…π“‰π‘’π“‡ 𝟀
2
33
  slug: hearts-in-valencia-chapter-2
3
34
  project: DJ STUXNET
package/dist/index.es.js CHANGED
@@ -1,4 +1,49 @@
1
1
  const e = [
2
+ {
3
+ title: "Incendiary Nocturne",
4
+ slug: "incendiary-nocturne",
5
+ project: "DJ STUXNET",
6
+ released: "02026-02-06",
7
+ type: "Mix",
8
+ format: "Digital",
9
+ role: "DJ",
10
+ label: "Intertext",
11
+ mp3: !0,
12
+ wav: !0,
13
+ trackIds: [
14
+ "Curvature by ASC",
15
+ "Soms by nthng",
16
+ "Crystalline Laura Jones",
17
+ "Radiance II by Basic Channel",
18
+ "Twelve Miles High by Burger/Ink",
19
+ "Emerald by Luke Hess",
20
+ "City Centre by Deep Chord",
21
+ "Dub for Cascadia by Loscil",
22
+ "The Vonyich Manuscript by Legiac",
23
+ "Sleepygirl 4 by Yagya",
24
+ "Fr3sh by Kareem Lotfy",
25
+ "Pop 4 by gas"
26
+ ],
27
+ tracks: [
28
+ {
29
+ number: 1,
30
+ title: "Incendiary Nocturne",
31
+ slug: "incendiary-nocturne",
32
+ length: "00:59:43",
33
+ mp3_url: "https://d107e1o0dn11sc.cloudfront.net/dj-stuxnet/incendiary-nocturne/01-incendiary-nocturne.mp3",
34
+ wav_url: "https://d107e1o0dn11sc.cloudfront.net/dj-stuxnet/incendiary-nocturne/01-incendiary-nocturne.wav",
35
+ id: "d7c642e6b7ed73d61eda7870f626d492"
36
+ }
37
+ ],
38
+ 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
+ credits: "<p>STUXNET is Tyler Etters.</p>",
40
+ project_slug: "dj-stuxnet",
41
+ release_slug: "incendiary-nocturne",
42
+ cover_url: "https://d107e1o0dn11sc.cloudfront.net/dj-stuxnet/incendiary-nocturne/incendiary-nocturne.jpg",
43
+ mp3_url: "https://d107e1o0dn11sc.cloudfront.net/dj-stuxnet/incendiary-nocturne/incendiary-nocturne-mp3.zip",
44
+ wav_url: "https://d107e1o0dn11sc.cloudfront.net/dj-stuxnet/incendiary-nocturne/incendiary-nocturne-wav.zip",
45
+ id: "124ae28d8b618875d4f243298318bbc8"
46
+ },
2
47
  {
3
48
  title: "π»π‘’π’Άπ“‡π“‰π“ˆ 𝒾𝓃 𝒱𝒢𝓁𝑒𝓃𝒸𝒾𝒢, π’žπ’½π’Άπ“…π“‰π‘’π“‡ 𝟀",
4
49
  slug: "hearts-in-valencia-chapter-2",