@sphereon/ssi-sdk-ext.did-resolver-ebsi 0.28.1-next.54 → 0.29.1-next.3

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.
Files changed (2) hide show
  1. package/dist/index.d.cts +3 -1
  2. package/package.json +2 -2
package/dist/index.d.cts CHANGED
@@ -7,4 +7,6 @@ declare const _default: {
7
7
  getResolver: () => ResolverRegistry;
8
8
  };
9
9
 
10
- export { DID_JSON, DID_LD_JSON, _default as default, getResolver };
10
+ // @ts-ignore
11
+ export = _default;
12
+ export { DID_JSON, DID_LD_JSON, getResolver };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sphereon/ssi-sdk-ext.did-resolver-ebsi",
3
3
  "description": "Sphereon did:ebsi resolver for Legal Entities.",
4
- "version": "0.28.1-next.54+59fa071",
4
+ "version": "0.29.1-next.3+2e81aa3",
5
5
  "source": "./src/index.ts",
6
6
  "type": "module",
7
7
  "main": "./dist/index.cjs",
@@ -56,5 +56,5 @@
56
56
  "secp256r1",
57
57
  "RSA"
58
58
  ],
59
- "gitHead": "59fa0719e8d0094164182c3f2a31a5dc8954bade"
59
+ "gitHead": "2e81aa3e86decfd5284227e5c1d29003d5d7a783"
60
60
  }