@learncard/core 8.5.2 → 8.5.3

Sign up to get free protection for your applications and to get access to all the features.
package/dist/core.esm.js CHANGED
@@ -72085,6 +72085,7 @@ export {
72085
72085
  getDidKitPlugin,
72086
72086
  getEthereumPlugin,
72087
72087
  getIDXPlugin,
72088
+ getLearnCardPlugin,
72088
72089
  getTestCache,
72089
72090
  getTestStorage,
72090
72091
  getVCAPIPlugin,
@@ -5,6 +5,7 @@ export * from './didkit';
5
5
  export * from './EthereumPlugin';
6
6
  export * from './expiration';
7
7
  export * from './idx';
8
+ export * from './learn-card';
8
9
  export * from './test-cache';
9
10
  export * from './test-storage';
10
11
  export * from './vc';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@learncard/core",
3
- "version": "8.5.2",
3
+ "version": "8.5.3",
4
4
  "description": "",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/core.esm.js",
@@ -19,7 +19,7 @@
19
19
  },
20
20
  "devDependencies": {
21
21
  "@glazed/types": "^0.2.0",
22
- "@learncard/types": "5.2.2",
22
+ "@learncard/types": "5.2.3",
23
23
  "@types/jest": "^29.2.2",
24
24
  "@types/node": "^17.0.31",
25
25
  "aqu": "0.4.3",
@@ -45,7 +45,7 @@
45
45
  "@digitalbazaar/vpqr": "^3.0.0",
46
46
  "@glazed/did-datastore": "0.3.2",
47
47
  "@glazed/tile-loader": "0.2.1",
48
- "@learncard/helpers": "1.0.1",
48
+ "@learncard/helpers": "1.0.2",
49
49
  "@uniswap/default-token-list": "^4.1.0",
50
50
  "abort-controller": "^3.0.0",
51
51
  "core-js": "^3.25.5",