Skip to content

Commit eac1871

Browse files
committed
chore: not importing process
1 parent 2905b7d commit eac1871

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

packages/common/lib/experimental/holder-vci.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/**
22
* Experimental support not following the VCI spec to have the holder actually (re)sign the issued credential and return it to the issuer
33
*/
4-
import * as process from 'node:process';
54

65
export const EXPERIMENTAL_SUBJECT_PROOF_MODE_ENABLED = process.env.EXPERIMENTAL_SUBJECT_PROOF_MODE?.trim().toLowerCase() === 'true';
76

packages/issuer-rest/lib/OID4VCIServer.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
import * as console from 'console'
2-
import process from 'process'
3-
41
import {
52
AuthorizationRequest,
63
CredentialSupported,

0 commit comments

Comments
 (0)