Skip to content

Commit 7f6dfb5

Browse files
refactor(scripts): remove legacy conversion script
1 parent d68dec7 commit 7f6dfb5

File tree

3 files changed

+13
-14
lines changed

3 files changed

+13
-14
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@
1717
"lint:a11y": "pa11y-ci --sitemap http://localhost:3000/sitemap.xml",
1818
"format": "prettier --write src/",
1919
"codegen:schema": "graphql-codegen --config codegen.ts --require dotenv/config",
20-
"codegen:linkedin": "tsx scripts/codegen-linkedin.ts",
21-
"codegen:currency-data": "tsx scripts/codegen-currency-data.ts"
20+
"codegen:linkedin": "tsx scripts/codegen-linkedin.ts"
2221
},
2322
"dependencies": {
2423
"@apollo/client": "3.8.7",

public/sitemap.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@
2020
<url><loc>https://www.albuquerque.dev/posts/a-whole-day-playing-with-ipfs</loc><changefreq>daily</changefreq><priority>0.7</priority></url>
2121
<url><loc>https://www.albuquerque.dev/posts/swift-in-the-sky-with-types</loc><changefreq>daily</changefreq><priority>0.7</priority></url>
2222
<url><loc>https://www.albuquerque.dev/posts/o-que-ha-de-novo-com-o-angularjs</loc><changefreq>daily</changefreq><priority>0.7</priority></url>
23-
<url><loc>https://www.albuquerque.dev/talks/a-decade-reacts-rhapsody-of-life</loc><changefreq>daily</changefreq><priority>0.7</priority></url>
2423
<url><loc>https://www.albuquerque.dev/talks/speed-at-scale-optimizing-the-largest-cx-platform-out-there</loc><changefreq>daily</changefreq><priority>0.7</priority></url>
2524
<url><loc>https://www.albuquerque.dev/talks/hydration-islands-streaming-resumability-oh-my</loc><changefreq>daily</changefreq><priority>0.7</priority></url>
26-
<url><loc>https://www.albuquerque.dev/talks/web-performance-apis-that-you-probably-never-knew-existed</loc><changefreq>daily</changefreq><priority>0.7</priority></url>
25+
<url><loc>https://www.albuquerque.dev/talks/a-decade-reacts-rhapsody-of-life</loc><changefreq>daily</changefreq><priority>0.7</priority></url>
2726
<url><loc>https://www.albuquerque.dev/talks/its-2023-and-i-can-finally-talk-about-atomic-css</loc><changefreq>daily</changefreq><priority>0.7</priority></url>
27+
<url><loc>https://www.albuquerque.dev/talks/web-performance-apis-that-you-probably-never-knew-existed</loc><changefreq>daily</changefreq><priority>0.7</priority></url>
2828
<url><loc>https://www.albuquerque.dev/talks/deep-diving-on-concurrent-react</loc><changefreq>daily</changefreq><priority>0.7</priority></url>
2929
<url><loc>https://www.albuquerque.dev/talks/inside-fiber-the-in-depth-overview-you-wanted-a-tldr-for</loc><changefreq>daily</changefreq><priority>0.7</priority></url>
3030
<url><loc>https://www.albuquerque.dev/talks/consistent-ux-at-scale-lessons-learned-when-i-wore-the-designops-hat</loc><changefreq>daily</changefreq><priority>0.7</priority></url>

src/data/currency.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
22
"CZK": {
3-
"timestamp": 1718413705169,
3+
"timestamp": 1726323987664,
44
"base": "CZK",
55
"rates": {
6-
"USD": 0.043293,
7-
"EUR": 0.040376,
8-
"GBP": 0.034164,
9-
"JPY": 6.81543795,
10-
"BRL": 0.232779,
11-
"AUD": 0.065488,
12-
"CAD": 0.059543,
13-
"CHF": 0.038575,
14-
"INR": 3.617216
6+
"USD": 0.044067,
7+
"EUR": 0.039762,
8+
"GBP": 0.033578,
9+
"JPY": 6.20612615,
10+
"BRL": 0.245231,
11+
"AUD": 0.065732,
12+
"CAD": 0.059915,
13+
"CHF": 0.03742,
14+
"INR": 3.696372
1515
}
1616
}
1717
}

0 commit comments

Comments
 (0)