This commit is contained in:
Ken Chau 2020-06-06 19:22:26 +00:00
Родитель 1a69a70cd6
Коммит b5a27de0c4
7 изменённых файлов: 38 добавлений и 13 удалений

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

@ -1,8 +0,0 @@
{
"type": "patch",
"comment": "replace tar with tar-fs for more resilience",
"packageName": "backfill-cache",
"email": "kchau@microsoft.com",
"dependentChangeType": "patch",
"date": "2020-06-06T18:54:44.663Z"
}

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

@ -7,7 +7,7 @@
"type": "git",
"url": "https://github.com/microsoft/backfill"
},
"version": "5.1.1",
"version": "5.1.2",
"main": "lib/index.js",
"bin": {
"backfill": "./bin/backfill.js"
@ -20,7 +20,7 @@
},
"dependencies": {
"anymatch": "^3.0.3",
"backfill-cache": "^5.1.1",
"backfill-cache": "^5.1.2",
"backfill-config": "^5.1.1",
"backfill-hasher": "^5.1.1",
"backfill-logger": "^5.0.0",

20
packages/cache/CHANGELOG.json поставляемый Normal file
Просмотреть файл

@ -0,0 +1,20 @@
{
"name": "backfill-cache",
"entries": [
{
"date": "Sat, 06 Jun 2020 19:22:26 GMT",
"tag": "backfill-cache_v5.1.2",
"version": "5.1.2",
"comments": {
"patch": [
{
"comment": "replace tar with tar-fs for more resilience",
"author": "kchau@microsoft.com",
"commit": "1a69a70cd60122145f9b036d7ffccb58fb6af135",
"package": "backfill-cache"
}
]
}
}
]
}

13
packages/cache/CHANGELOG.md поставляемый Normal file
Просмотреть файл

@ -0,0 +1,13 @@
# Change Log - backfill-cache
This log was last generated on Sat, 06 Jun 2020 19:22:26 GMT and should not be manually modified.
<!-- Start content -->
## 5.1.2
Sat, 06 Jun 2020 19:22:26 GMT
### Patches
- replace tar with tar-fs for more resilience (kchau@microsoft.com)

2
packages/cache/package.json поставляемый
Просмотреть файл

@ -7,7 +7,7 @@
"type": "git",
"url": "https://github.com/microsoft/backfill"
},
"version": "5.1.1",
"version": "5.1.2",
"main": "lib/index.js",
"scripts": {
"build": "yarn compile",

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

@ -9,7 +9,7 @@
"compile": "tsc -b"
},
"devDependencies": {
"backfill": "^5.1.1",
"backfill": "^5.1.2",
"backfill-utils-tsconfig": "^5.0.0",
"typescript": "3.7.4"
}

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

@ -13,7 +13,7 @@
"backfill-sample-dependency": "^5.1.1"
},
"devDependencies": {
"backfill": "^5.1.1",
"backfill": "^5.1.2",
"backfill-utils-tsconfig": "^5.0.0",
"typescript": "3.7.4"
}