@learncard/vpqr-plugin 1.0.9 → 1.0.11

Sign up to get free protection for your applications and to get access to all the features.
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,UAAU,EAAE,0BAA0B,EAAE,MAAM,SAAS,CAAC;AACjE,OAAO,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AAE5C,cAAc,SAAS,CAAC;AAExB;;GAEG;AACH,eAAO,MAAM,aAAa,cACX,UAAU,GAAG,EAAE,GAAG,EAAE,0BAA0B,CAAC,KAC3D,UA4BF,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,UAAU,EAAE,0BAA0B,EAAE,MAAM,SAAS,CAAC;AACjE,OAAO,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AAE5C,cAAc,SAAS,CAAC;AAExB;;GAEG;AACH,eAAO,MAAM,aAAa,cACX,SAAS,CAAC,GAAG,EAAE,GAAG,EAAE,0BAA0B,CAAC,KAC3D,UA4BF,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@learncard/vpqr-plugin",
3
- "version": "1.0.9",
3
+ "version": "1.0.11",
4
4
  "description": "",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/vpqr-plugin.esm.js",
@@ -31,8 +31,8 @@
31
31
  "types": "./dist/index.d.ts",
32
32
  "dependencies": {
33
33
  "@digitalbazaar/vpqr": "^3.0.0",
34
- "@learncard/core": "9.2.0",
35
- "@learncard/types": "5.5.0"
34
+ "@learncard/types": "5.5.1",
35
+ "@learncard/core": "9.3.0"
36
36
  },
37
37
  "scripts": {
38
38
  "build": "node ./scripts/build.mjs && shx cp ./scripts/mixedEntypoint.js ./dist/index.js && tsc --p tsconfig.json",