@cooperation/vc-storage 1.0.5 → 1.0.6
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +2 -2
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@cooperation/vc-storage",
|
3
3
|
"type": "module",
|
4
|
-
"version": "1.0.
|
4
|
+
"version": "1.0.6",
|
5
5
|
"description": "Sign and store your verifiable credentials.",
|
6
6
|
"main": "dist/index.js",
|
7
7
|
"types": "dist/types/index.d.ts",
|
@@ -16,7 +16,7 @@
|
|
16
16
|
"author": "cooperation",
|
17
17
|
"license": "ISC",
|
18
18
|
"dependencies": {
|
19
|
-
"@cooperation/vc-storage": "
|
19
|
+
"@cooperation/vc-storage": "1.0.5",
|
20
20
|
"@digitalbazaar/did-method-key": "^5.2.0",
|
21
21
|
"@digitalbazaar/ed25519-signature-2020": "^5.3.0",
|
22
22
|
"@digitalbazaar/ed25519-verification-key-2020": "^4.1.0",
|