@certik/skynet 0.10.38 → 0.10.39

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 (3) hide show
  1. package/CHANGELOG.md +1 -1
  2. package/api.js +0 -2
  3. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Changelog
2
2
 
3
- ## 0.10.38
3
+ ## 0.10.38 & 0.10.39
4
4
 
5
5
  - Added x-instance-id header for api service
6
6
 
package/api.js CHANGED
@@ -24,8 +24,6 @@ async function logEndMiddleware(req, res, next) {
24
24
  const start = new Date(res.get("x-requested-at"));
25
25
  const end = new Date();
26
26
 
27
- res.set("x-responded-at", end.toISOString());
28
-
29
27
  const logInfo = {
30
28
  start,
31
29
  end,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@certik/skynet",
3
- "version": "0.10.38",
3
+ "version": "0.10.39",
4
4
  "description": "Skynet Shared JS library",
5
5
  "main": "index.js",
6
6
  "author": "CertiK Engineering",