@azure/data-tables 13.1.2-alpha.20220418.2 → 13.1.2-alpha.20220427.2

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/CHANGELOG.md CHANGED
@@ -8,6 +8,9 @@
8
8
 
9
9
  ### Bugs Fixed
10
10
 
11
+ - fix react native bundling issue by adding a `react-native` mapping to ESM
12
+ entry point so that dependencies can be loaded asynchronously.
13
+
11
14
  ### Other Changes
12
15
 
13
16
  ## 13.1.1 (2022-04-14)
@@ -27,6 +30,7 @@
27
30
  - Updated our `@azure/core-tracing` dependency to the latest version (1.0.0)
28
31
  - Notable changes include Removal of `@opentelemetry/api` as a transitive dependency and ensuring that the active context is properly propagated.
29
32
  - Customers who would like to continue using OpenTelemetry driven tracing should visit our [OpenTelemetry Instrumentation](https://www.npmjs.com/package/@azure/opentelemetry-instrumentation-azure-sdk) package for instructions.
33
+ - Export NamedKeyCredential [#20935](https://github.com/Azure/azure-sdk-for-js/pull/20935). (A community contribution, courtesy of _[dhensby](https://github.com/dhensby))_
30
34
 
31
35
  ## 13.0.1 (2022-01-12)
32
36