@ms-cloudpack/remote-cache 0.5.1-beta.2 → 0.5.2
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.
- package/lib/AzureRemoteCacheClient.d.ts.map +1 -0
- package/lib/AzureRemoteCacheClient.js +51 -0
- package/lib/AzureRemoteCacheClient.js.map +1 -0
- package/lib/Task.d.ts.map +1 -0
- package/lib/Task.js +2 -0
- package/lib/Task.js.map +1 -0
- package/lib/authentication/getAuthenticationRecord.d.ts.map +1 -0
- package/lib/authentication/getAuthenticationRecord.js +17 -0
- package/lib/authentication/getAuthenticationRecord.js.map +1 -0
- package/lib/authentication/getAuthenticationRecordPath.d.ts.map +1 -0
- package/lib/authentication/getAuthenticationRecordPath.js +10 -0
- package/lib/authentication/getAuthenticationRecordPath.js.map +1 -0
- package/lib/authentication/getCredential.d.ts.map +1 -0
- package/lib/authentication/getCredential.js +61 -0
- package/lib/authentication/getCredential.js.map +1 -0
- package/lib/authentication/saveAuthenticationRecord.d.ts.map +1 -0
- package/lib/authentication/saveAuthenticationRecord.js +17 -0
- package/lib/authentication/saveAuthenticationRecord.js.map +1 -0
- package/lib/cache-persistance/cachePersistencePlugin.d.ts.map +1 -0
- package/lib/cache-persistance/cachePersistencePlugin.js +35 -0
- package/lib/cache-persistance/cachePersistencePlugin.js.map +1 -0
- package/lib/cache-persistance/platforms.d.ts.map +1 -0
- package/lib/cache-persistance/platforms.js +109 -0
- package/lib/cache-persistance/platforms.js.map +1 -0
- package/lib/cache-persistance/provider.d.ts.map +1 -0
- package/lib/cache-persistance/provider.js +26 -0
- package/lib/cache-persistance/provider.js.map +1 -0
- package/lib/createBlobStorageUrl.d.ts.map +1 -0
- package/lib/createBlobStorageUrl.js +4 -0
- package/lib/createBlobStorageUrl.js.map +1 -0
- package/lib/createRemoteCacheClient.d.ts.map +1 -0
- package/lib/createRemoteCacheClient.js +27 -0
- package/lib/createRemoteCacheClient.js.map +1 -0
- package/lib/decorators/InMemoryDecorator.d.ts.map +1 -0
- package/lib/decorators/InMemoryDecorator.js +29 -0
- package/lib/decorators/InMemoryDecorator.js.map +1 -0
- package/lib/decorators/ReporterDecorator.d.ts +1 -1
- package/lib/decorators/ReporterDecorator.d.ts.map +1 -0
- package/lib/decorators/ReporterDecorator.js +126 -0
- package/lib/decorators/ReporterDecorator.js.map +1 -0
- package/lib/decorators/RetryDecorator.d.ts.map +1 -0
- package/lib/decorators/RetryDecorator.js +27 -0
- package/lib/decorators/RetryDecorator.js.map +1 -0
- package/lib/getListOfBlobs.d.ts.map +1 -0
- package/lib/getListOfBlobs.js +15 -0
- package/lib/getListOfBlobs.js.map +1 -0
- package/lib/index.d.ts.map +1 -0
- package/lib/index.js +2 -0
- package/lib/index.js.map +1 -0
- package/lib/retry/blockListIsInvalidRetryPolicy.d.ts.map +1 -0
- package/lib/retry/blockListIsInvalidRetryPolicy.js +8 -0
- package/lib/retry/blockListIsInvalidRetryPolicy.js.map +1 -0
- package/lib/tsdoc-metadata.json +11 -0
- package/lib/types/LoginMethod.d.ts.map +1 -0
- package/lib/types/LoginMethod.js +2 -0
- package/lib/types/LoginMethod.js.map +1 -0
- package/lib/types/RemoteCacheClient.d.ts.map +1 -0
- package/lib/types/RemoteCacheClient.js +2 -0
- package/lib/types/RemoteCacheClient.js.map +1 -0
- package/lib/types/RemoteCacheClientOptions.d.ts.map +1 -0
- package/lib/types/RemoteCacheClientOptions.js +2 -0
- package/lib/types/RemoteCacheClientOptions.js.map +1 -0
- package/lib/types/RetryPolicy.d.ts.map +1 -0
- package/lib/types/RetryPolicy.js +2 -0
- package/lib/types/RetryPolicy.js.map +1 -0
- package/package.json +13 -14
- package/dist/AzureRemoteCacheClient-AE2VSZ7M.js +0 -52517
- package/dist/ReporterDecorator-IPB43LAC.js +0 -127
- package/dist/chunk-7DWZ2KJB.js +0 -49702
- package/dist/chunk-IG2LEA6S.js +0 -185
- package/dist/chunk-N2VHZU53.js +0 -63
- package/dist/chunk-X5NZ4TUB.js +0 -1075
- package/dist/chunk-YE3TMZ3A.js +0 -13
- package/dist/getCredential-63JEO57N.js +0 -24180
- package/dist/getListOfBlobs-BZCK6WJA.js +0 -27
- package/dist/index.js +0 -103
- package/lib/decorators/InMemoryDecorator.test.d.ts +0 -2
- package/lib/decorators/RetryDecorator.test.d.ts +0 -2
package/dist/chunk-YE3TMZ3A.js
DELETED
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import {
|
|
2
|
-
init_esbuildCjsShims
|
|
3
|
-
} from "./chunk-N2VHZU53.js";
|
|
4
|
-
|
|
5
|
-
// src/createBlobStorageUrl.ts
|
|
6
|
-
init_esbuildCjsShims();
|
|
7
|
-
function createBlobStorageUrl(storageAccount) {
|
|
8
|
-
return `https://${storageAccount}.blob.core.windows.net`;
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
export {
|
|
12
|
-
createBlobStorageUrl
|
|
13
|
-
};
|