@sphereon/ssi-sdk.oid4vci-holder 0.34.1-feature.SSISDK.82.and.SSISDK.70.352 → 0.34.1-feature.SSISDK.82.and.SSISDK.70.354

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.js CHANGED
@@ -498,7 +498,7 @@ var createOID4VCIMachine = /* @__PURE__ */ __name((opts) => {
498
498
  cond: OID4VCIMachineGuards.isFirstPartyApplication
499
499
  },
500
500
  {
501
- target: OID4VCIMachineStates.initiateAuthorizationRequest,
501
+ target: OID4VCIMachineStates.prepareAuthorizationRequest,
502
502
  cond: OID4VCIMachineGuards.requireAuthorizationGuard
503
503
  },
504
504
  {
@@ -603,10 +603,6 @@ var createOID4VCIMachine = /* @__PURE__ */ __name((opts) => {
603
603
  target: OID4VCIMachineStates.prepareAuthorizationRequest,
604
604
  cond: OID4VCIMachineGuards.requireAuthorizationGuard
605
605
  },
606
- {
607
- target: OID4VCIMachineStates.initiateAuthorizationRequest,
608
- cond: OID4VCIMachineGuards.requireAuthorizationGuard
609
- },
610
606
  {
611
607
  target: OID4VCIMachineStates.verifyPin,
612
608
  cond: OID4VCIMachineGuards.requirePinGuard
@@ -686,10 +682,6 @@ var createOID4VCIMachine = /* @__PURE__ */ __name((opts) => {
686
682
  target: OID4VCIMachineStates.verifyPin,
687
683
  cond: OID4VCIMachineGuards.requirePinGuard
688
684
  },
689
- {
690
- target: OID4VCIMachineStates.prepareAuthorizationRequest,
691
- cond: OID4VCIMachineGuards.requireAuthorizationGuard
692
- },
693
685
  {
694
686
  target: OID4VCIMachineStates.getCredentials
695
687
  }