зеркало из https://github.com/Azure/ms-rest-js.git
Upgrade uuid dependency to v8
This commit is contained in:
Родитель
de6aa51576
Коммит
d178d1b443
|
@ -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: {
|
||||
|
|
Загрузка…
Ссылка в новой задаче