diff --git a/output/term-relations-data.js b/output/term-relations-data.js index a37e709..f9624f2 100644 --- a/output/term-relations-data.js +++ b/output/term-relations-data.js @@ -5775,10 +5775,14 @@ const allTermRelations = { "identifier", "controller", "proof of control", + "public key", + "endpoints", + "Decentralized identifiers", "cryptographically verifiable", "ToIP stack", "decentralized identifier", "autonomic identifier", + "VID", "VID" ] }, diff --git a/output/term-relations-data.json b/output/term-relations-data.json index 85041c0..3732368 100644 --- a/output/term-relations-data.json +++ b/output/term-relations-data.json @@ -5775,10 +5775,14 @@ "identifier", "controller", "proof of control", + "public key", + "endpoints", + "Decentralized identifiers", "cryptographically verifiable", "ToIP stack", "decentralized identifier", "autonomic identifier", + "VID", "VID" ] }, diff --git a/package-lock.json b/package-lock.json index 0a5119e..b439222 100644 --- a/package-lock.json +++ b/package-lock.json @@ -130,9 +130,9 @@ } }, "node_modules/@types/node": { - "version": "22.7.0", - "resolved": "https://registry.npmjs.org/@types/node/-/node-22.7.0.tgz", - "integrity": "sha512-MOdOibwBs6KW1vfqz2uKMlxq5xAfAZ98SZjO8e3XnAbFnTJtAspqhWk7hrdSAs9/Y14ZWMiy7/MxMUzAOadYEw==", + "version": "22.7.4", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.7.4.tgz", + "integrity": "sha512-y+NPi1rFzDs1NdQHHToqeiX2TIS79SWEAw9GYhkkx8bD0ChpfqC+n2j5OXOCpzfojBEBt6DnEnnG9MY0zk1XLg==", "license": "MIT", "optional": true, "dependencies": { @@ -484,9 +484,9 @@ } }, "node_modules/b4a": { - "version": "1.6.6", - "resolved": "https://registry.npmjs.org/b4a/-/b4a-1.6.6.tgz", - "integrity": "sha512-5Tk1HLk6b6ctmjIkAcU/Ujv/1WqiDl0F0JdRCR80VsOcUlHcu7pWeWRlOqQLHfDEsVx9YH/aif5AG4ehoCtTmg==", + "version": "1.6.7", + "resolved": "https://registry.npmjs.org/b4a/-/b4a-1.6.7.tgz", + "integrity": "sha512-OnAYlL5b7LEkALw87fUVafQw5rVR9RjwGd4KUwNQ6DrrNmaVaUCgLipfVlzrPQ4tWOR9P0IXGNOx50jYCCdSJg==", "license": "Apache-2.0" }, "node_modules/bach": { @@ -3793,9 +3793,9 @@ } }, "node_modules/nwsapi": { - "version": "2.2.12", - "resolved": "https://registry.npmjs.org/nwsapi/-/nwsapi-2.2.12.tgz", - "integrity": "sha512-qXDmcVlZV4XRtKFzddidpfVP4oMSGhga+xdMc25mv8kaLUHtgzCDhUxkrN8exkGdTlLNaXj7CV3GtON7zuGZ+w==", + "version": "2.2.13", + "resolved": "https://registry.npmjs.org/nwsapi/-/nwsapi-2.2.13.tgz", + "integrity": "sha512-cTGB9ptp9dY9A5VbMSe7fQBcl/tt22Vcqdq8+eN93rblOuE0aCFu4aZ2vMwct/2t+lFnosm8RkQW1I0Omb1UtQ==", "license": "MIT" }, "node_modules/object-copy": { @@ -5142,9 +5142,9 @@ "license": "CC0-1.0" }, "node_modules/spec-up-t": { - "version": "1.0.37", - "resolved": "https://registry.npmjs.org/spec-up-t/-/spec-up-t-1.0.37.tgz", - "integrity": "sha512-/QGCk59e6zO12tCklVMBkhIZyeJLvS53nzFaJi4DXjlNtzanSuu2UT56a2t/q43dM+Sn5/rutlprMrF3rfq3Dg==", + "version": "1.0.39", + "resolved": "https://registry.npmjs.org/spec-up-t/-/spec-up-t-1.0.39.tgz", + "integrity": "sha512-nORMahiirvE+cptFwR5PUD8kQ3RZiMm0owiV3F/84kGZgaU0qii+lJK8qV0JiEG3xz+lvIoBBqIUtf11uMC/Vg==", "license": "Apache 2.0", "dependencies": { "@traptitech/markdown-it-katex": "3.3.0", diff --git a/spec/terms-definitions/verifiable-identifier.md b/spec/terms-definitions/verifiable-identifier.md index 40edf13..57eaf28 100644 --- a/spec/terms-definitions/verifiable-identifier.md +++ b/spec/terms-definitions/verifiable-identifier.md @@ -1,7 +1,9 @@ [[def: verifiable identifier, verifiable identifiers, VID, VIDs]] + ~ An [[ref: identifier]] over which the [[ref: controller]] can provide cryptographic [[ref: proof of control]]. Each type of VID defines a specific means for discovering the [[ref: public key]], network [[ref: endpoints]], or other metadata necessary to prove control. [[ref: Decentralized identifiers]] (DIDs) are a W3C standard for VIDs. VIDs are the [[ref: cryptographically verifiable]] identifiers used in the [[ref: ToIP stack]]. ~ See also: [[ref: decentralized identifier]], [[ref: autonomic identifier]]. -- Also known as: [[ref: VID]] + +~ - Also known as: [[ref: VID]] ~ - Also known as: [[ref:VID]]