chrisburnell 33.0.5 → 33.0.6

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chrisburnell",
3
- "version": "33.0.5",
3
+ "version": "33.0.6",
4
4
  "description": "Chris Burnell Metadata",
5
5
  "main": "./src/index.js",
6
6
  "bin": {
package/src/index.js CHANGED
@@ -23,7 +23,7 @@ export default function() {
23
23
  Website: ${metadata.website}
24
24
  Bluesky: https://bsky.app/profile/${metadata.bluesky}
25
25
  Codepen: https://codepen.io/${metadata.codepen}
26
- Discord: https://discordapp.com/users/${metadata.discord}
26
+ Discord: https://discordapp.com/users/${metadata.discord_id}
27
27
  GitHub: https://github.com/${metadata.github}
28
28
  IndieWeb: https://indieweb.org/User:${metadata.indieweb}
29
29
  LastFM: https://last.fm/user/${metadata.lastfm}
package/src/metadata.js CHANGED
@@ -2,8 +2,12 @@ export const name = "Chris Burnell"
2
2
  export const location = "Singapore"
3
3
  export const website = "https://chrisburnell.com"
4
4
  export const bluesky = "chrisburnell.com"
5
+ export const buymeacoffee = "8mtx3EQfI"
5
6
  export const codepen = "chrisburnell"
6
- export const discord = "809487481308708936"
7
+ export const chess = "chrisburnell"
8
+ export const discord = "chrisburnell"
9
+ export const discord_id = "809487481308708936"
10
+ export const eleventy = "chrisburnell"
7
11
  export const github = "chrisburnell"
8
12
  export const indieweb = "chrisburnell.com"
9
13
  export const lastfm = "chrisburnell"
@@ -11,7 +15,12 @@ export const linkedin = "chrisburnell"
11
15
  export const mastodon = "@chrisburnell@repc.co"
12
16
  export const mastodon_domain = "fediverse.repc.co"
13
17
  export const nintendo = "SW-5773-6068-9986"
18
+ export const notist = "chrisburnell"
14
19
  export const npm = "chrisburnell"
15
20
  export const opencollective = "chrisburnell"
21
+ export const pgp = "9604F098260A0057"
22
+ export const speakerdeck = "chrisburnell"
23
+ export const spotify = "bcsc0akutj85l9p565n57u58z"
24
+ export const twitter = "iamchrisburnell"
16
25
  export const untappd = "chrisburnell"
17
- export const pgp = "9604F098260A0057"
26
+ export const websub = "@chrisburnell.com@chrisburnell.com"