Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
'async_hooks',
'basic-ftp',
'chalk',
- 'crypto',
+ 'node:crypto',
'fs',
'http',
'http-status-codes',
// Partial Copyright Jerome Benoit. 2021-2023. All Rights Reserved.
-import crypto from 'crypto';
import fs from 'fs';
+import crypto from 'node:crypto';
import path from 'path';
import { URL } from 'url';
import { parentPort } from 'worker_threads';
-import crypto from 'crypto';
+import crypto from 'node:crypto';
import path from 'path';
import { fileURLToPath } from 'url';