@ms-cloudpack/remote-cache 0.11.39 → 0.11.41

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.
Files changed (2) hide show
  1. package/README.md +1 -15
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -1,17 +1,3 @@
1
1
  # @ms-cloudpack/remote-cache
2
2
 
3
- This package is a wrapper around the Azure Storage SDK that provides a simple interface for uploading and downloading files and folders to and from Azure Blob Storage. It also includes a helper function for generating a SAS token for a storage account.
4
-
5
- ## Usage
6
-
7
- ```ts
8
- import { createRemoteCacheClient } from '@ms-cloudpack/remote-cache';
9
-
10
- const client = await createRemoteCacheClient({
11
- storageAccount: 'my-storage-account',
12
- container: 'my-container',
13
- permissions: { read: true, write: false },
14
- });
15
-
16
- await client.downloadFolder('my-folder', 'download-it-to-this-path');
17
- ```
3
+ This package is a wrapper around the Azure Storage SDK that provides a simple interface for uploading and downloading files and folders to and from Azure Blob Storage in Cloudpack. It also includes a helper function for generating a SAS token for a storage account.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ms-cloudpack/remote-cache",
3
- "version": "0.11.39",
3
+ "version": "0.11.41",
4
4
  "description": "Manages syncing the local Cloudpack cached assets to/from a remote storage service.",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -27,11 +27,11 @@
27
27
  "lib/**/*.d.ts"
28
28
  ],
29
29
  "dependencies": {
30
- "@ms-cloudpack/common-types": "^0.27.7",
30
+ "@ms-cloudpack/common-types": "^0.28.1",
31
31
  "@ms-cloudpack/environment": "^0.1.1",
32
32
  "@ms-cloudpack/retry": "^0.1.3",
33
33
  "@ms-cloudpack/task-reporter": "^0.17.4",
34
- "@ms-cloudpack/telemetry": "^0.11.40",
34
+ "@ms-cloudpack/telemetry": "^0.11.42",
35
35
  "@napi-rs/keyring": "1.1.9",
36
36
  "mime-types": "^3.0.0",
37
37
  "node-dpapi-prebuilt": "^1.0.3"