Skip to content

Commit

Permalink
fix: update crypto import to remove node: prefix
Browse files Browse the repository at this point in the history
Signed-off-by: Jeromy Cannon <[email protected]>
  • Loading branch information
jeromy-cannon committed Feb 15, 2025
1 parent c4af736 commit 6384dc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/key_manager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* SPDX-License-Identifier: Apache-2.0
*/
import * as x509 from '@peculiar/x509';
import crypto from 'node:crypto';
import crypto from 'crypto';
import fs from 'fs';
import path from 'path';
import {SoloError, IllegalArgumentError, MissingArgumentError} from './errors.js';
Expand Down

0 comments on commit 6384dc9

Please sign in to comment.