@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.cjs +1 -9
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -9
- package/dist/index.js.map +1 -1
- package/package.json +20 -20
- package/src/machines/oid4vciMachine.ts +1 -9
package/dist/index.cjs
CHANGED
|
@@ -578,7 +578,7 @@ var createOID4VCIMachine = /* @__PURE__ */ __name((opts) => {
|
|
|
578
578
|
cond: OID4VCIMachineGuards.isFirstPartyApplication
|
|
579
579
|
},
|
|
580
580
|
{
|
|
581
|
-
target: OID4VCIMachineStates.
|
|
581
|
+
target: OID4VCIMachineStates.prepareAuthorizationRequest,
|
|
582
582
|
cond: OID4VCIMachineGuards.requireAuthorizationGuard
|
|
583
583
|
},
|
|
584
584
|
{
|
|
@@ -683,10 +683,6 @@ var createOID4VCIMachine = /* @__PURE__ */ __name((opts) => {
|
|
|
683
683
|
target: OID4VCIMachineStates.prepareAuthorizationRequest,
|
|
684
684
|
cond: OID4VCIMachineGuards.requireAuthorizationGuard
|
|
685
685
|
},
|
|
686
|
-
{
|
|
687
|
-
target: OID4VCIMachineStates.initiateAuthorizationRequest,
|
|
688
|
-
cond: OID4VCIMachineGuards.requireAuthorizationGuard
|
|
689
|
-
},
|
|
690
686
|
{
|
|
691
687
|
target: OID4VCIMachineStates.verifyPin,
|
|
692
688
|
cond: OID4VCIMachineGuards.requirePinGuard
|
|
@@ -766,10 +762,6 @@ var createOID4VCIMachine = /* @__PURE__ */ __name((opts) => {
|
|
|
766
762
|
target: OID4VCIMachineStates.verifyPin,
|
|
767
763
|
cond: OID4VCIMachineGuards.requirePinGuard
|
|
768
764
|
},
|
|
769
|
-
{
|
|
770
|
-
target: OID4VCIMachineStates.prepareAuthorizationRequest,
|
|
771
|
-
cond: OID4VCIMachineGuards.requireAuthorizationGuard
|
|
772
|
-
},
|
|
773
765
|
{
|
|
774
766
|
target: OID4VCIMachineStates.getCredentials
|
|
775
767
|
}
|