@learncard/didkey-plugin 1.0.13 → 1.0.14
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,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@learncard/didkey-plugin",
|
3
|
-
"version": "1.0.
|
3
|
+
"version": "1.0.14",
|
4
4
|
"description": "",
|
5
5
|
"main": "./dist/index.js",
|
6
6
|
"module": "./dist/didkey-plugin.esm.js",
|
@@ -32,7 +32,7 @@
|
|
32
32
|
"types": "./dist/index.d.ts",
|
33
33
|
"dependencies": {
|
34
34
|
"hex-lite": "^1.5.0",
|
35
|
-
"@learncard/core": "9.3.
|
35
|
+
"@learncard/core": "9.3.3",
|
36
36
|
"@learncard/helpers": "^1.0.15"
|
37
37
|
},
|
38
38
|
"scripts": {
|