feat: clearly label last track played; move to recent activity

This commit is contained in:
Cory Dransfeldt 2024-10-26 13:09:48 -07:00
parent 1cd9452c28
commit c5793b9ad4
No known key found for this signature in database
6 changed files with 16 additions and 16 deletions

12
package-lock.json generated
View file

@ -1,15 +1,15 @@
{
"name": "coryd.dev",
"version": "1.8.4",
"version": "1.9.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "coryd.dev",
"version": "1.8.4",
"version": "1.9.0",
"license": "MIT",
"dependencies": {
"@cdransf/api-text": "^1.5.0",
"@cdransf/api-text": "^1.6.0",
"@cdransf/select-pagination": "^1.3.1",
"@cdransf/theme-toggle": "^3.0.0",
"@daviddarnes/mastodon-post": "^1.3.0",
@ -372,9 +372,9 @@
}
},
"node_modules/@cdransf/api-text": {
"version": "1.5.0",
"resolved": "https://registry.npmjs.org/@cdransf/api-text/-/api-text-1.5.0.tgz",
"integrity": "sha512-asRvp2SjipL+np8IhK+rIJzggxexxENNZSuLSG2S8QcUxm2eVyOgQipwz/OY2cUt1D+RH5JrLoDI2pR1RP99KQ==",
"version": "1.6.0",
"resolved": "https://registry.npmjs.org/@cdransf/api-text/-/api-text-1.6.0.tgz",
"integrity": "sha512-ezcPseEAGFixS86JmWt0Y5xUkhDfgFFVt5jOLV5b98hV26aBdgq3XQjbLWZsrBSGKeW0dTdBtK6BV/jgXnXo1w==",
"license": "MIT"
},
"node_modules/@cdransf/eleventy-plugin-tabler-icons": {