This commit is contained in:
deyaaeldeen 2021-07-12 19:44:29 +00:00
Родитель de6aa51576
Коммит d178d1b443
3 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -1,7 +1,7 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See License.txt in the project root for license information.
import uuidv4 from "uuid/v4";
import { v4 as uuidv4 } from 'uuid';
import { HttpOperationResponse } from "../httpOperationResponse";
import { RestError } from "../restError";
import { WebResourceLike } from "../webResource";

Просмотреть файл

@ -58,7 +58,7 @@
"tough-cookie": "^3.0.1",
"tslib": "^1.10.0",
"tunnel": "0.0.6",
"uuid": "^3.3.2",
"uuid": "^8.3.2",
"xml2js": "^0.4.19"
},
"devDependencies": {

Просмотреть файл

@ -30,7 +30,7 @@ const nodeConfig = {
"tough-cookie",
"tslib",
"tunnel",
"uuid/v4",
"uuid",
"xml2js",
],
output: {