@azure/data-tables 13.0.1-alpha.20220112.3 → 13.0.1-alpha.20220113.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +0 -2
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -8,8 +8,6 @@
8
8
  - Fix issue where optionality of expiresOn and permissions is not respected when signedIdentifier is provided.
9
9
  - Fix `createTable` not calling `onResponse` callback when the service returns `TableAlreadyExists`. [#18914](https://github.com/Azure/azure-sdk-for-js/pull/18914)
10
10
 
11
- ### Other Changes
12
-
13
11
  ## 13.0.0 (2021-11-11)
14
12
 
15
13
  ### Acknowledgments
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure/data-tables",
3
- "version": "13.0.1-alpha.20220112.3",
3
+ "version": "13.0.1-alpha.20220113.1",
4
4
  "description": "An isomorphic client library for the Azure Tables service.",
5
5
  "sdk-type": "client",
6
6
  "main": "dist/index.js",