@tyleretters/discography 2.0.31 → 2.1.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.
@@ -0,0 +1,180 @@
1
+ export declare const discography: ({
2
+ title: string;
3
+ project: string;
4
+ released: string;
5
+ type: string;
6
+ format: string;
7
+ role: string;
8
+ label: string;
9
+ mp3: boolean;
10
+ wav: boolean;
11
+ tracks: {
12
+ number: number;
13
+ title: string;
14
+ length: string;
15
+ mp3_url: string;
16
+ wav_url: string;
17
+ id: string;
18
+ }[];
19
+ streams: {
20
+ platform: string;
21
+ url: string;
22
+ id: string;
23
+ }[];
24
+ notes: string;
25
+ credits: string;
26
+ project_slug: string;
27
+ release_slug: string;
28
+ cover_url: string;
29
+ mp3_url: string;
30
+ wav_url: string;
31
+ id: string;
32
+ monospaceNotes?: undefined;
33
+ } | {
34
+ title: string;
35
+ project: string;
36
+ released: string;
37
+ type: string;
38
+ format: string;
39
+ role: string;
40
+ label: string;
41
+ mp3: boolean;
42
+ wav: boolean;
43
+ tracks: {
44
+ number: number;
45
+ title: string;
46
+ length: string;
47
+ mp3_url: string;
48
+ id: string;
49
+ }[];
50
+ streams: {
51
+ platform: string;
52
+ url: string;
53
+ id: string;
54
+ }[];
55
+ notes: string;
56
+ credits: string;
57
+ project_slug: string;
58
+ release_slug: string;
59
+ cover_url: string;
60
+ mp3_url: string;
61
+ id: string;
62
+ wav_url?: undefined;
63
+ monospaceNotes?: undefined;
64
+ } | {
65
+ title: string;
66
+ project: string;
67
+ released: string;
68
+ type: string;
69
+ format: string;
70
+ role: string;
71
+ label: string;
72
+ mp3: boolean;
73
+ wav: boolean;
74
+ tracks: {
75
+ number: number;
76
+ title: string;
77
+ length: string;
78
+ id: string;
79
+ }[];
80
+ streams: {
81
+ platform: string;
82
+ url: string;
83
+ id: string;
84
+ }[];
85
+ notes: string;
86
+ credits: string;
87
+ project_slug: string;
88
+ release_slug: string;
89
+ cover_url: string;
90
+ id: string;
91
+ mp3_url?: undefined;
92
+ wav_url?: undefined;
93
+ monospaceNotes?: undefined;
94
+ } | {
95
+ title: string;
96
+ project: string;
97
+ released: string;
98
+ type: string;
99
+ format: string;
100
+ role: string;
101
+ label: string;
102
+ mp3: boolean;
103
+ wav: boolean;
104
+ tracks: {
105
+ number: number;
106
+ title: string;
107
+ length: string;
108
+ id: string;
109
+ }[];
110
+ notes: string;
111
+ credits: string;
112
+ project_slug: string;
113
+ release_slug: string;
114
+ cover_url: string;
115
+ id: string;
116
+ streams?: undefined;
117
+ mp3_url?: undefined;
118
+ wav_url?: undefined;
119
+ monospaceNotes?: undefined;
120
+ } | {
121
+ title: string;
122
+ project: string;
123
+ released: string;
124
+ type: string;
125
+ format: string;
126
+ role: string;
127
+ label: string;
128
+ mp3: boolean;
129
+ wav: boolean;
130
+ tracks: {
131
+ number: number;
132
+ title: string;
133
+ length: string;
134
+ mp3_url: string;
135
+ wav_url: string;
136
+ id: string;
137
+ }[];
138
+ notes: string;
139
+ credits: string;
140
+ project_slug: string;
141
+ release_slug: string;
142
+ cover_url: string;
143
+ mp3_url: string;
144
+ wav_url: string;
145
+ id: string;
146
+ streams?: undefined;
147
+ monospaceNotes?: undefined;
148
+ } | {
149
+ title: string;
150
+ project: string;
151
+ released: string;
152
+ type: string;
153
+ format: string;
154
+ role: string;
155
+ label: string;
156
+ mp3: boolean;
157
+ wav: boolean;
158
+ tracks: {
159
+ number: number;
160
+ title: string;
161
+ length: string;
162
+ mp3_url: string;
163
+ wav_url: string;
164
+ id: string;
165
+ }[];
166
+ streams: {
167
+ platform: string;
168
+ url: string;
169
+ id: string;
170
+ }[];
171
+ monospaceNotes: boolean;
172
+ notes: string;
173
+ credits: string;
174
+ project_slug: string;
175
+ release_slug: string;
176
+ cover_url: string;
177
+ mp3_url: string;
178
+ wav_url: string;
179
+ id: string;
180
+ })[];
@@ -628,7 +628,7 @@
628
628
  - title: List of Stars in Cancer
629
629
  project: They Became What They Beheld
630
630
  released: 02024-07-10
631
- type: Album
631
+ type: LP
632
632
  format: Digital
633
633
  role: Principal Musician
634
634
  label: Intertext
@@ -1257,7 +1257,7 @@
1257
1257
  - title: Radio Free Albemuth
1258
1258
  project: They Became What They Beheld
1259
1259
  released: 02024-05-26
1260
- type: Album
1260
+ type: LP
1261
1261
  format: Digital
1262
1262
  role: Principal Musician
1263
1263
  label: Intertext
@@ -0,0 +1,4 @@
1
+ import { Release, Track, Stream } from './types';
2
+ import { discography } from './discography';
3
+ export default discography;
4
+ export type { Release, Track, Stream };
package/dist/index.es.js CHANGED
@@ -1167,7 +1167,7 @@ const e = [
1167
1167
  title: "List of Stars in Cancer",
1168
1168
  project: "They Became What They Beheld",
1169
1169
  released: "02024-07-10",
1170
- type: "Album",
1170
+ type: "LP",
1171
1171
  format: "Digital",
1172
1172
  role: "Principal Musician",
1173
1173
  label: "Intertext",
@@ -2594,7 +2594,7 @@ const e = [
2594
2594
  title: "Radio Free Albemuth",
2595
2595
  project: "They Became What They Beheld",
2596
2596
  released: "02024-05-26",
2597
- type: "Album",
2597
+ type: "LP",
2598
2598
  format: "Digital",
2599
2599
  role: "Principal Musician",
2600
2600
  label: "Intertext",