@ms-cloudpack/remote-cache 0.11.53 → 0.11.55

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.
@@ -1,4 +1,4 @@
1
- import { type TokenCachePersistenceOptions } from '@azure/identity';
1
+ import type { TokenCachePersistenceOptions } from '@azure/identity';
2
2
  /**
3
3
  * The options for token cache persistence.
4
4
  * This will be used by the token cache plugin.
@@ -1,4 +1,4 @@
1
- import { type ContainerClient } from '@azure/storage-blob';
1
+ import type { ContainerClient } from '@azure/storage-blob';
2
2
  import type { CustomStorageConfig } from 'backfill-config';
3
3
  export declare function createCacheStorageConfig(containerClient: ContainerClient): CustomStorageConfig;
4
4
  //# sourceMappingURL=createCacheStorageConfig.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ms-cloudpack/remote-cache",
3
- "version": "0.11.53",
3
+ "version": "0.11.55",
4
4
  "description": "Manages syncing the local Cloudpack cached assets to/from a remote storage service.",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -23,11 +23,11 @@
23
23
  "test": "cloudpack-scripts test"
24
24
  },
25
25
  "dependencies": {
26
- "@ms-cloudpack/common-types": "^0.32.1",
26
+ "@ms-cloudpack/common-types": "^0.33.0",
27
27
  "@ms-cloudpack/environment": "^0.1.1",
28
28
  "@ms-cloudpack/retry": "^0.1.3",
29
29
  "@ms-cloudpack/task-reporter": "^0.17.4",
30
- "@ms-cloudpack/telemetry": "^0.11.53",
30
+ "@ms-cloudpack/telemetry": "^0.11.55",
31
31
  "@napi-rs/keyring": "1.2.0",
32
32
  "mime-types": "^3.0.0",
33
33
  "node-dpapi-prebuilt": "^1.0.3"