File tree Expand file tree Collapse file tree 3 files changed +1015
-57
lines changed
test/e2e/typescript-build Expand file tree Collapse file tree 3 files changed +1015
-57
lines changed Original file line number Diff line number Diff line change 3434 test-e2e :
3535 runs-on : ubuntu-latest
3636 env :
37- GOVER : 1.19
37+ GOVER : 1.20
3838 DAPR_CLI_VER : 1.10.0
39- DAPR_RUNTIME_VER : 1.11.0-rc.5
39+ DAPR_RUNTIME_VER : 1.11.0-rc.7
4040 DAPR_INSTALL_URL : https://raw.githubusercontent.com/dapr/cli/master/install/install.sh
4141 DAPR_CLI_REF : " "
4242 DAPR_REF : " "
Original file line number Diff line number Diff line change @@ -11,9 +11,9 @@ See the License for the specific language governing permissions and
1111limitations under the License.
1212*/
1313
14- import { Duplex } from "node: stream" ;
14+ import { Duplex } from "stream" ;
1515
16- import { type DecryptRequest , type EncryptRequest } from "../../types/crypto/Requests" ;
16+ import { DecryptRequest , EncryptRequest } from "../../types/crypto/Requests" ;
1717
1818export default interface IClientCrypto {
1919 encrypt ( opts : EncryptRequest ) : Promise < Duplex > ;
You can’t perform that action at this time.
0 commit comments