@tyleretters/discography 3.0.0 → 3.0.1
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/README.md +4 -2
- package/dist/discography.yml +33 -0
- package/dist/index.es.js +54 -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/README.md
CHANGED
|
@@ -62,7 +62,9 @@ After updating `src/discography.yml`:
|
|
|
62
62
|
|
|
63
63
|
```zsh
|
|
64
64
|
git add . && git commit -m "++" && git push origin main
|
|
65
|
-
npm
|
|
65
|
+
npm login
|
|
66
|
+
npm version patch
|
|
67
|
+
npm publish
|
|
66
68
|
```
|
|
67
69
|
|
|
68
70
|
`npm publish` automatically runs `npm run build` via the `prepublishOnly` hook, so there's no need to build manually before publishing.
|
|
@@ -74,5 +76,5 @@ npm i @tyleretters/discography
|
|
|
74
76
|
```
|
|
75
77
|
|
|
76
78
|
```typescript
|
|
77
|
-
import discography from
|
|
79
|
+
import discography from "@tyleretters/discography";
|
|
78
80
|
```
|
package/dist/discography.yml
CHANGED
|
@@ -1,3 +1,36 @@
|
|
|
1
|
+
- title: SINGULARITY PROTOCOL
|
|
2
|
+
slug: singularity-protocol
|
|
3
|
+
project: DJ STUXNET
|
|
4
|
+
released: 02026-04-02
|
|
5
|
+
type: Mix
|
|
6
|
+
format: Digital
|
|
7
|
+
role: DJ
|
|
8
|
+
label: Intertext
|
|
9
|
+
mp3: true
|
|
10
|
+
wav: true
|
|
11
|
+
trackIds:
|
|
12
|
+
- "Meditation by Eduard Artemyev"
|
|
13
|
+
- "Gnosis by Russian Circles"
|
|
14
|
+
- "Берег моря (Из к/ф 'Красная палатка') by Aleksandr Zatsepin"
|
|
15
|
+
- "Slow Moving Trains / The Cowboy... / Drugs in Tokyo by Godspeed You! Black Emperor"
|
|
16
|
+
- "The Great Leap Forward Poured Down Upon Us One Day Like A Mighty Storm, Suddenly And Furiously Blinding Our Senses. by Red Sparowes"
|
|
17
|
+
- "Ataraxia by Hilyard"
|
|
18
|
+
- "Tablet III by Blood Incantation"
|
|
19
|
+
- "And Technological Advancements by SIOUM"
|
|
20
|
+
tracks:
|
|
21
|
+
- number: 1
|
|
22
|
+
title: SINGULARITY PROTOCOL
|
|
23
|
+
slug: singularity-protocol
|
|
24
|
+
length: 00:59:56
|
|
25
|
+
streams:
|
|
26
|
+
- platform: SoundCloud
|
|
27
|
+
url: https://soundcloud.com/tyleretters/singularity-protocol-mixtape
|
|
28
|
+
- platform: Untitled Stream
|
|
29
|
+
url: https://untitled.stream/library/project/Tl87IWEW1j4hbdPMI9cUU
|
|
30
|
+
notes: From everywhere and all at once.
|
|
31
|
+
|
|
32
|
+
credits: STUXNET is Tyler Etters.
|
|
33
|
+
|
|
1
34
|
- title: Incendiary Nocturne
|
|
2
35
|
slug: incendiary-nocturne
|
|
3
36
|
project: DJ STUXNET
|
package/dist/index.es.js
CHANGED
|
@@ -1,4 +1,58 @@
|
|
|
1
1
|
const e = [
|
|
2
|
+
{
|
|
3
|
+
title: "SINGULARITY PROTOCOL",
|
|
4
|
+
slug: "singularity-protocol",
|
|
5
|
+
project: "DJ STUXNET",
|
|
6
|
+
released: "02026-04-02",
|
|
7
|
+
type: "Mix",
|
|
8
|
+
format: "Digital",
|
|
9
|
+
role: "DJ",
|
|
10
|
+
label: "Intertext",
|
|
11
|
+
mp3: !0,
|
|
12
|
+
wav: !0,
|
|
13
|
+
trackIds: [
|
|
14
|
+
"Meditation by Eduard Artemyev",
|
|
15
|
+
"Gnosis by Russian Circles",
|
|
16
|
+
"Берег моря (Из к/ф 'Красная палатка') by Aleksandr Zatsepin",
|
|
17
|
+
"Slow Moving Trains / The Cowboy... / Drugs in Tokyo by Godspeed You! Black Emperor",
|
|
18
|
+
"The Great Leap Forward Poured Down Upon Us One Day Like A Mighty Storm, Suddenly And Furiously Blinding Our Senses. by Red Sparowes",
|
|
19
|
+
"Ataraxia by Hilyard",
|
|
20
|
+
"Tablet III by Blood Incantation",
|
|
21
|
+
"And Technological Advancements by SIOUM"
|
|
22
|
+
],
|
|
23
|
+
tracks: [
|
|
24
|
+
{
|
|
25
|
+
number: 1,
|
|
26
|
+
title: "SINGULARITY PROTOCOL",
|
|
27
|
+
slug: "singularity-protocol",
|
|
28
|
+
length: "00:59:56",
|
|
29
|
+
mp3_url: "https://d107e1o0dn11sc.cloudfront.net/dj-stuxnet/singularity-protocol/01-singularity-protocol.mp3",
|
|
30
|
+
wav_url: "https://d107e1o0dn11sc.cloudfront.net/dj-stuxnet/singularity-protocol/01-singularity-protocol.wav",
|
|
31
|
+
id: "700f2231a43b1ea15baca1d315873d6451183a235981a763dde8b2125977938f"
|
|
32
|
+
}
|
|
33
|
+
],
|
|
34
|
+
streams: [
|
|
35
|
+
{
|
|
36
|
+
platform: "SoundCloud",
|
|
37
|
+
url: "https://soundcloud.com/tyleretters/singularity-protocol-mixtape",
|
|
38
|
+
id: "6ba82653550944a674b485e2a27445622ba4a07e5583f190bc3fd126922379de"
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
platform: "Untitled Stream",
|
|
42
|
+
url: "https://untitled.stream/library/project/Tl87IWEW1j4hbdPMI9cUU",
|
|
43
|
+
id: "74f6bd08817b67cbfb2d6dd7633642346d10850115f600c60d24dd6e7ac921a2"
|
|
44
|
+
}
|
|
45
|
+
],
|
|
46
|
+
notes: "<p>From everywhere and all at once.</p>",
|
|
47
|
+
credits: "<p>STUXNET is Tyler Etters.</p>",
|
|
48
|
+
project_slug: "dj-stuxnet",
|
|
49
|
+
release_slug: "singularity-protocol",
|
|
50
|
+
cover_url: "https://d107e1o0dn11sc.cloudfront.net/dj-stuxnet/singularity-protocol/singularity-protocol.jpg",
|
|
51
|
+
mp3_url: "https://d107e1o0dn11sc.cloudfront.net/dj-stuxnet/singularity-protocol/singularity-protocol-mp3.zip",
|
|
52
|
+
wav_url: "https://d107e1o0dn11sc.cloudfront.net/dj-stuxnet/singularity-protocol/singularity-protocol-wav.zip",
|
|
53
|
+
id: "d9dedeed9e01aff2a2b63b71ed0375f8671bbf495d1a57a6efba60e75d79c50c",
|
|
54
|
+
runtime: "59:56"
|
|
55
|
+
},
|
|
2
56
|
{
|
|
3
57
|
title: "Incendiary Nocturne",
|
|
4
58
|
slug: "incendiary-nocturne",
|