@windingtree/vc
Advanced tools
Comparing version 1.2.0 to 1.2.1
@@ -6,2 +6,13 @@ # Change Log | ||
## 1.2.1 (2022-10-25) | ||
### Bug Fixes | ||
* Fixed parseDid parser ([ecc8e80](https://github.com/windingtree/org.id-tools/commit/ecc8e8087c10830cc0f8255d0df2d5f47dc96c3d)) | ||
# 1.2.0 (2022-10-21) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@windingtree/vc", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "A library for creating and verifying Verifiable Credentials", | ||
@@ -40,3 +40,3 @@ "main": "src/index.js", | ||
}, | ||
"gitHead": "0343441a479be47512add7a8650a3d124ab018ae" | ||
"gitHead": "66ff7c8916cb20c557ad9c1975cf176589ffaea3" | ||
} |
@@ -23,3 +23,3 @@ const { | ||
describe('#createVc', () => { | ||
describe.skip('#createVc', () => { | ||
@@ -50,3 +50,3 @@ it('should create a VC', async () => { | ||
describe('#verifyVc', () => { | ||
describe.skip('#verifyVc', () => { | ||
@@ -53,0 +53,0 @@ it('should verify a VC', async () => { |
15606