зеркало из https://github.com/microsoft/backfill.git
applying package updates
This commit is contained in:
Родитель
9cb309b87a
Коммит
93a62c6517
|
@ -1,8 +0,0 @@
|
|||
{
|
||||
"type": "patch",
|
||||
"comment": "filter unchanged files did not work",
|
||||
"packageName": "backfill-cache",
|
||||
"email": "vincent.bailly@microsoft.com",
|
||||
"dependentChangeType": "patch",
|
||||
"date": "2022-01-27T09:39:22.076Z"
|
||||
}
|
|
@ -7,7 +7,7 @@
|
|||
"type": "git",
|
||||
"url": "https://github.com/microsoft/backfill"
|
||||
},
|
||||
"version": "6.1.14",
|
||||
"version": "6.1.15",
|
||||
"main": "lib/index.js",
|
||||
"bin": {
|
||||
"backfill": "./bin/backfill.js"
|
||||
|
@ -20,7 +20,7 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"anymatch": "^3.0.3",
|
||||
"backfill-cache": "^5.4.0",
|
||||
"backfill-cache": "^5.4.1",
|
||||
"backfill-config": "^6.2.0",
|
||||
"backfill-hasher": "^6.3.0",
|
||||
"backfill-logger": "^5.1.3",
|
||||
|
|
|
@ -1,6 +1,21 @@
|
|||
{
|
||||
"name": "backfill-cache",
|
||||
"entries": [
|
||||
{
|
||||
"date": "Wed, 20 Apr 2022 12:32:29 GMT",
|
||||
"tag": "backfill-cache_v5.4.1",
|
||||
"version": "5.4.1",
|
||||
"comments": {
|
||||
"patch": [
|
||||
{
|
||||
"comment": "filter unchanged files did not work",
|
||||
"author": "vincent.bailly@microsoft.com",
|
||||
"commit": "9cb309b87a6f3be844788c814f7be78c2b93fff0",
|
||||
"package": "backfill-cache"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"date": "Thu, 31 Mar 2022 05:28:57 GMT",
|
||||
"tag": "backfill-cache_v5.4.0",
|
||||
|
|
|
@ -1,10 +1,17 @@
|
|||
# Change Log - backfill-cache
|
||||
|
||||
This log was last generated on Thu, 31 Mar 2022 05:28:57 GMT and should not be
|
||||
manually modified.
|
||||
This log was last generated on Wed, 20 Apr 2022 12:32:29 GMT and should not be manually modified.
|
||||
|
||||
<!-- Start content -->
|
||||
|
||||
## 5.4.1
|
||||
|
||||
Wed, 20 Apr 2022 12:32:29 GMT
|
||||
|
||||
### Patches
|
||||
|
||||
- filter unchanged files did not work (vincent.bailly@microsoft.com)
|
||||
|
||||
## 5.4.0
|
||||
|
||||
Thu, 31 Mar 2022 05:28:57 GMT
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
"type": "git",
|
||||
"url": "https://github.com/microsoft/backfill"
|
||||
},
|
||||
"version": "5.4.0",
|
||||
"version": "5.4.1",
|
||||
"main": "lib/index.js",
|
||||
"scripts": {
|
||||
"build": "yarn compile",
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
"compile": "tsc -b"
|
||||
},
|
||||
"devDependencies": {
|
||||
"backfill": "^6.1.14",
|
||||
"backfill": "^6.1.15",
|
||||
"backfill-utils-tsconfig": "^5.0.0",
|
||||
"typescript": "4.1.2"
|
||||
}
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
"backfill-sample-dependency": "^5.1.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"backfill": "^6.1.14",
|
||||
"backfill": "^6.1.15",
|
||||
"backfill-utils-tsconfig": "^5.0.0",
|
||||
"typescript": "4.1.2"
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче