This commit is contained in:
Timothee Guerin 2021-03-19 15:38:18 -07:00 коммит произвёл GitHub
Родитель c0f234bc58
Коммит bc678d2734
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
4 изменённых файлов: 25 добавлений и 18 удалений

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

@ -1,16 +0,0 @@
{
"changes": [
{
"packageName": "@azure-tools/uri",
"comment": "**Fix** Issues with url.URL and local paths",
"type": "patch"
},
{
"packageName": "@azure-tools/uri",
"comment": "**Added** simplifyUri will strip extra / in paths. If there 2 consecutive /, replaces with a single one.",
"type": "patch"
}
],
"packageName": "@azure-tools/uri",
"email": "tiguerin@microsoft.com"
}

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

@ -1,6 +1,21 @@
{
"name": "@azure-tools/uri",
"entries": [
{
"version": "3.1.1",
"tag": "@azure-tools/uri_v3.1.1",
"date": "Fri, 19 Mar 2021 22:11:11 GMT",
"comments": {
"patch": [
{
"comment": "**Fix** Issues with url.URL and local paths"
},
{
"comment": "**Added** simplifyUri will strip extra / in paths. If there 2 consecutive /, replaces with a single one."
}
]
}
},
{
"version": "3.1.0",
"tag": "@azure-tools/uri_v3.1.0",

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

@ -1,6 +1,14 @@
# Change Log - @azure-tools/uri
This log was last generated on Fri, 19 Mar 2021 16:38:33 GMT and should not be manually modified.
This log was last generated on Fri, 19 Mar 2021 22:11:11 GMT and should not be manually modified.
## 3.1.1
Fri, 19 Mar 2021 22:11:11 GMT
### Patches
- **Fix** Issues with url.URL and local paths
- **Added** simplifyUri will strip extra / in paths. If there 2 consecutive /, replaces with a single one.
## 3.1.0
Fri, 19 Mar 2021 16:38:33 GMT

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

@ -1,6 +1,6 @@
{
"name": "@azure-tools/uri",
"version": "3.1.0",
"version": "3.1.1",
"description": "Common URI handling code.",
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",