@azure/data-tables 12.1.2-alpha.20210915.1 → 12.1.2-alpha.20210930.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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@azure/data-tables",
|
|
3
|
-
"version": "12.1.2-alpha.
|
|
3
|
+
"version": "12.1.2-alpha.20210930.1",
|
|
4
4
|
"description": "An isomorphic client library for the Azure Tables service.",
|
|
5
5
|
"sdk-type": "client",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -89,7 +89,7 @@
|
|
|
89
89
|
"devDependencies": {
|
|
90
90
|
"@azure/identity": "2.0.0-beta.6",
|
|
91
91
|
"@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb",
|
|
92
|
-
"@microsoft/api-extractor": "7.
|
|
92
|
+
"@microsoft/api-extractor": "^7.18.11",
|
|
93
93
|
"@rollup/plugin-commonjs": "11.0.2",
|
|
94
94
|
"@rollup/plugin-json": "^4.0.0",
|
|
95
95
|
"@rollup/plugin-multi-entry": "^3.0.0",
|
|
@@ -110,7 +110,9 @@ export declare interface AccountSasServices {
|
|
|
110
110
|
*/
|
|
111
111
|
table?: boolean;
|
|
112
112
|
}
|
|
113
|
+
|
|
113
114
|
export { AzureNamedKeyCredential }
|
|
115
|
+
|
|
114
116
|
export { AzureSASCredential }
|
|
115
117
|
|
|
116
118
|
/** CORS is an HTTP feature that enables a web application running under one domain to access resources in another domain. Web browsers implement a security restriction known as same-origin policy that prevents a web page from calling APIs in a different domain; CORS provides a secure way to allow one domain (the origin domain) to call APIs in another domain. */
|