@shrub/request-client-tracing 0.5.82 → 0.5.83
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/package.json +6 -6
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@shrub/request-client-tracing",
|
|
3
3
|
"description": "Provides functionality for integrating the request-client with the tracing module and service.",
|
|
4
|
-
"version": "0.5.
|
|
4
|
+
"version": "0.5.83",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -24,10 +24,10 @@
|
|
|
24
24
|
"clean": "rimraf ./dist && rimraf tsconfig.tsbuildinfo"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@shrub/core": "0.5.
|
|
28
|
-
"@shrub/logging": "0.5.
|
|
29
|
-
"@shrub/tracing": "0.5.
|
|
30
|
-
"@sprig/request-client": "0.2.
|
|
27
|
+
"@shrub/core": "0.5.83",
|
|
28
|
+
"@shrub/logging": "0.5.83",
|
|
29
|
+
"@shrub/tracing": "0.5.83",
|
|
30
|
+
"@sprig/request-client": "0.2.10"
|
|
31
31
|
},
|
|
32
|
-
"gitHead": "
|
|
32
|
+
"gitHead": "0e6cc3bbc8b965a822744a3e681a3cfc1e962162"
|
|
33
33
|
}
|