From 8cc013ce5d14497ec644fafcb318da7d31e1c47b Mon Sep 17 00:00:00 2001 From: Benjamin Young Date: Tue, 10 Dec 2024 12:52:07 -0500 Subject: [PATCH 1/5] Match other JSON styling in w3c.json. --- w3c.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/w3c.json b/w3c.json index 927dc26..dec3b59 100644 --- a/w3c.json +++ b/w3c.json @@ -1,5 +1,5 @@ { - "group": "wg/vc" -, "contacts": ["iherman"] -, "repo-type": "tests" + "group": "wg/vc", + "contacts": ["iherman"], + "repo-type": "tests" } From 3091c400d6cc133094642f9abc130910b8163e90 Mon Sep 17 00:00:00 2001 From: Benjamin Young Date: Tue, 10 Dec 2024 12:56:53 -0500 Subject: [PATCH 2/5] Small README improvements. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8d3b2ac..fbc72d5 100644 --- a/README.md +++ b/README.md @@ -15,13 +15,13 @@ Provides interoperability tests for issuers and verifiers that support ## Install -```js +```sh npm i ``` ## Usage -``` +```sh npm test ``` @@ -29,7 +29,7 @@ npm test To generate new test data use this command: -```js +```sh npm run generate-vcs ``` From 37ea1638255004e1b9b21955afd2e941e7ef52c1 Mon Sep 17 00:00:00 2001 From: Benjamin Young Date: Tue, 10 Dec 2024 12:57:12 -0500 Subject: [PATCH 3/5] Remove editors list; just stick with authors. --- respecConfig.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/respecConfig.json b/respecConfig.json index 6ce0c36..3f7ec86 100644 --- a/respecConfig.json +++ b/respecConfig.json @@ -6,10 +6,6 @@ "edDraftURI": "https://w3c.github.io/vc-bitstring-status-list-test-suite", "doJsonLd": true, "includePermalinks": false, - "editors": [ - { "name": "Tashi D. Gyeltshen", "url": "https://github.com/jsAssassin", - "company": "Digital Bazaar", "companyURL": "http://digitalbazaar.com/" } - ], "authors": [ { "name": "Tashi D. Gyeltshen", "url": "https://github.com/jsAssassin", "company": "Digital Bazaar", "companyURL": "http://digitalbazaar.com/" }, From 05c9bff12a312e857999634022b8392f8731e239 Mon Sep 17 00:00:00 2001 From: Benjamin Young Date: Tue, 10 Dec 2024 12:57:38 -0500 Subject: [PATCH 4/5] Set group to `vc`. Otherwise it defaults to `w3c` which is too broad to be useful. --- respecConfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/respecConfig.json b/respecConfig.json index 3f7ec86..8d8feed 100644 --- a/respecConfig.json +++ b/respecConfig.json @@ -1,4 +1,5 @@ { + "group": "vc", "specStatus": "base", "shortName": "vc-bitstring-status-list-test-suite", "subtitle": "Test Interoperability Report for Verifiable Credentials status", From 7e0952fef36e4f59aa46bfcf449f578c37170e3f Mon Sep 17 00:00:00 2001 From: Benjamin Young Date: Tue, 10 Dec 2024 13:06:08 -0500 Subject: [PATCH 5/5] Add @PatStLouis to authors list. --- respecConfig.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/respecConfig.json b/respecConfig.json index 8d8feed..ad471e6 100644 --- a/respecConfig.json +++ b/respecConfig.json @@ -8,6 +8,8 @@ "doJsonLd": true, "includePermalinks": false, "authors": [ + { "name": "Patrick St. Louis", "url": "https://github.com/PatStLouis", + "company": "OpSecId", "companyURL": "https://github.com/OpSecId" }, { "name": "Tashi D. Gyeltshen", "url": "https://github.com/jsAssassin", "company": "Digital Bazaar", "companyURL": "http://digitalbazaar.com/" }, { "name": "Manu Sporny", "url": "http://manu.sporny.org/",