@sphereon/ssi-sdk.ebsi-support 0.34.1-fix.103 → 0.34.1-fix.108

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/index.cjs CHANGED
@@ -2590,12 +2590,12 @@ var EBSI_DID_SPEC_INFOS = {
2590
2590
  method: "did:key:"
2591
2591
  }
2592
2592
  };
2593
- var EbsiPublicKeyPurpose = /* @__PURE__ */ function(EbsiPublicKeyPurpose2) {
2593
+ var EbsiPublicKeyPurpose = /* @__PURE__ */ (function(EbsiPublicKeyPurpose2) {
2594
2594
  EbsiPublicKeyPurpose2["Authentication"] = "authentication";
2595
2595
  EbsiPublicKeyPurpose2["AssertionMethod"] = "assertionMethod";
2596
2596
  EbsiPublicKeyPurpose2["CapabilityInvocation"] = "capabilityInvocation";
2597
2597
  return EbsiPublicKeyPurpose2;
2598
- }({});
2598
+ })({});
2599
2599
  var JSON_RPC_VERSION = "2.0";
2600
2600
  var BASE_CONTEXT_DOC = JSON.stringify({
2601
2601
  "@context": [
@@ -2603,7 +2603,7 @@ var BASE_CONTEXT_DOC = JSON.stringify({
2603
2603
  "https://w3id.org/security/suites/jws-2020/v1"
2604
2604
  ]
2605
2605
  });
2606
- var EbsiRpcMethod = /* @__PURE__ */ function(EbsiRpcMethod2) {
2606
+ var EbsiRpcMethod = /* @__PURE__ */ (function(EbsiRpcMethod2) {
2607
2607
  EbsiRpcMethod2["INSERT_DID_DOCUMENT"] = "insertDidDocument";
2608
2608
  EbsiRpcMethod2["UPDATE_DID_DOCUMENT"] = "updateBaseDocument";
2609
2609
  EbsiRpcMethod2["ADD_VERIFICATION_METHOD"] = "addVerificationMethod";
@@ -2611,7 +2611,7 @@ var EbsiRpcMethod = /* @__PURE__ */ function(EbsiRpcMethod2) {
2611
2611
  EbsiRpcMethod2["ADD_SERVICE"] = "addService";
2612
2612
  EbsiRpcMethod2["SEND_SIGNED_TRANSACTION"] = "sendSignedTransaction";
2613
2613
  return EbsiRpcMethod2;
2614
- }({});
2614
+ })({});
2615
2615
 
2616
2616
  // src/did/services/EbsiRPCService.ts
2617
2617
  var callRpcMethod = /* @__PURE__ */ __name(async (args) => {
@@ -3332,10 +3332,10 @@ ${JSON.stringify(accessTokenResponse)}`);
3332
3332
  };
3333
3333
 
3334
3334
  // src/types/IEbsiSupport.ts
3335
- var TokenType = /* @__PURE__ */ function(TokenType2) {
3335
+ var TokenType = /* @__PURE__ */ (function(TokenType2) {
3336
3336
  TokenType2["BEARER"] = "Bearer";
3337
3337
  return TokenType2;
3338
- }({});
3338
+ })({});
3339
3339
 
3340
3340
  // src/did/EbsiDidProvider.ts
3341
3341
  var import_ssi_sdk_ext5 = require("@sphereon/ssi-sdk-ext.did-utils");