@ms-cloudpack/remote-cache 0.10.10 → 0.10.11
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/dist/{AzureRemoteCacheClient-GTJWKYFP.js → AzureRemoteCacheClient-JTZ6AKHH.js} +1 -1
- package/dist/{chunk-RCTPZOA2.js → chunk-EEDK736F.js} +2 -0
- package/dist/index.js +4802 -4
- package/lib/AzureAppRegistryClient.d.ts +19 -0
- package/lib/createAppRegistryClient.d.ts +24 -0
- package/lib/createStorageUrl.d.ts +3 -0
- package/lib/index.d.ts +5 -0
- package/lib/types/AppRegistration.d.ts +46 -0
- package/lib/types/AppRegistryClient.d.ts +28 -0
- package/lib/types/PagedResult.d.ts +5 -0
- package/lib/utils/getReverseSortedTimestamp.d.ts +2 -0
- package/lib/utils/safeDecodeURIComponent.d.ts +12 -0
- package/lib/utils/safeEncodeURIComponent.d.ts +12 -0
- package/package.json +3 -1
- package/lib/createBlobStorageUrl.d.ts +0 -2
|
@@ -6,7 +6,7 @@ const __filename = topLevelUrl.fileURLToPath(import.meta.url);
|
|
|
6
6
|
const __dirname = topLevelPath.dirname(__filename);
|
|
7
7
|
import {
|
|
8
8
|
require_dist
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-EEDK736F.js";
|
|
10
10
|
import {
|
|
11
11
|
require_package as require_package2
|
|
12
12
|
} from "./chunk-N4V3CONX.js";
|
|
@@ -27377,5 +27377,7 @@ ${key}:${decodeURIComponent(lowercaseQueries[key])}`;
|
|
|
27377
27377
|
});
|
|
27378
27378
|
|
|
27379
27379
|
export {
|
|
27380
|
+
require_commonjs7 as require_commonjs,
|
|
27381
|
+
require_commonjs9 as require_commonjs2,
|
|
27380
27382
|
require_dist
|
|
27381
27383
|
};
|