@learncard/chapi-plugin 1.0.11 → 1.0.12

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@learncard/chapi-plugin",
3
- "version": "1.0.11",
3
+ "version": "1.0.12",
4
4
  "description": "",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/chapi-plugin.esm.js",
@@ -33,8 +33,8 @@
33
33
  "dependencies": {
34
34
  "credential-handler-polyfill": "^3.0.0",
35
35
  "web-credential-handler": "^2.0.0",
36
- "@learncard/core": "9.0.3",
37
- "@learncard/didkit-plugin": "^1.1.2"
36
+ "@learncard/core": "9.1.0",
37
+ "@learncard/didkit-plugin": "^1.2.0"
38
38
  },
39
39
  "scripts": {
40
40
  "build": "node ./scripts/build.mjs && shx cp ./scripts/mixedEntypoint.js ./dist/index.js && tsc --p tsconfig.json",