This commit is contained in:
Ken Chau 2022-06-10 19:16:49 +00:00
Родитель 97c27bf470
Коммит 8c680c4d32
7 изменённых файлов: 29 добавлений и 14 удалений

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

@ -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"
}