@azure/data-tables 13.3.1-alpha.20250205.1 → 13.3.1-alpha.20250206.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/README.md +0 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -498,5 +498,3 @@ For more information see the [Code of Conduct FAQ](https://opensource.microsoft.
498
498
  contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.
499
499
 
500
500
  If you'd like to contribute to this library, please read the [contributing guide](https://github.com/Azure/azure-sdk-for-js/blob/main/CONTRIBUTING.md) to learn more about how to build and test the code.
501
-
502
- ![Impressions](https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-js/sdk/tables/README.png)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure/data-tables",
3
- "version": "13.3.1-alpha.20250205.1",
3
+ "version": "13.3.1-alpha.20250206.1",
4
4
  "description": "An isomorphic client library for the Azure Tables service.",
5
5
  "sdk-type": "client",
6
6
  "main": "./dist/commonjs/index.js",