@shrub/request-client-tracing 0.5.76 → 0.5.78
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/dist/index.js +6 -2
- package/dist/module.js +3 -5
- package/package.json +6 -6
package/dist/index.js
CHANGED
|
@@ -1,7 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
3
|
if (k2 === undefined) k2 = k;
|
|
4
|
-
Object.
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
5
9
|
}) : (function(o, m, k, k2) {
|
|
6
10
|
if (k2 === undefined) k2 = k;
|
|
7
11
|
o[k2] = m[k];
|
|
@@ -12,4 +16,4 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
12
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
13
17
|
__exportStar(require("./interceptors"), exports);
|
|
14
18
|
__exportStar(require("./module"), exports);
|
|
15
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
19
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9zcmMvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7Ozs7Ozs7Ozs7OztBQUFBLGlEQUErQjtBQUMvQiwyQ0FBeUIifQ==
|
package/dist/module.js
CHANGED
|
@@ -3,10 +3,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.RequestClientTracingModule = void 0;
|
|
4
4
|
const logging_1 = require("@shrub/logging");
|
|
5
5
|
class RequestClientTracingModule {
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
this.dependencies = [logging_1.LoggingModule];
|
|
9
|
-
}
|
|
6
|
+
name = "request-client-tracing";
|
|
7
|
+
dependencies = [logging_1.LoggingModule];
|
|
10
8
|
}
|
|
11
9
|
exports.RequestClientTracingModule = RequestClientTracingModule;
|
|
12
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
10
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vc3JjL21vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7QUFDQSw0Q0FBK0M7QUFFL0MsTUFBYSwwQkFBMEI7SUFDMUIsSUFBSSxHQUFHLHdCQUF3QixDQUFDO0lBQ2hDLFlBQVksR0FBRyxDQUFDLHVCQUFhLENBQUMsQ0FBQztDQUMzQztBQUhELGdFQUdDIn0=
|
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.78",
|
|
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": "
|
|
27
|
+
"@shrub/core": "0.5.78",
|
|
28
|
+
"@shrub/logging": "0.5.78",
|
|
29
|
+
"@shrub/tracing": "0.5.78",
|
|
30
|
+
"@sprig/request-client": "0.2.5"
|
|
31
31
|
},
|
|
32
|
-
"gitHead": "
|
|
32
|
+
"gitHead": "51410600e8cf1b83f1ebf4b925739660a2d77bf8"
|
|
33
33
|
}
|