diff --git a/package-lock.json b/package-lock.json index 86333d1e9..778e817ee 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "ipfs-specs-website", "version": "1.0.0", "dependencies": { - "spec-generator": "^1.7.0" + "spec-generator": "^1.8.1" } }, "node_modules/@11ty/dependency-tree": { @@ -9570,9 +9570,9 @@ "integrity": "sha512-zC8zGoGkmc8J9ndvml8Xksr1Amk9qBujgbF0JAIWO7kXr43w0h/0GJNM/Vustixu+YE8N/MTrQ7N31FvHUACxQ==" }, "node_modules/spec-generator": { - "version": "1.7.0", - "resolved": "https://registry.npmjs.org/spec-generator/-/spec-generator-1.7.0.tgz", - "integrity": "sha512-U5itp3X8mU84chN0xmwgEtAaq/VL4gbC4AK5EdqJxGydhUhz+OnNUcRTKP9v3k9wYVaXbNIeoOzVBnzrNDV1XQ==", + "version": "1.8.1", + "resolved": "https://registry.npmjs.org/spec-generator/-/spec-generator-1.8.1.tgz", + "integrity": "sha512-xYWxj6WxLo2wqaX0Xkf9KBjeHZoEK82k2LXurYv3PTwy6xNWYymtMzR+VRni8KH19cMzthrPb8Tkdx3/OGXuGg==", "license": "MIT", "dependencies": { "@11ty/eleventy": "^2.0.1", diff --git a/package.json b/package.json index 2a9f851c8..2dd803fb8 100644 --- a/package.json +++ b/package.json @@ -10,6 +10,6 @@ "license": "", "private": true, "dependencies": { - "spec-generator": "^1.7.0" + "spec-generator": "^1.8.1" } } diff --git a/src/architecture/principles.md b/src/architecture/principles.md index e85f0ab6c..b0d049c97 100644 --- a/src/architecture/principles.md +++ b/src/architecture/principles.md @@ -11,7 +11,7 @@ editors: email: robin@berjon.com url: https://berjon.com/ github: darobin - twitter: robinberjon + bluesky: robin.berjon.com affiliation: name: IPFS Foundation url: https://ipfsfoundation.org/ diff --git a/src/cid.md b/src/cid.md index 7255bf533..a4e02d3e5 100644 --- a/src/cid.md +++ b/src/cid.md @@ -14,7 +14,7 @@ editors: email: robin@berjon.com url: https://berjon.com/ github: darobin - twitter: robinberjon + bluesky: robin.berjon.com affiliation: name: IPFS Foundation url: https://ipfsfoundation.org/ diff --git a/src/meta/spec-for-specs.md b/src/meta/spec-for-specs.md index 6b5a1ce9c..92591eb45 100644 --- a/src/meta/spec-for-specs.md +++ b/src/meta/spec-for-specs.md @@ -10,8 +10,8 @@ editors: email: robin@berjon.com url: https://berjon.com/ github: darobin - twitter: robinberjon mastodon: "@robin@mastodon.social" + bluesky: robin.berjon.com affiliation: name: Protocol Labs url: https://protocol.ai/ @@ -61,8 +61,8 @@ editors: email: robin@berjon.com url: https://berjon.com/ github: darobin - twitter: robinberjon mastodon: "@robin@mastodon.social" + bluesky: robin.berjon.com affiliation: name: Protocol Labs url: https://protocol.ai/ @@ -80,9 +80,9 @@ it SHOULD include a `description` field with the description of the specificatio The :ref[frontmatter] MUST also contain an `editors` field, which is an array of objects describing people who are responsible for editing this given :ref[spec]. The `editors` field MUST contain at least one -person. The fields that describe a person are `name`, `email`, `url`, `github`, `twitter`, `mastodon`, -and `affiliation` which is in turn an object with fields `name` and `url`. Each person as well as the -affiliation MUST have a `name`; every other field is OPTIONAL. +person. The fields that describe a person are `name`, `email`, `url`, `github`, `mastodon`, `twitter`, + `bluesky`, and `affiliation` which is in turn an object with fields `name` and `url`. +Each person as well as the affiliation MUST have a `name`; every other field is OPTIONAL. The `xref` field exemplified above is described in the [references](#refs) section.