@podium/context
Advanced tools
Comparing version 4.1.3 to 4.1.4
@@ -103,3 +103,3 @@ 'use strict'; | ||
const timer = this.histogram.timer({ name: incoming.name }); | ||
const timer = this.histogram.timer({ labels: { name: incoming.name } }); | ||
@@ -106,0 +106,0 @@ const parsers = Array.from(this.parsers); |
{ | ||
"name": "@podium/context", | ||
"version": "4.1.3", | ||
"version": "4.1.4", | ||
"description": "Module to generate the context which is passed on requests from a Podium Layout server to a Podium Podlet server", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
32886