web-specs 3.0.0 → 3.1.0

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.
Files changed (2) hide show
  1. package/index.json +38 -0
  2. package/package.json +1 -1
package/index.json CHANGED
@@ -23813,6 +23813,44 @@
23813
23813
  ]
23814
23814
  }
23815
23815
  },
23816
+ {
23817
+ "url": "https://www.w3.org/TR/vc-data-integrity/",
23818
+ "seriesComposition": "full",
23819
+ "shortname": "vc-data-integrity",
23820
+ "series": {
23821
+ "shortname": "vc-data-integrity",
23822
+ "currentSpecification": "vc-data-integrity",
23823
+ "title": "Verifiable Credential Data Integrity",
23824
+ "shortTitle": "Verifiable Credential Data Integrity",
23825
+ "releaseUrl": "https://www.w3.org/TR/vc-data-integrity/",
23826
+ "nightlyUrl": "https://w3c.github.io/vc-data-integrity/"
23827
+ },
23828
+ "categories": [],
23829
+ "organization": "W3C",
23830
+ "groups": [
23831
+ {
23832
+ "name": "Verifiable Credentials Working Group",
23833
+ "url": "https://www.w3.org/2017/vc/"
23834
+ }
23835
+ ],
23836
+ "release": {
23837
+ "url": "https://www.w3.org/TR/vc-data-integrity/",
23838
+ "status": "Candidate Recommendation Draft",
23839
+ "filename": "Overview.html"
23840
+ },
23841
+ "nightly": {
23842
+ "url": "https://w3c.github.io/vc-data-integrity/",
23843
+ "status": "Editor's Draft",
23844
+ "alternateUrls": [],
23845
+ "repository": "https://github.com/w3c/vc-data-integrity",
23846
+ "sourcePath": "index.html",
23847
+ "filename": "index.html"
23848
+ },
23849
+ "title": "Verifiable Credential Data Integrity 1.0",
23850
+ "source": "w3c",
23851
+ "shortTitle": "Verifiable Credential Data Integrity 1.0",
23852
+ "standing": "good"
23853
+ },
23816
23854
  {
23817
23855
  "url": "https://www.w3.org/TR/vc-data-model-2.0/",
23818
23856
  "seriesComposition": "full",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "web-specs",
3
- "version": "3.0.0",
3
+ "version": "3.1.0",
4
4
  "description": "Curated list of technical Web specifications",
5
5
  "repository": {
6
6
  "type": "git",