зеркало из https://github.com/microsoft/backfill.git
applying package updates
This commit is contained in:
Родитель
97c27bf470
Коммит
8c680c4d32
|
@ -1,8 +0,0 @@
|
|||
{
|
||||
"type": "patch",
|
||||
"comment": "fixes windows to use the fast path as well",
|
||||
"packageName": "backfill-hasher",
|
||||
"email": "kchau@microsoft.com",
|
||||
"dependentChangeType": "patch",
|
||||
"date": "2022-06-10T19:06:30.606Z"
|
||||
}
|
|
@ -7,7 +7,7 @@
|
|||
"type": "git",
|
||||
"url": "https://github.com/microsoft/backfill"
|
||||
},
|
||||
"version": "6.1.19",
|
||||
"version": "6.1.20",
|
||||
"main": "lib/index.js",
|
||||
"bin": {
|
||||
"backfill": "./bin/backfill.js"
|
||||
|
@ -22,7 +22,7 @@
|
|||
"anymatch": "^3.0.3",
|
||||
"backfill-cache": "^5.6.1",
|
||||
"backfill-config": "^6.3.0",
|
||||
"backfill-hasher": "^6.4.0",
|
||||
"backfill-hasher": "^6.4.1",
|
||||
"backfill-logger": "^5.1.3",
|
||||
"backfill-utils-dotenv": "^5.1.1",
|
||||
"chokidar": "^3.2.1",
|
||||
|
|
|
@ -1,6 +1,21 @@
|
|||
{
|
||||
"name": "backfill-hasher",
|
||||
"entries": [
|
||||
{
|
||||
"date": "Fri, 10 Jun 2022 19:16:49 GMT",
|
||||
"tag": "backfill-hasher_v6.4.1",
|
||||
"version": "6.4.1",
|
||||
"comments": {
|
||||
"patch": [
|
||||
{
|
||||
"comment": "fixes windows to use the fast path as well",
|
||||
"author": "kchau@microsoft.com",
|
||||
"commit": "97c27bf470a22ba39f251a240c828117af36fb10",
|
||||
"package": "backfill-hasher"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"date": "Fri, 10 Jun 2022 18:21:21 GMT",
|
||||
"tag": "backfill-hasher_v6.4.0",
|
||||
|
|
|
@ -1,9 +1,17 @@
|
|||
# Change Log - backfill-hasher
|
||||
|
||||
This log was last generated on Fri, 10 Jun 2022 18:21:21 GMT and should not be manually modified.
|
||||
This log was last generated on Fri, 10 Jun 2022 19:16:49 GMT and should not be manually modified.
|
||||
|
||||
<!-- Start content -->
|
||||
|
||||
## 6.4.1
|
||||
|
||||
Fri, 10 Jun 2022 19:16:49 GMT
|
||||
|
||||
### Patches
|
||||
|
||||
- fixes windows to use the fast path as well (kchau@microsoft.com)
|
||||
|
||||
## 6.4.0
|
||||
|
||||
Fri, 10 Jun 2022 18:21:21 GMT
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
"type": "git",
|
||||
"url": "https://github.com/microsoft/backfill"
|
||||
},
|
||||
"version": "6.4.0",
|
||||
"version": "6.4.1",
|
||||
"main": "lib/index.js",
|
||||
"scripts": {
|
||||
"build": "yarn compile",
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
"compile": "tsc -b"
|
||||
},
|
||||
"devDependencies": {
|
||||
"backfill": "^6.1.19",
|
||||
"backfill": "^6.1.20",
|
||||
"backfill-utils-tsconfig": "^5.0.0",
|
||||
"typescript": "4.1.2"
|
||||
}
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
"backfill-sample-dependency": "^5.1.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"backfill": "^6.1.19",
|
||||
"backfill": "^6.1.20",
|
||||
"backfill-utils-tsconfig": "^5.0.0",
|
||||
"typescript": "4.1.2"
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче