@azure/data-tables 13.0.0-alpha.20211111.1 → 13.0.0

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.
@@ -8,4 +8,5 @@ export { TableTransaction } from "./TableTransaction";
8
8
  export { TableClient } from "./TableClient";
9
9
  export { odata } from "./odata";
10
10
  export { AzureNamedKeyCredential, AzureSASCredential } from "@azure/core-auth";
11
+ export { RestError } from "@azure/core-rest-pipeline";
11
12
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,cAAc,mBAAmB,CAAC;AAClC,cAAc,UAAU,CAAC;AACzB,cAAc,OAAO,CAAC;AAEtB,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC1D,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACtD,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAChC,OAAO,EAAE,uBAAuB,EAAE,kBAAkB,EAAE,MAAM,kBAAkB,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT license.\n\nexport * from \"./generatedModels\";\nexport * from \"./models\";\nexport * from \"./sas\";\n\nexport { TableServiceClient } from \"./TableServiceClient\";\nexport { TableTransaction } from \"./TableTransaction\";\nexport { TableClient } from \"./TableClient\";\nexport { odata } from \"./odata\";\nexport { AzureNamedKeyCredential, AzureSASCredential } from \"@azure/core-auth\";\n"]}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,cAAc,mBAAmB,CAAC;AAClC,cAAc,UAAU,CAAC;AACzB,cAAc,OAAO,CAAC;AAEtB,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC1D,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACtD,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAChC,OAAO,EAAE,uBAAuB,EAAE,kBAAkB,EAAE,MAAM,kBAAkB,CAAC;AAC/E,OAAO,EAAE,SAAS,EAAE,MAAM,2BAA2B,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT license.\n\nexport * from \"./generatedModels\";\nexport * from \"./models\";\nexport * from \"./sas\";\n\nexport { TableServiceClient } from \"./TableServiceClient\";\nexport { TableTransaction } from \"./TableTransaction\";\nexport { TableClient } from \"./TableClient\";\nexport { odata } from \"./odata\";\nexport { AzureNamedKeyCredential, AzureSASCredential } from \"@azure/core-auth\";\nexport { RestError } from \"@azure/core-rest-pipeline\";\n"]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure/data-tables",
3
- "version": "13.0.0-alpha.20211111.1",
3
+ "version": "13.0.0",
4
4
  "description": "An isomorphic client library for the Azure Tables service.",
5
5
  "sdk-type": "client",
6
6
  "main": "dist/index.js",
@@ -88,7 +88,7 @@
88
88
  },
89
89
  "devDependencies": {
90
90
  "@azure/identity": "^2.0.1",
91
- "@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb",
91
+ "@azure/dev-tool": "^1.0.0",
92
92
  "@microsoft/api-extractor": "^7.18.11",
93
93
  "@rollup/plugin-commonjs": "11.0.2",
94
94
  "@rollup/plugin-json": "^4.0.0",
@@ -100,7 +100,7 @@
100
100
  "@types/node": "^12.0.0",
101
101
  "@types/sinon": "^9.0.4",
102
102
  "@types/uuid": "^8.0.0",
103
- "@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb",
103
+ "@azure/eslint-plugin-azure-sdk": "^3.0.0",
104
104
  "chai": "^4.2.0",
105
105
  "cross-env": "^7.0.2",
106
106
  "downlevel-dts": "~0.4.0",
@@ -131,7 +131,7 @@
131
131
  "util": "^0.12.1",
132
132
  "dotenv": "^8.2.0",
133
133
  "@azure-tools/test-recorder": "^1.0.0",
134
- "@azure/test-utils": ">=1.0.0-alpha <1.0.0-alphb",
134
+ "@azure/test-utils": "^1.0.0",
135
135
  "rollup-plugin-shim": "^1.0.0",
136
136
  "@rollup/plugin-inject": "^4.0.0",
137
137
  "ts-node": "^10.0.0",
@@ -6,6 +6,7 @@ import { NamedKeyCredential } from '@azure/core-auth';
6
6
  import { OperationOptions } from '@azure/core-client';
7
7
  import { PagedAsyncIterableIterator } from '@azure/core-paging';
8
8
  import { Pipeline } from '@azure/core-rest-pipeline';
9
+ import { RestError } from '@azure/core-rest-pipeline';
9
10
  import { SASCredential } from '@azure/core-auth';
10
11
  import { TokenCredential } from '@azure/core-auth';
11
12
  /** An Access policy. */
@@ -277,6 +278,7 @@ export declare interface Metrics {
277
278
  * Escapes an odata filter expression to avoid errors with quoting string literals.
278
279
  */
279
280
  export declare function odata(strings: TemplateStringsArray, ...values: unknown[]): string;
281
+ export { RestError };
280
282
  /** The retention policy. */
281
283
  export declare interface RetentionPolicy {
282
284
  /** Indicates whether a retention policy is enabled for the service. */
@@ -6,6 +6,7 @@ import { NamedKeyCredential } from '@azure/core-auth';
6
6
  import { OperationOptions } from '@azure/core-client';
7
7
  import { PagedAsyncIterableIterator } from '@azure/core-paging';
8
8
  import { Pipeline } from '@azure/core-rest-pipeline';
9
+ import { RestError } from '@azure/core-rest-pipeline';
9
10
  import { SASCredential } from '@azure/core-auth';
10
11
  import { TokenCredential } from '@azure/core-auth';
11
12
 
@@ -306,6 +307,8 @@ export declare interface Metrics {
306
307
  */
307
308
  export declare function odata(strings: TemplateStringsArray, ...values: unknown[]): string;
308
309
 
310
+ export { RestError }
311
+
309
312
  /** The retention policy. */
310
313
  export declare interface RetentionPolicy {
311
314
  /** Indicates whether a retention policy is enabled for the service. */