Explicitly import crypto (#1842)

* Explicitly import `crypto`

* Add release notes for 1.11.1

* Fix crypto mock in test

* Fix `crypto` mock

* Lint
This commit is contained in:
Josh Gross
2024-10-04 17:23:42 -04:00
committed by GitHub
parent 22a72ac3d7
commit d14afd7973
7 changed files with 22 additions and 15 deletions

View File

@@ -3,6 +3,7 @@
// We use any as a valid input type
/* eslint-disable @typescript-eslint/no-explicit-any */
import * as crypto from 'crypto'
import * as fs from 'fs'
import * as os from 'os'
import {toCommandValue} from './utils'