@azure/data-tables 13.1.0-alpha.20220218.1 → 13.1.0-alpha.20220318.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/CHANGELOG.md +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
|
|
13
13
|
### Other Changes
|
|
14
14
|
|
|
15
|
-
- Updated our `@azure/core-tracing` dependency to the latest version (1.0.0
|
|
15
|
+
- Updated our `@azure/core-tracing` dependency to the latest version (1.0.0)
|
|
16
16
|
- Notable changes include Removal of `@opentelemetry/api` as a transitive dependency and ensuring that the active context is properly propagated.
|
|
17
17
|
- 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.
|
|
18
18
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@azure/data-tables",
|
|
3
|
-
"version": "13.1.0-alpha.
|
|
3
|
+
"version": "13.1.0-alpha.20220318.1",
|
|
4
4
|
"description": "An isomorphic client library for the Azure Tables service.",
|
|
5
5
|
"sdk-type": "client",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
"@azure/core-paging": "^1.1.1",
|
|
82
82
|
"@azure/core-xml": "^1.0.0",
|
|
83
83
|
"@azure/logger": "^1.0.0",
|
|
84
|
-
"@azure/core-tracing": "1.0.0-
|
|
84
|
+
"@azure/core-tracing": ">=1.0.0-alpha <1.0.0-alphb",
|
|
85
85
|
"tslib": "^2.2.0",
|
|
86
86
|
"uuid": "^8.3.0"
|
|
87
87
|
},
|