-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
13 changed files
with
126 additions
and
31 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "backfill", | ||
"version": "6.2.3", | ||
"version": "6.2.4", | ||
"description": "Backfill CLI", | ||
"license": "MIT", | ||
"author": "Benjamin Weggersen <[email protected]>", | ||
|
@@ -20,9 +20,9 @@ | |
}, | ||
"dependencies": { | ||
"anymatch": "^3.0.3", | ||
"backfill-cache": "^5.8.1", | ||
"backfill-config": "^6.4.2", | ||
"backfill-hasher": "^6.5.2", | ||
"backfill-cache": "^5.9.0", | ||
"backfill-config": "^6.5.0", | ||
"backfill-hasher": "^6.5.3", | ||
"backfill-logger": "^5.2.1", | ||
"backfill-utils-dotenv": "^5.2.1", | ||
"chokidar": "^3.2.1", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,27 @@ | ||
{ | ||
"name": "backfill-cache", | ||
"entries": [ | ||
{ | ||
"date": "Fri, 27 Dec 2024 21:00:44 GMT", | ||
"version": "5.9.0", | ||
"tag": "backfill-cache_v5.9.0", | ||
"comments": { | ||
"minor": [ | ||
{ | ||
"author": "[email protected]", | ||
"package": "backfill-cache", | ||
"commit": "d82360660f2ec64060f3cce4a079979ac3555914", | ||
"comment": "Adding an option to pass ContainerClient instead of connection string, container and credentials to AzureBlobCacheStorage" | ||
}, | ||
{ | ||
"author": "beachball", | ||
"package": "backfill-cache", | ||
"comment": "Bump backfill-config to v6.5.0", | ||
"commit": "not available" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"date": "Sat, 01 Jun 2024 08:03:35 GMT", | ||
"version": "5.8.1", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,18 @@ | ||
# Change Log - backfill-cache | ||
|
||
This log was last generated on Sat, 01 Jun 2024 08:03:35 GMT and should not be manually modified. | ||
This log was last generated on Fri, 27 Dec 2024 21:00:44 GMT and should not be manually modified. | ||
|
||
<!-- Start content --> | ||
|
||
## 5.9.0 | ||
|
||
Fri, 27 Dec 2024 21:00:44 GMT | ||
|
||
### Minor changes | ||
|
||
- Adding an option to pass ContainerClient instead of connection string, container and credentials to AzureBlobCacheStorage ([email protected]) | ||
- Bump backfill-config to v6.5.0 | ||
|
||
## 5.8.1 | ||
|
||
Sat, 01 Jun 2024 08:03:35 GMT | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "backfill-cache", | ||
"version": "5.8.1", | ||
"version": "5.9.0", | ||
"description": "Backfill Cache Providers", | ||
"license": "MIT", | ||
"author": "Benjamin Weggersen <[email protected]>", | ||
|
@@ -18,7 +18,7 @@ | |
"dependencies": { | ||
"@azure/core-http": "^3.0.0", | ||
"@azure/storage-blob": "^12.15.0", | ||
"backfill-config": "^6.4.2", | ||
"backfill-config": "^6.5.0", | ||
"backfill-logger": "^5.2.1", | ||
"execa": "^5.0.0", | ||
"fs-extra": "^8.1.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,21 @@ | ||
{ | ||
"name": "backfill-config", | ||
"entries": [ | ||
{ | ||
"date": "Fri, 27 Dec 2024 21:00:44 GMT", | ||
"version": "6.5.0", | ||
"tag": "backfill-config_v6.5.0", | ||
"comments": { | ||
"minor": [ | ||
{ | ||
"author": "[email protected]", | ||
"package": "backfill-config", | ||
"commit": "d82360660f2ec64060f3cce4a079979ac3555914", | ||
"comment": "Adding an option to pass ContainerClient instead of connection string, container and credentials to AzureBlobCacheStorage" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"date": "Wed, 15 Nov 2023 23:08:02 GMT", | ||
"version": "6.4.2", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,17 @@ | ||
# Change Log - backfill-config | ||
|
||
This log was last generated on Wed, 15 Nov 2023 23:08:02 GMT and should not be manually modified. | ||
This log was last generated on Fri, 27 Dec 2024 21:00:44 GMT and should not be manually modified. | ||
|
||
<!-- Start content --> | ||
|
||
## 6.5.0 | ||
|
||
Fri, 27 Dec 2024 21:00:44 GMT | ||
|
||
### Minor changes | ||
|
||
- Adding an option to pass ContainerClient instead of connection string, container and credentials to AzureBlobCacheStorage ([email protected]) | ||
|
||
## 6.4.2 | ||
|
||
Wed, 15 Nov 2023 23:08:02 GMT | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "backfill-config", | ||
"version": "6.4.2", | ||
"version": "6.5.0", | ||
"description": "Backfill Config", | ||
"license": "MIT", | ||
"author": "Benjamin Weggersen <[email protected]>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "backfill-hasher", | ||
"version": "6.5.2", | ||
"version": "6.5.3", | ||
"description": "Backfill Hasher", | ||
"license": "MIT", | ||
"author": "Benjamin Weggersen <[email protected]>", | ||
|
@@ -17,7 +17,7 @@ | |
}, | ||
"dependencies": { | ||
"@rushstack/package-deps-hash": "^3.2.4", | ||
"backfill-config": "^6.4.2", | ||
"backfill-config": "^6.5.0", | ||
"backfill-logger": "^5.2.1", | ||
"fs-extra": "^8.1.0", | ||
"workspace-tools": "^0.35.2" | ||
|