@shrub/request-client-logging 0.5.87 → 0.5.88

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 (1) hide show
  1. package/package.json +5 -5
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@shrub/request-client-logging",
3
3
  "description": "Provides functionality for integrating the request-client with the logging module and service.",
4
- "version": "0.5.87",
4
+ "version": "0.5.88",
5
5
  "license": "MIT",
6
6
  "repository": {
7
7
  "type": "git",
@@ -21,9 +21,9 @@
21
21
  "clean": "rimraf ./dist && rimraf tsconfig.tsbuildinfo"
22
22
  },
23
23
  "dependencies": {
24
- "@shrub/core": "0.5.87",
25
- "@shrub/logging": "0.5.87",
26
- "@sprig/request-client": "0.2.12"
24
+ "@shrub/core": "0.5.88",
25
+ "@shrub/logging": "0.5.88",
26
+ "@sprig/request-client": "0.2.13"
27
27
  },
28
- "gitHead": "db30cfccb346ae1629e04868795d1857aa0ca76c"
28
+ "gitHead": "4c4e94468acedb138fc9d566171d16fd8d07bff0"
29
29
  }