@learncard/did-web-plugin 1.0.39 → 1.0.40
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +3 -3
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@learncard/did-web-plugin",
|
3
|
-
"version": "1.0.
|
3
|
+
"version": "1.0.40",
|
4
4
|
"description": "",
|
5
5
|
"main": "./dist/index.js",
|
6
6
|
"module": "./dist/did-web-plugin.esm.js",
|
@@ -38,10 +38,10 @@
|
|
38
38
|
"@learncard/didkit-plugin": "^1.4.14",
|
39
39
|
"@learncard/expiration-plugin": "1.1.19",
|
40
40
|
"@learncard/helpers": "1.0.17",
|
41
|
-
"@learncard/learn-card-plugin": "1.1.18",
|
42
41
|
"@learncard/types": "5.5.5",
|
42
|
+
"@learncard/learn-card-plugin": "1.1.18",
|
43
43
|
"@learncard/vc-plugin": "1.1.19",
|
44
|
-
"@learncard/vc-templates-plugin": "1.0.
|
44
|
+
"@learncard/vc-templates-plugin": "1.0.24"
|
45
45
|
},
|
46
46
|
"scripts": {
|
47
47
|
"build": "node ./scripts/build.mjs && shx cp ./scripts/mixedEntypoint.js ./dist/index.js && tsc --p tsconfig.json",
|