@learncard/did-web-plugin 1.0.30 → 1.0.31
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/plugin.d.ts +1 -1
- package/dist/plugin.d.ts.map +1 -1
- package/package.json +9 -9
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,
|
7
|
+
export declare const getDidWebPlugin: (learnCard: LearnCard<any, "id", DidWebPluginDependentMethods>, didWeb: string) => Promise<DidWebPlugin>;
|
8
8
|
//# sourceMappingURL=plugin.d.ts.map
|
package/dist/plugin.d.ts.map
CHANGED
@@ -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,
|
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.
|
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/
|
36
|
-
"@learncard/
|
37
|
-
"@learncard/didkey-plugin": "1.0.
|
38
|
-
"@learncard/
|
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/
|
42
|
-
"@learncard/vc-plugin": "1.
|
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",
|