@azure/storage-file-share 12.23.0-alpha.20231212.2 → 12.23.0-alpha.20231218.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.
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
@@ -15270,7 +15270,7 @@ exports.KnownShareTokenIntent = void 0;
|
|
15270
15270
|
KnownShareTokenIntent["Backup"] = "backup";
|
15271
15271
|
})(exports.KnownShareTokenIntent || (exports.KnownShareTokenIntent = {}));
|
15272
15272
|
|
15273
|
-
Object.defineProperty(exports,
|
15273
|
+
Object.defineProperty(exports, "RestError", {
|
15274
15274
|
enumerable: true,
|
15275
15275
|
get: function () { return coreRestPipeline.RestError; }
|
15276
15276
|
});
|
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@azure/storage-file-share",
|
3
3
|
"sdk-type": "client",
|
4
|
-
"version": "12.23.0-alpha.
|
4
|
+
"version": "12.23.0-alpha.20231218.1",
|
5
5
|
"description": "Microsoft Azure Storage SDK for JavaScript - File",
|
6
6
|
"main": "./dist/index.js",
|
7
7
|
"module": "./dist-esm/storage-file-share/src/index.js",
|