@learncard/expiration-plugin 1.0.7 → 1.0.8

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 +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@learncard/expiration-plugin",
3
- "version": "1.0.7",
3
+ "version": "1.0.8",
4
4
  "description": "",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/expiration-plugin.esm.js",
@@ -32,7 +32,7 @@
32
32
  "dependencies": {
33
33
  "why-is-node-running": "^2.2.2",
34
34
  "@learncard/core": "9.0.3",
35
- "@learncard/vc-plugin": "^1.0.7"
35
+ "@learncard/vc-plugin": "^1.0.8"
36
36
  },
37
37
  "scripts": {
38
38
  "build": "node ./scripts/build.mjs && shx cp ./scripts/mixedEntypoint.js ./dist/index.js && tsc --p tsconfig.json",