@learncard/did-web-plugin 1.0.20 → 1.0.22

Sign up to get free protection for your applications and to get access to all the features.
package/dist/index.d.ts CHANGED
@@ -1,2 +1,3 @@
1
1
  export * from './types';
2
2
  export * from './plugin';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,SAAS,CAAC;AACxB,cAAc,UAAU,CAAC"}
package/dist/plugin.d.ts CHANGED
@@ -5,3 +5,4 @@ export * from './types';
5
5
  * @group Plugins
6
6
  */
7
7
  export declare const getDidWebPlugin: (learnCard: LearnCard<any, 'id', DidWebPluginDependentMethods>, didWeb: string) => Promise<DidWebPlugin>;
8
+ //# sourceMappingURL=plugin.d.ts.map
@@ -0,0 +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 +1,2 @@
1
1
  export {};
2
+ //# sourceMappingURL=index.test.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.test.d.ts","sourceRoot":"","sources":["../../src/test/index.test.ts"],"names":[],"mappings":""}
package/dist/types.d.ts CHANGED
@@ -12,3 +12,4 @@ export type DidWebPluginDependentMethods = {
12
12
  export type DidWebPluginMethods = {};
13
13
  /** @group DID Web Plugin */
14
14
  export type DidWebPlugin = Plugin<'DID Web', 'id', DidWebPluginMethods, 'id', DidWebPluginDependentMethods>;
15
+ //# sourceMappingURL=types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../src/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,MAAM,CAAC;AAChC,OAAO,EAAE,UAAU,EAAE,EAAE,EAAE,EAAE,EAAE,MAAM,kBAAkB,CAAC;AACtD,OAAO,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AACzC,OAAO,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAExD,4BAA4B;AAC5B,MAAM,MAAM,4BAA4B,GAAG;IACvC,YAAY,EAAE,MAAM,GAAG,CAAC;IACxB,YAAY,EAAE,CAAC,OAAO,CAAC,EAAE,YAAY,KAAK,OAAO,CAAC,EAAE,GAAG,MAAM,CAAC,CAAC;IAC/D,eAAe,EAAE,CACb,UAAU,EAAE,UAAU,EACtB,cAAc,CAAC,EAAE,OAAO,CAAC,YAAY,CAAC,KACrC,OAAO,CAAC,EAAE,CAAC,CAAC;CACpB,CAAC;AAEF,4BAA4B;AAC5B,MAAM,MAAM,mBAAmB,GAAG,EAAE,CAAC;AAErC,4BAA4B;AAC5B,MAAM,MAAM,YAAY,GAAG,MAAM,CAC7B,SAAS,EACT,IAAI,EACJ,mBAAmB,EACnB,IAAI,EACJ,4BAA4B,CAC/B,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@learncard/did-web-plugin",
3
- "version": "1.0.20",
3
+ "version": "1.0.22",
4
4
  "description": "",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/did-web-plugin.esm.js",
@@ -28,20 +28,20 @@
28
28
  "jest": "^29.3.0",
29
29
  "shx": "^0.3.4",
30
30
  "ts-jest": "^29.0.3",
31
- "@learncard/types": "5.3.3"
31
+ "@learncard/types": "5.3.4"
32
32
  },
33
33
  "types": "./dist/index.d.ts",
34
34
  "dependencies": {
35
- "@learncard/ceramic-plugin": "1.0.5",
36
- "@learncard/core": "9.1.1",
37
- "@learncard/didkey-plugin": "1.0.5",
38
- "@learncard/didkit-plugin": "^1.3.2",
39
- "@learncard/expiration-plugin": "1.1.2",
40
- "@learncard/helpers": "1.0.8",
41
- "@learncard/learn-card-plugin": "1.1.2",
42
- "@learncard/types": "5.3.3",
43
- "@learncard/vc-plugin": "1.1.2",
44
- "@learncard/vc-templates-plugin": "1.0.8"
35
+ "@learncard/ceramic-plugin": "1.0.6",
36
+ "@learncard/core": "9.1.2",
37
+ "@learncard/didkit-plugin": "^1.4.1",
38
+ "@learncard/didkey-plugin": "1.0.6",
39
+ "@learncard/helpers": "1.0.9",
40
+ "@learncard/types": "5.3.4",
41
+ "@learncard/expiration-plugin": "1.1.4",
42
+ "@learncard/learn-card-plugin": "1.1.4",
43
+ "@learncard/vc-plugin": "1.1.4",
44
+ "@learncard/vc-templates-plugin": "1.0.9"
45
45
  },
46
46
  "scripts": {
47
47
  "build": "node ./scripts/build.mjs && shx cp ./scripts/mixedEntypoint.js ./dist/index.js && tsc --p tsconfig.json",