@sdelsad/commodity-desk-daily 1.0.1 → 1.0.2
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/feed.xml +4 -0
- package/package.json +7 -3
package/feed.xml
CHANGED
|
@@ -6,6 +6,10 @@
|
|
|
6
6
|
<description>A daily 10-minute briefing on physical commodity trading — grains, oilseeds, softs, freight, basis, and the craft of the merchant. Built for the trading floor. New episode every weekday.</description>
|
|
7
7
|
<language>en-us</language>
|
|
8
8
|
<itunes:author>Commodity Desk Daily</itunes:author>
|
|
9
|
+
<itunes:owner>
|
|
10
|
+
<itunes:name>Seb</itunes:name>
|
|
11
|
+
<itunes:email>seb.ge.ed@gmail.com</itunes:email>
|
|
12
|
+
</itunes:owner>
|
|
9
13
|
<itunes:explicit>false</itunes:explicit>
|
|
10
14
|
<itunes:category text="Business"/>
|
|
11
15
|
<itunes:image href="https://cdn.jsdelivr.net/npm/@sdelsad/commodity-desk-daily@1.0.1/cover.jpg"/>
|
package/package.json
CHANGED
|
@@ -1,7 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sdelsad/commodity-desk-daily",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2",
|
|
4
4
|
"description": "Commodity Desk Daily - daily 10-minute podcast on physical commodity trading. Episode 1: What a Commodity Merchant Actually Does.",
|
|
5
5
|
"license": "CC-BY-4.0",
|
|
6
|
-
"keywords": [
|
|
7
|
-
|
|
6
|
+
"keywords": [
|
|
7
|
+
"podcast",
|
|
8
|
+
"commodities",
|
|
9
|
+
"education"
|
|
10
|
+
]
|
|
11
|
+
}
|