@learncard/didkey-plugin 1.0.2 → 1.0.3

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@learncard/didkey-plugin",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/didkey-plugin.esm.js",
@@ -32,8 +32,8 @@
32
32
  "types": "./dist/index.d.ts",
33
33
  "dependencies": {
34
34
  "hex-lite": "^1.5.0",
35
- "@learncard/core": "9.0.2",
36
- "@learncard/helpers": "^1.0.6"
35
+ "@learncard/core": "9.0.3",
36
+ "@learncard/helpers": "^1.0.7"
37
37
  },
38
38
  "scripts": {
39
39
  "build": "node ./scripts/build.mjs && shx cp ./scripts/mixedEntypoint.js ./dist/index.js && tsc --p tsconfig.json",