@learncard/did-web-plugin 1.0.30 → 1.0.31

Sign up to get free protection for your applications and to get access to all the features.
package/dist/plugin.d.ts CHANGED
@@ -4,5 +4,5 @@ export * from './types';
4
4
  /**
5
5
  * @group Plugins
6
6
  */
7
- export declare const getDidWebPlugin: (learnCard: LearnCard<any, 'id', DidWebPluginDependentMethods>, didWeb: string) => Promise<DidWebPlugin>;
7
+ export declare const getDidWebPlugin: (learnCard: LearnCard<any, "id", DidWebPluginDependentMethods>, didWeb: string) => Promise<DidWebPlugin>;
8
8
  //# sourceMappingURL=plugin.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"plugin.d.ts","sourceRoot":"","sources":["../src/plugin.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AAE5C,OAAO,EAAE,4BAA4B,EAAuB,YAAY,EAAE,MAAM,SAAS,CAAC;AAC1F,cAAc,SAAS,CAAC;AAExB;;GAEG;AACH,eAAO,MAAM,eAAe,cACb,UAAU,GAAG,EAAE,IAAI,EAAE,4BAA4B,CAAC,UACrD,MAAM,KACf,QAAQ,YAAY,CAuBtB,CAAC"}
1
+ {"version":3,"file":"plugin.d.ts","sourceRoot":"","sources":["../src/plugin.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AAE5C,OAAO,EAAE,4BAA4B,EAAuB,YAAY,EAAE,MAAM,SAAS,CAAC;AAC1F,cAAc,SAAS,CAAC;AAExB;;GAEG;AACH,eAAO,MAAM,eAAe,cACb,SAAS,CAAC,GAAG,EAAE,IAAI,EAAE,4BAA4B,CAAC,UACrD,MAAM,KACf,OAAO,CAAC,YAAY,CAuBtB,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@learncard/did-web-plugin",
3
- "version": "1.0.30",
3
+ "version": "1.0.31",
4
4
  "description": "",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/did-web-plugin.esm.js",
@@ -32,16 +32,16 @@
32
32
  },
33
33
  "types": "./dist/index.d.ts",
34
34
  "dependencies": {
35
- "@learncard/ceramic-plugin": "1.0.10",
36
- "@learncard/core": "9.2.1",
37
- "@learncard/didkey-plugin": "1.0.10",
38
- "@learncard/expiration-plugin": "1.1.12",
35
+ "@learncard/core": "9.3.0",
36
+ "@learncard/ceramic-plugin": "1.0.11",
37
+ "@learncard/didkey-plugin": "1.0.11",
38
+ "@learncard/didkit-plugin": "^1.4.8",
39
+ "@learncard/expiration-plugin": "1.1.13",
39
40
  "@learncard/helpers": "1.0.13",
41
+ "@learncard/learn-card-plugin": "1.1.11",
40
42
  "@learncard/types": "5.5.1",
41
- "@learncard/didkit-plugin": "^1.4.7",
42
- "@learncard/vc-plugin": "1.1.12",
43
- "@learncard/vc-templates-plugin": "1.0.16",
44
- "@learncard/learn-card-plugin": "1.1.10"
43
+ "@learncard/vc-plugin": "1.1.13",
44
+ "@learncard/vc-templates-plugin": "1.0.17"
45
45
  },
46
46
  "scripts": {
47
47
  "build": "node ./scripts/build.mjs && shx cp ./scripts/mixedEntypoint.js ./dist/index.js && tsc --p tsconfig.json",