@ms-cloudpack/remote-cache 0.10.0 → 0.10.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -76,7 +76,7 @@ ${list}`
76
76
  downloadFolder(options) {
77
77
  const { id, path, friendlyName } = options;
78
78
  const task = this.context.reporter.addTask(`Downloading from remote cache: ${friendlyName}`);
79
- return this.context.telemetryClient.tracer.startActiveSpan("UPLOAD_FOLDER", async () => {
79
+ return this.context.telemetryClient.tracer.startActiveSpan("DOWNLOAD_FOLDER", async () => {
80
80
  try {
81
81
  const downloadResult = await this.client.downloadFolder(options);
82
82
  const details = bulletedList([`Id: ${id}`, `Path: ${path}`, `Name: ${friendlyName}`]);
package/dist/index.js CHANGED
@@ -113,7 +113,7 @@ async function createRemoteCacheClient(params) {
113
113
  const { container, loginMethod, storageAccount, cachePath, tenantId } = options;
114
114
  const { getCredential } = await import("./getCredential-L2ZQELGO.js");
115
115
  const { AzureRemoteCacheClient } = await import("./AzureRemoteCacheClient-XD7JMDG2.js");
116
- const { ReporterDecorator } = await import("./ReporterDecorator-FZKB4MWN.js");
116
+ const { ReporterDecorator } = await import("./ReporterDecorator-VMBTAZRW.js");
117
117
  const { getListOfBlobs } = await import("./getListOfBlobs-EY2E5AZT.js");
118
118
  const credential = await getCredential(
119
119
  { loginMethod, cachePath, tenantId },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ms-cloudpack/remote-cache",
3
- "version": "0.10.0",
3
+ "version": "0.10.1",
4
4
  "description": "Manages syncing the local Cloudpack cached assets to/from a remote storage service.",
5
5
  "license": "MIT",
6
6
  "type": "module",