@learncard/chapi-plugin 1.0.0 → 1.0.1
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +2 -3
package/package.json
CHANGED
@@ -1,10 +1,9 @@
|
|
1
1
|
{
|
2
2
|
"name": "@learncard/chapi-plugin",
|
3
|
-
"version": "1.0.
|
3
|
+
"version": "1.0.1",
|
4
4
|
"description": "",
|
5
5
|
"main": "./dist/index.js",
|
6
6
|
"module": "./dist/chapi-plugin.esm.js",
|
7
|
-
"private": false,
|
8
7
|
"files": [
|
9
8
|
"dist"
|
10
9
|
],
|
@@ -35,7 +34,7 @@
|
|
35
34
|
"credential-handler-polyfill": "^3.0.0",
|
36
35
|
"web-credential-handler": "^2.0.0",
|
37
36
|
"@learncard/core": "9.0.0",
|
38
|
-
"@learncard/didkit-plugin": "^1.0.
|
37
|
+
"@learncard/didkit-plugin": "^1.0.1"
|
39
38
|
},
|
40
39
|
"scripts": {
|
41
40
|
"build": "node ./scripts/build.mjs && shx cp ./scripts/mixedEntypoint.js ./dist/index.js && tsc --p tsconfig.json",
|