@azure/data-tables 13.2.3-alpha.20231211.1 → 13.2.3-alpha.20231219.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 +3 -3
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -5017,15 +5017,15 @@ class TableClient {
|
|
|
5017
5017
|
}
|
|
5018
5018
|
}
|
|
5019
5019
|
|
|
5020
|
-
Object.defineProperty(exports,
|
|
5020
|
+
Object.defineProperty(exports, "AzureNamedKeyCredential", {
|
|
5021
5021
|
enumerable: true,
|
|
5022
5022
|
get: function () { return coreAuth.AzureNamedKeyCredential; }
|
|
5023
5023
|
});
|
|
5024
|
-
Object.defineProperty(exports,
|
|
5024
|
+
Object.defineProperty(exports, "AzureSASCredential", {
|
|
5025
5025
|
enumerable: true,
|
|
5026
5026
|
get: function () { return coreAuth.AzureSASCredential; }
|
|
5027
5027
|
});
|
|
5028
|
-
Object.defineProperty(exports,
|
|
5028
|
+
Object.defineProperty(exports, "RestError", {
|
|
5029
5029
|
enumerable: true,
|
|
5030
5030
|
get: function () { return coreRestPipeline.RestError; }
|
|
5031
5031
|
});
|
package/package.json
CHANGED